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

Packages that use ContentEntityAdapter
com.atlassian.confluence.content   
com.atlassian.confluence.mail.archive.content   
com.atlassian.confluence.plugins.contentproperty   
 

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.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()
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.