| Constructor and Description |
|---|
CustomContentOperationDelegate(UserAccessorInternal userAccessor,
TargetResolver targetResolver,
CustomContentType customContentType,
TargetType targetType) |
| Modifier and Type | Method and Description |
|---|---|
Optional<CustomContentType> |
DefaultContentTypeManager.getContentTypeIfEnabled(String contentTypeKey) |
Optional<CustomContentType> |
ContentTypeManager.getContentTypeIfEnabled(String contentModuleKey)
Gets the content type for the contentModuleKey if one exists and is enabled.
|
Collection<CustomContentType> |
DefaultContentTypeManager.getEnabledCustomContentTypes() |
Collection<CustomContentType> |
ContentTypeManager.getEnabledCustomContentTypes()
Get all CustomContentTypes currently enabled in the system
|
Collection<CustomContentType> |
DefaultContentTypeManager.getEnabledCustomContentTypesFrom(String plugin) |
Collection<CustomContentType> |
ContentTypeManager.getEnabledCustomContentTypesFrom(String plugin)
Gets all enabled CustomContentTypes declared in the given plugin
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultCustomContentManager.getI18nKey(CustomContentType contentType) |
String |
CustomContentManager.getI18nKey(CustomContentType contentType)
Get the default i18n key for the name of this content type
|
| Modifier and Type | Method and Description |
|---|---|
Set<com.atlassian.plugin.Plugin> |
DefaultContentTypeManager.getPluginsDeclaringContentTypes(Collection<CustomContentType> types) |
Set<com.atlassian.plugin.Plugin> |
ContentTypeManager.getPluginsDeclaringContentTypes(Collection<CustomContentType> types)
Get the plugins for the given content types
|
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyAvailableContentType |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyCurrentVersionContentType |
class |
DummyOriginalVersionContentType |
Copyright © 2003–2017 Atlassian. All rights reserved.