Package com.atlassian.confluence.content
Interface ContentType
- All Known Subinterfaces:
- CustomContentType
- All Known Implementing Classes:
- BaseCustomContentType,- CustomContentTypeWrapper,- JsonContentPropertyType,- TestContentType,- UninstalledContentType
public interface ContentType
Interface for defining a pluggable content type.
- 
Method SummaryModifier and TypeMethodDescription
- 
Method Details- 
getContentAdapterContentEntityAdapter getContentAdapter()
- 
getPermissionDelegatePermissionDelegate getPermissionDelegate()
- 
getContentUiSupportContentUiSupport getContentUiSupport()
 
-