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

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

Uses of ContentType in com.atlassian.confluence.content
 

Classes in com.atlassian.confluence.content that implement ContentType
 class UninstalledContentType
           
 

Methods in com.atlassian.confluence.content that return ContentType
 ContentType ContentTypeModuleDescriptor.createModule()
           
 ContentType DefaultContentTypeManager.getContentType(java.lang.String contentModuleKey)
           
 ContentType ContentTypeManager.getContentType(java.lang.String contentModuleKey)
          Get the Content Type plugin module for the given module key, or the default "uninstalled" content type if no matching plugin can be found.
static ContentType UninstalledContentType.getInstance(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
           
 ContentType ContentTypeModuleDescriptor.getModule()
           
 

Methods in com.atlassian.confluence.content that return types with arguments of type ContentType
 java.util.Collection<ContentType> DefaultContentTypeManager.getEnabledContentTypes()
           
 java.util.Collection<ContentType> ContentTypeManager.getEnabledContentTypes()
          Get all ContentTypes currently enabled in the system
 

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

Classes in com.atlassian.confluence.mail.archive.content that implement ContentType
 class MailContentType
           
 

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

Classes in com.atlassian.confluence.plugins.contentproperty that implement ContentType
 class JsonContentPropertyType
          A custom content type for storing JSON properties under arbitrary content.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.