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 Summary
Modifier and TypeMethodDescription
-
Method Details
-
getContentAdapter
ContentEntityAdapter getContentAdapter() -
getPermissionDelegate
PermissionDelegate getPermissionDelegate() -
getContentUiSupport
ContentUiSupport getContentUiSupport()
-