Uses of Interface
com.atlassian.confluence.content.ContentEntityAdapter

Packages that use ContentEntityAdapter
com.atlassian.confluence.content   
com.atlassian.confluence.content.custom   
com.atlassian.confluence.mail.archive.content   
com.atlassian.confluence.plugins.contentproperty   
test.plugin.apiavailable   
test.plugin.versionchildpolicy   
 

Uses of ContentEntityAdapter in com.atlassian.confluence.content
 

Classes in com.atlassian.confluence.content that implement ContentEntityAdapter
 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
static ContentEntityAdapter DefaultContentAdapter.INSTANCE
           
 

Methods in com.atlassian.confluence.content that return ContentEntityAdapter
 ContentEntityAdapter UninstalledContentType.getContentAdapter()
           
 ContentEntityAdapter ContentType.getContentAdapter()
           
 

Methods in com.atlassian.confluence.content with parameters of type ContentEntityAdapter
 void CustomContentEntityObject.setAdapter(ContentEntityAdapter adapter)
           
 

Uses of ContentEntityAdapter in com.atlassian.confluence.content.custom
 

Methods in com.atlassian.confluence.content.custom that return ContentEntityAdapter
 ContentEntityAdapter CustomContentTypeWrapper.getContentAdapter()
           
 

Uses of ContentEntityAdapter in com.atlassian.confluence.mail.archive.content
 

Classes in com.atlassian.confluence.mail.archive.content that implement ContentEntityAdapter
 class MailContentEntityAdapter
           
 

Methods in com.atlassian.confluence.mail.archive.content that return ContentEntityAdapter
 ContentEntityAdapter MailContentType.getContentAdapter()
           
 

Uses of ContentEntityAdapter in com.atlassian.confluence.plugins.contentproperty
 

Classes in com.atlassian.confluence.plugins.contentproperty that implement ContentEntityAdapter
 class ContentPropertyEntityAdapter
          Adapter for content properties.
 

Methods in com.atlassian.confluence.plugins.contentproperty that return ContentEntityAdapter
 ContentEntityAdapter JsonContentPropertyType.getContentAdapter()
           
 

Uses of ContentEntityAdapter in test.plugin.apiavailable
 

Classes in test.plugin.apiavailable that implement ContentEntityAdapter
 class DummyAvailableContentEntityAdapter
           
 class DummyUnavailableContentEntityAdapter
           
 

Methods in test.plugin.apiavailable that return ContentEntityAdapter
 ContentEntityAdapter DummyUnavailableContentType.getContentAdapter()
           
 ContentEntityAdapter DummyAvailableContentType.getContentAdapter()
           
 

Constructors in test.plugin.apiavailable with parameters of type ContentEntityAdapter
DummyAvailableContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate, ApiSupportProvider apiSupportProvider, CustomContentApiSupportParams customContentApiSupportParams)
           
DummyUnavailableContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate)
           
 

Uses of ContentEntityAdapter in test.plugin.versionchildpolicy
 

Classes in test.plugin.versionchildpolicy that implement ContentEntityAdapter
 class DummyCurrentVersionContentEntityAdapter
           
 class DummyOriginalVersionContentEntityAdapter
           
 

Methods in test.plugin.versionchildpolicy that return ContentEntityAdapter
 ContentEntityAdapter DummyOriginalVersionContentType.getContentAdapter()
           
 ContentEntityAdapter DummyCurrentVersionContentType.getContentAdapter()
           
 

Constructors in test.plugin.versionchildpolicy with parameters of type ContentEntityAdapter
DummyCurrentVersionContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate, ApiSupportProvider apiSupportProvider)
           
DummyOriginalVersionContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate, ApiSupportProvider apiSupportProvider)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.