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 classContentEntityAdapterParentDefault implementation of ContentEntityAdapter.classDefaultContentAdapterThis 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 ContentEntityAdapterDefaultContentAdapter. INSTANCEMethods in com.atlassian.confluence.content that return ContentEntityAdapter Modifier and Type Method Description ContentEntityAdapterContentType. getContentAdapter()ContentEntityAdapterUninstalledContentType. getContentAdapter()Methods in com.atlassian.confluence.content with parameters of type ContentEntityAdapter Modifier and Type Method Description voidCustomContentEntityObject. 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 ContentEntityAdapterCustomContentTypeWrapper. 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 classDummyAvailableContentEntityAdapterclassDummyUnavailableContentEntityAdapterMethods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return ContentEntityAdapter Modifier and Type Method Description ContentEntityAdapterDummyAvailableContentType. getContentAdapter()ContentEntityAdapterDummyUnavailableContentType. 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 classJsonPropertyEntityAdapterAdapter for content properties.Methods in com.atlassian.confluence.plugins.contentproperty that return ContentEntityAdapter Modifier and Type Method Description ContentEntityAdapterJsonContentPropertyType. getContentAdapter()
-