Uses of Class
com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntity
Packages that use ContentEntity
Package
Description
-
Uses of ContentEntity in com.atlassian.confluence.plugins.rest.jackson2.entities
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities that return ContentEntityModifier and TypeMethodDescriptionprotected ContentEntity
ContentEntityExpander.expandInternal
(ContentEntity entity) SpaceEntity.getHome()
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities that return types with arguments of type ContentEntityModifier and TypeMethodDescriptioncom.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<ContentEntity>
ContentEntityList.getCallback()
CommentEntityTree.getContents()
ContentEntityList.getContents()
Returns the list ofContentEntity
provided by this entity.UserHistoryList.getContents()
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities with parameters of type ContentEntityModifier and TypeMethodDescriptionprotected ContentEntity
ContentEntityExpander.expandInternal
(ContentEntity entity) void
SpaceEntity.setHome
(ContentEntity home) Method parameters in com.atlassian.confluence.plugins.rest.jackson2.entities with type arguments of type ContentEntityModifier and TypeMethodDescriptionvoid
CommentEntityTree.setContents
(List<ContentEntity> contents) void
ContentEntityList.setContents
(List<ContentEntity> contents) Constructor parameters in com.atlassian.confluence.plugins.rest.jackson2.entities with type arguments of type ContentEntityModifierConstructorDescriptionContentEntityList
(int size, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<ContentEntity> callback) -
Uses of ContentEntity in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities.builders that return ContentEntityModifier and TypeMethodDescriptionBuilds a REST ContentEntity for the given CEOPersonalInformationContentEntityBuilder.build
(PersonalInformation personalInfo) -
Uses of ContentEntity in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation declared as ContentEntityModifier and TypeFieldDescriptionstatic final ContentEntity
ContentEntityExampleDocument.DEMO_PAGE
static final ContentEntity
ContentEntityExampleDocument.DEMO_PAGE_WITH_BODY
-
Uses of ContentEntity in com.atlassian.confluence.plugins.rest.jackson2.manager
Methods in com.atlassian.confluence.plugins.rest.jackson2.manager that return ContentEntityModifier and TypeMethodDescriptionDefaultRestContentManager.convertToContentEntity
(ContentEntityObject object) RestContentManager.convertToContentEntity
(ContentEntityObject object) Convert a Confluence model object into its REST representation.DefaultRestContentManager.expand
(ContentEntity contentEntity) RestContentManager.expand
(ContentEntity contentEntity) Expands and returns the givenContentEntity
.ContentEntityMapping.getContentEntity()
DefaultRestContentManager.getContentEntity
(Long id, boolean expand) 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.jackson2.manager that return types with arguments of type ContentEntityModifier and TypeMethodDescriptionChildrenListWrapperCallback.getItems
(com.atlassian.plugins.rest.api.expand.parameter.Indexes indexes) Methods in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type ContentEntityModifier and TypeMethodDescriptionDefaultRestContentManager.expand
(ContentEntity contentEntity) RestContentManager.expand
(ContentEntity contentEntity) Expands and returns the givenContentEntity
.Constructors in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type ContentEntityModifierConstructorDescriptionContentEntityMapping
(ContentEntity contentEntity, ContentEntityObject confluenceObject)