|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContentEntity in com.atlassian.confluence.plugins.rest.entities |
|---|
| Methods in com.atlassian.confluence.plugins.rest.entities that return ContentEntity | |
|---|---|
protected ContentEntity |
ContentEntityExpander.expandInternal(ContentEntity entity)
|
ContentEntity |
SpaceEntity.getHome()
|
| Methods in com.atlassian.confluence.plugins.rest.entities that return types with arguments of type ContentEntity | |
|---|---|
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<ContentEntity> |
ContentEntityList.getCallback()
|
java.util.List<ContentEntity> |
UserHistoryList.getContents()
|
java.util.List<ContentEntity> |
ContentEntityList.getContents()
Returns the list of ContentEntity provided by this entity. |
java.util.List<ContentEntity> |
CommentEntityTree.getContents()
|
| Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type ContentEntity | |
|---|---|
protected ContentEntity |
ContentEntityExpander.expandInternal(ContentEntity entity)
|
void |
SpaceEntity.setHome(ContentEntity home)
|
| Method parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type ContentEntity | |
|---|---|
void |
ContentEntityList.setContents(java.util.List<ContentEntity> contents)
|
void |
CommentEntityTree.setContents(java.util.List<ContentEntity> contents)
|
| Constructor parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type ContentEntity | |
|---|---|
ContentEntityList(int size,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<ContentEntity> callback)
|
|
| Uses of ContentEntity in com.atlassian.confluence.plugins.rest.entities.builders |
|---|
| Methods in com.atlassian.confluence.plugins.rest.entities.builders that return ContentEntity | |
|---|---|
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 |
| Uses of ContentEntity in com.atlassian.confluence.plugins.rest.entities.documentation |
|---|
| Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as ContentEntity | |
|---|---|
static ContentEntity |
ContentEntityExampleDocument.DEMO_PAGE
|
static ContentEntity |
ContentEntityExampleDocument.DEMO_PAGE_WITH_BODY
|
| Uses of ContentEntity in com.atlassian.confluence.plugins.rest.manager |
|---|
| Methods in com.atlassian.confluence.plugins.rest.manager that return ContentEntity | |
|---|---|
ContentEntity |
RestContentManager.convertToContentEntity(ContentEntityObject object)
Convert a Confluence model object into its REST representation. |
ContentEntity |
DefaultRestContentManager.convertToContentEntity(ContentEntityObject object)
|
ContentEntity |
RestContentManager.expand(ContentEntity contentEntity)
Expands and returns the given ContentEntity. |
ContentEntity |
DefaultRestContentManager.expand(ContentEntity contentEntity)
|
ContentEntity |
ContentEntityMapping.getContentEntity()
|
ContentEntity |
RestContentManager.getContentEntity(java.lang.Long id,
boolean expand)
Gets the ContentEntity object for the given id and expands it if requested to. |
ContentEntity |
DefaultRestContentManager.getContentEntity(java.lang.Long id,
boolean expand)
|
| Methods in com.atlassian.confluence.plugins.rest.manager that return types with arguments of type ContentEntity | |
|---|---|
java.util.List<ContentEntity> |
ChildrenListWrapperCallback.getItems(com.atlassian.plugins.rest.common.expand.parameter.Indexes indexes)
|
| Methods in com.atlassian.confluence.plugins.rest.manager with parameters of type ContentEntity | |
|---|---|
ContentEntity |
RestContentManager.expand(ContentEntity contentEntity)
Expands and returns the given ContentEntity. |
ContentEntity |
DefaultRestContentManager.expand(ContentEntity contentEntity)
|
| Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type ContentEntity | |
|---|---|
ContentEntityMapping(ContentEntity contentEntity,
ContentEntityObject confluenceObject)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||