Uses of Class
com.atlassian.confluence.plugins.rest.entities.ContentEntity
-
-
Uses of ContentEntity in com.atlassian.confluence.plugins.rest.entities
Methods in com.atlassian.confluence.plugins.rest.entities that return ContentEntity Modifier and Type Method Description 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 Modifier and Type Method Description com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<ContentEntity>
ContentEntityList. getCallback()
List<ContentEntity>
CommentEntityTree. getContents()
List<ContentEntity>
ContentEntityList. getContents()
Returns the list ofContentEntity
provided by this entity.List<ContentEntity>
UserHistoryList. getContents()
Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type ContentEntity Modifier and Type Method Description 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 Modifier and Type Method Description void
CommentEntityTree. setContents(List<ContentEntity> contents)
void
ContentEntityList. setContents(List<ContentEntity> contents)
Constructor parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type ContentEntity Constructor Description 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 Modifier and Type Method Description ContentEntity
CommentEntityBuilder. build(Comment comment)
ContentEntity
ContentEntityBuilder. build(T object)
Builds a REST ContentEntity for the given CEOContentEntity
DefaultContentEntityBuilder. build(T object)
ContentEntity
PageContentEntityBuilder. build(Page page)
ContentEntity
PersonalInformationContentEntityBuilder. build(PersonalInformation personalInfo)
ContentEntity
WikiLinkableContentEntityBuilder. build(T object)
-
Uses of ContentEntity in com.atlassian.confluence.plugins.rest.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as ContentEntity Modifier and Type Field Description 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 Modifier and Type Method 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 givenContentEntity
.ContentEntity
ContentEntityMapping. getContentEntity()
ContentEntity
DefaultRestContentManager. getContentEntity(Long id, boolean expand)
ContentEntity
RestContentManager. getContentEntity(Long id, boolean expand)
Gets theContentEntity
object for the given id and expands it if requested to.Methods in com.atlassian.confluence.plugins.rest.manager that return types with arguments of type ContentEntity Modifier and Type Method Description 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 Modifier and Type Method Description ContentEntity
DefaultRestContentManager. expand(ContentEntity contentEntity)
ContentEntity
RestContentManager. expand(ContentEntity contentEntity)
Expands and returns the givenContentEntity
.Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type ContentEntity Constructor Description ContentEntityMapping(ContentEntity contentEntity, ContentEntityObject confluenceObject)
-