| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentContentTypeApiSupport
Performs API operations for
Attachments. |
class |
BlogPostContentTypeApiSupport |
class |
CommentContentTypeApiSupport
ΓΈ
Performs API operations for
Comments. |
class |
PageContentTypeApiSupport
Provides
Pages for the API. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseContentTypeApiSupport<T extends ContentConvertible>
A subclass for extensible content type support in the api
|
class |
CustomContentTypeApiSupport |
| Modifier and Type | Method and Description |
|---|---|
ContentTypeApiSupport |
ContentTypeApiSupportProvider.getForType(ContentType type) |
ContentTypeApiSupport |
ApiSupportProvider.getForType(ContentType type)
Get the content type api support for the given content type
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentTypeApiSupport> |
ContentTypeApiSupportProvider.getList() |
Map<ContentType,ContentTypeApiSupport> |
ContentTypeApiSupportProvider.getMap() |
| Constructor and Description |
|---|
ContentTypeApiSupportProvider(List<com.google.common.base.Supplier<ContentTypeApiSupport>> bundledBindings,
ContentTypeManager customContentTypeManager) |
| Modifier and Type | Method and Description |
|---|---|
ContentTypeApiSupport<CustomContentEntityObject> |
BaseCustomContentType.getApiSupport()
A null implementation that provide no extensions or children for the CustomContentType
|
ContentTypeApiSupport<CustomContentEntityObject> |
CustomContentType.getApiSupport()
Get the api support for this CustomContentType.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyAvailableContentTypeSupport |
Copyright © 2003–2020 Atlassian. All rights reserved.