| Modifier and Type | Class and Description |
|---|---|
class |
ContentEntityAdapterParent
Default implementation of ContentEntityAdapter.
|
class |
DefaultContentAdapter
This gets set on content if the plugin content adapter for that content type can't be found (it's broken,
disabled or deleted)
|
| Modifier and Type | Field and Description |
|---|---|
static ContentEntityAdapter |
DefaultContentAdapter.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ContentEntityAdapter |
UninstalledContentType.getContentAdapter() |
ContentEntityAdapter |
ContentType.getContentAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomContentEntityObject.setAdapter(ContentEntityAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
ContentEntityAdapter |
CustomContentTypeWrapper.getContentAdapter() |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyAvailableContentEntityAdapter |
class |
DummyUnavailableContentEntityAdapter |
| Modifier and Type | Method and Description |
|---|---|
ContentEntityAdapter |
DummyAvailableContentType.getContentAdapter() |
ContentEntityAdapter |
DummyUnavailableContentType.getContentAdapter() |
| Constructor and Description |
|---|
DummyAvailableContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate,
ApiSupportProvider apiSupportProvider,
CustomContentApiSupportParams customContentApiSupportParams) |
DummyUnavailableContentType(ContentEntityAdapter contentEntityAdapter,
PermissionDelegate permissionDelegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonPropertyEntityAdapter
Adapter for content properties.
|
| Modifier and Type | Method and Description |
|---|---|
ContentEntityAdapter |
JsonContentPropertyType.getContentAdapter() |
Copyright © 2003–2022 Atlassian. All rights reserved.