Uses of Interface
com.atlassian.confluence.content.ContentType
-
-
Uses of ContentType in com.atlassian.confluence.content
Classes in com.atlassian.confluence.content that implement ContentType Modifier and Type Class Description classUninstalledContentTypeMethods in com.atlassian.confluence.content that return ContentType Modifier and Type Method Description ContentTypeContentTypeModuleDescriptor. createModule()ContentTypeContentTypeManager. 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.ContentTypeDefaultContentTypeManager. getContentType(String contentTypeKey)Deprecated.static ContentTypeUninstalledContentType. getInstance(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)ContentTypeContentTypeModuleDescriptor. getModule() -
Uses of ContentType in com.atlassian.confluence.content.custom
Subinterfaces of ContentType in com.atlassian.confluence.content.custom Modifier and Type Interface Description interfaceCustomContentTypeImplementors should extend BaseCustomContentType support.Classes in com.atlassian.confluence.content.custom that implement ContentType Modifier and Type Class Description classBaseCustomContentTypeA base class for Custom Content to extend.classCustomContentTypeWrapperA wrapper class to promote ContentTypes to CustomContentTypesConstructors in com.atlassian.confluence.content.custom with parameters of type ContentType Constructor Description CustomContentTypeWrapper(ContentType delegateContentType, ContentType apiContentType, ApiSupportProvider supportProvider) -
Uses of ContentType in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return ContentType Modifier and Type Method Description ContentTypeDefaultContentTypeManager. getContentType(String contentTypeKey)Methods in com.atlassian.confluence.impl.content that return types with arguments of type ContentType Modifier and Type Method Description default Optional<ContentType>ContentTypeModuleResolver. findContentType(String contentTypeKey) -
Uses of ContentType in com.atlassian.confluence.it.api.test.plugin.apiavailable
Classes in com.atlassian.confluence.it.api.test.plugin.apiavailable that implement ContentType Modifier and Type Class Description classDummyAvailableContentTypeclassDummyUnavailableContentType -
Uses of ContentType in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement ContentType Modifier and Type Class Description classJsonContentPropertyTypeA custom content type for storing JSON properties under arbitrary content.
-