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

Packages that use ContentType
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 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(String contentModuleKey)
           
 ContentType ContentTypeManager.getContentType(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
 Collection<ContentType> DefaultContentTypeManager.getEnabledContentTypes()
           
 Collection<ContentType> ContentTypeManager.getEnabledContentTypes()
          Deprecated. since 5.7 use getEnabledCustomContentTypes
 

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

Subinterfaces of ContentType in com.atlassian.confluence.content.custom
 interface CustomContentType
          Implementors should extend BaseCustomContentType support.
 

Classes in com.atlassian.confluence.content.custom that implement ContentType
 class BaseCustomContentType
          A base class for Custom Content to extend.
 class CustomContentTypeWrapper
          A wrapper class to promote ContentTypes to CustomContentTypes
 

Constructors in com.atlassian.confluence.content.custom with parameters of type ContentType
CustomContentTypeWrapper(ContentType delegateContentType, ContentType apiContentType, ApiSupportProvider supportProvider)
           
 

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.
 

Uses of ContentType in test.plugin.apiavailable
 

Classes in test.plugin.apiavailable that implement ContentType
 class DummyAvailableContentType
           
 class DummyUnavailableContentType
           
 

Uses of ContentType in test.plugin.versionchildpolicy
 

Classes in test.plugin.versionchildpolicy that implement ContentType
 class DummyCurrentVersionContentType
           
 class DummyOriginalVersionContentType
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.