com.atlassian.confluence.content.custom
Interface CustomContentType

All Superinterfaces:
ContentType
All Known Implementing Classes:
BaseCustomContentType, CustomContentTypeWrapper, DummyAvailableContentType, DummyCurrentVersionContentType, DummyOriginalVersionContentType

@ExperimentalSpi
public interface CustomContentType
extends ContentType

Implementors should extend BaseCustomContentType support. Methods may be added to this interface, but default implementations will be provided in BaseCustomContetType


Method Summary
 ContentTypeApiSupport<CustomContentEntityObject> getApiSupport()
          Get the api support for this CustomContentType.
 
Methods inherited from interface com.atlassian.confluence.content.ContentType
getContentAdapter, getContentUiSupport, getPermissionDelegate
 

Method Detail

getApiSupport

ContentTypeApiSupport<CustomContentEntityObject> getApiSupport()
Get the api support for this CustomContentType. ApiSupport provides the support for CRUD operations for this ContentType using the Content API

Returns:
the api support for this CustomContentType or a NullContentTypeApiSupport object


Copyright © 2003–2015 Atlassian. All rights reserved.