Modifier and Type | Class and Description |
---|---|
class |
UninstalledContentType |
Modifier and Type | Method and Description |
---|---|
ContentType |
ContentTypeModuleDescriptor.createModule() |
ContentType |
DefaultContentTypeManager.getContentType(String contentTypeKey) |
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() |
Modifier and Type | Method and Description |
---|---|
Collection<ContentType> |
DefaultContentTypeManager.getEnabledContentTypes() |
Collection<ContentType> |
ContentTypeManager.getEnabledContentTypes()
Deprecated.
since 5.7 use getEnabledCustomContentTypes
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomContentType
Implementors should extend BaseCustomContentType support.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCustomContentType
A base class for Custom Content to extend.
|
class |
CustomContentTypeWrapper
A wrapper class to promote ContentTypes to CustomContentTypes
|
Constructor and Description |
---|
CustomContentTypeWrapper(ContentType delegateContentType,
ContentType apiContentType,
ApiSupportProvider supportProvider) |
Modifier and Type | Class and Description |
---|---|
class |
DummyAvailableContentType |
class |
DummyUnavailableContentType |
Modifier and Type | Class and Description |
---|---|
class |
JsonContentPropertyType
A custom content type for storing JSON properties under arbitrary content.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyCurrentVersionContentType |
class |
DummyOriginalVersionContentType |
Copyright © 2003–2017 Atlassian. All rights reserved.