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 ContentEntityContentEntityExpander.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 ofContentEntityprovided by this entity.UserHistoryList.getContents()Methods in com.atlassian.confluence.plugins.rest.jackson2.entities with parameters of type ContentEntityModifier and TypeMethodDescriptionprotected ContentEntityContentEntityExpander.expandInternal(ContentEntity entity) voidSpaceEntity.setHome(ContentEntity home) Method parameters in com.atlassian.confluence.plugins.rest.jackson2.entities with type arguments of type ContentEntityModifier and TypeMethodDescriptionvoidCommentEntityTree.setContents(List<ContentEntity> contents) voidContentEntityList.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 ContentEntityContentEntityExampleDocument.DEMO_PAGEstatic final ContentEntityContentEntityExampleDocument.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 theContentEntityobject 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)