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

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

Uses of ContentEntityAdapter in com.atlassian.confluence.content
 

Classes in com.atlassian.confluence.content that implement 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()
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.