Package com.atlassian.confluence.content
Class UninstalledContentType
- java.lang.Object
-
- com.atlassian.confluence.content.UninstalledContentType
-
- All Implemented Interfaces:
ContentType
public class UninstalledContentType extends Object implements ContentType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentEntityAdapter
getContentAdapter()
ContentUiSupport
getContentUiSupport()
static ContentType
getInstance(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
PermissionDelegate
getPermissionDelegate()
-
-
-
Method Detail
-
getInstance
public static ContentType getInstance(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
-
getContentAdapter
public ContentEntityAdapter getContentAdapter()
- Specified by:
getContentAdapter
in interfaceContentType
-
getPermissionDelegate
public PermissionDelegate getPermissionDelegate()
- Specified by:
getPermissionDelegate
in interfaceContentType
-
getContentUiSupport
public ContentUiSupport getContentUiSupport()
- Specified by:
getContentUiSupport
in interfaceContentType
-
-