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 ContentEntityContentEntityExpander. expandInternal(ContentEntity entity)ContentEntitySpaceEntity. 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 ofContentEntityprovided 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 ContentEntityContentEntityExpander. expandInternal(ContentEntity entity)voidSpaceEntity. setHome(ContentEntity home)Method parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type ContentEntity Modifier and Type Method Description voidCommentEntityTree. setContents(List<ContentEntity> contents)voidContentEntityList. 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 ContentEntityCommentEntityBuilder. build(Comment comment)ContentEntityContentEntityBuilder. build(T object)Builds a REST ContentEntity for the given CEOContentEntityDefaultContentEntityBuilder. build(T object)ContentEntityPageContentEntityBuilder. build(Page page)ContentEntityPersonalInformationContentEntityBuilder. build(PersonalInformation personalInfo)ContentEntityWikiLinkableContentEntityBuilder. 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 ContentEntityContentEntityExampleDocument. DEMO_PAGEstatic ContentEntityContentEntityExampleDocument. 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 ContentEntityDefaultRestContentManager. convertToContentEntity(ContentEntityObject object)ContentEntityRestContentManager. convertToContentEntity(ContentEntityObject object)Convert a Confluence model object into its REST representation.ContentEntityDefaultRestContentManager. expand(ContentEntity contentEntity)ContentEntityRestContentManager. expand(ContentEntity contentEntity)Expands and returns the givenContentEntity.ContentEntityContentEntityMapping. getContentEntity()ContentEntityDefaultRestContentManager. getContentEntity(Long id, boolean expand)ContentEntityRestContentManager. getContentEntity(Long id, boolean expand)Gets theContentEntityobject 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 ContentEntityDefaultRestContentManager. expand(ContentEntity contentEntity)ContentEntityRestContentManager. 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)
-