| Modifier and Type | Method and Description |
|---|---|
protected ContentEntity |
ContentEntityExpander.expandInternal(ContentEntity entity) |
ContentEntity |
SpaceEntity.getHome() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<ContentEntity> |
ContentEntityList.getCallback() |
List<ContentEntity> |
UserHistoryList.getContents() |
List<ContentEntity> |
CommentEntityTree.getContents() |
List<ContentEntity> |
ContentEntityList.getContents()
Returns the list of
ContentEntity provided by this entity. |
| Modifier and Type | Method and Description |
|---|---|
protected ContentEntity |
ContentEntityExpander.expandInternal(ContentEntity entity) |
void |
SpaceEntity.setHome(ContentEntity home) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentEntityTree.setContents(List<ContentEntity> contents) |
void |
ContentEntityList.setContents(List<ContentEntity> contents) |
| Constructor and Description |
|---|
ContentEntityList(int size,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<ContentEntity> callback) |
| Modifier and Type | Method and Description |
|---|---|
ContentEntity |
CommentEntityBuilder.build(Comment comment) |
ContentEntity |
PageContentEntityBuilder.build(Page page) |
ContentEntity |
PersonalInformationContentEntityBuilder.build(PersonalInformation personalInfo) |
ContentEntity |
WikiLinkableContentEntityBuilder.build(T object) |
ContentEntity |
DefaultContentEntityBuilder.build(T object) |
ContentEntity |
ContentEntityBuilder.build(T object)
Builds a REST ContentEntity for the given CEO
|
| Modifier and Type | Field and Description |
|---|---|
static ContentEntity |
ContentEntityExampleDocument.DEMO_PAGE |
static ContentEntity |
ContentEntityExampleDocument.DEMO_PAGE_WITH_BODY |
| Modifier and Type | Method and Description |
|---|---|
ContentEntity |
DefaultRestContentManager.convertToContentEntity(ContentEntityObject object) |
ContentEntity |
RestContentManager.convertToContentEntity(ContentEntityObject object)
Convert a Confluence model object into its REST representation.
|
ContentEntity |
DefaultRestContentManager.expand(ContentEntity contentEntity) |
ContentEntity |
RestContentManager.expand(ContentEntity contentEntity)
Expands and returns the given
ContentEntity. |
ContentEntity |
ContentEntityMapping.getContentEntity() |
ContentEntity |
DefaultRestContentManager.getContentEntity(Long id,
boolean expand) |
ContentEntity |
RestContentManager.getContentEntity(Long id,
boolean expand)
Gets the
ContentEntity object for the given id and expands it if requested to. |
| Modifier and Type | Method and Description |
|---|---|
List<ContentEntity> |
ChildrenListWrapperCallback.getItems(com.atlassian.plugins.rest.common.expand.parameter.Indexes indexes) |
| Modifier and Type | Method and Description |
|---|---|
ContentEntity |
DefaultRestContentManager.expand(ContentEntity contentEntity) |
ContentEntity |
RestContentManager.expand(ContentEntity contentEntity)
Expands and returns the given
ContentEntity. |
| Constructor and Description |
|---|
ContentEntityMapping(ContentEntity contentEntity,
ContentEntityObject confluenceObject) |
Copyright © 2003–2022 Atlassian. All rights reserved.