Uses of Interface
com.atlassian.confluence.content.ContentEntityAdapter
-
-
Uses of ContentEntityAdapter in com.atlassian.confluence.content
Classes in com.atlassian.confluence.content that implement ContentEntityAdapter Modifier and Type Class Description class
ContentEntityAdapterParent
Default implementation of ContentEntityAdapter.class
DefaultContentAdapter
This gets set on content if the plugin content adapter for that content type can't be found (it's broken, disabled or deleted)Fields in com.atlassian.confluence.content declared as ContentEntityAdapter Modifier and Type Field Description static ContentEntityAdapter
DefaultContentAdapter. INSTANCE
Methods in com.atlassian.confluence.content that return ContentEntityAdapter Modifier and Type Method Description ContentEntityAdapter
ContentType. getContentAdapter()
ContentEntityAdapter
UninstalledContentType. getContentAdapter()
Methods in com.atlassian.confluence.content with parameters of type ContentEntityAdapter Modifier and Type Method Description void
CustomContentEntityObject. setAdapter(ContentEntityAdapter adapter)
-
Uses of ContentEntityAdapter in com.atlassian.confluence.content.custom
Methods in com.atlassian.confluence.content.custom that return ContentEntityAdapter Modifier and Type Method Description ContentEntityAdapter
CustomContentTypeWrapper. getContentAdapter()
-
Uses of ContentEntityAdapter in com.atlassian.confluence.it.api.test.plugin.apiavailable
Classes in com.atlassian.confluence.it.api.test.plugin.apiavailable that implement ContentEntityAdapter Modifier and Type Class Description class
DummyAvailableContentEntityAdapter
class
DummyUnavailableContentEntityAdapter
Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return ContentEntityAdapter Modifier and Type Method Description ContentEntityAdapter
DummyAvailableContentType. getContentAdapter()
ContentEntityAdapter
DummyUnavailableContentType. getContentAdapter()
Constructors in com.atlassian.confluence.it.api.test.plugin.apiavailable with parameters of type ContentEntityAdapter Constructor Description DummyAvailableContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate, ApiSupportProvider apiSupportProvider, CustomContentApiSupportParams customContentApiSupportParams)
DummyUnavailableContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate)
-
Uses of ContentEntityAdapter in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement ContentEntityAdapter Modifier and Type Class Description class
JsonPropertyEntityAdapter
Adapter for content properties.Methods in com.atlassian.confluence.plugins.contentproperty that return ContentEntityAdapter Modifier and Type Method Description ContentEntityAdapter
JsonContentPropertyType. getContentAdapter()
-