Uses of Class
com.atlassian.confluence.api.model.content.Content
Packages that use Content
Package
Description
Model objects for user and group permission and validation checks, for use with
OperationService
.This package contains the code which communicates with Confluence via REST API.
-
Uses of Content in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return ContentModifier and TypeMethodDescriptionAttachmentServiceImpl.updateData
(ContentId attachmentId, AttachmentUpload upload) Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type ContentModifier and TypeMethodDescriptionAttachmentServiceImpl.addAttachments
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads) AttachmentServiceImpl.addAttachments
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) AttachmentServiceImpl.addAttachments
(ContentId containerId, Collection<AttachmentUpload> uploads) SpaceServiceImpl.SpaceContentImpl.fetchMany
(ContentType type, PageRequest pageRequest) SpaceServiceImpl.SpaceContentImpl.fetchMappedByType
(PageRequest pageRequest) @NonNull PageResponse<Content>
CustomContentServiceImpl.getChildrenOfTypeAndFilter
(@NonNull ContentId parentId, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<Content> predicate) ContentTrashServiceImpl.getTrashContents
(Space space, LimitedRequest request, Expansion... expansions) Methods in com.atlassian.confluence.api.impl.service.content with parameters of type ContentModifier and TypeMethodDescriptionContentBodyConversionServiceImpl.convertBody
(Content content, ContentRepresentation toFormat) ContentBodyConversionServiceImpl.convertBody
(Content content, ContentRepresentation toFormat, Expansion... expansions) void
void
void
ContentBodyConversionServiceImpl.selectBodyForRepresentation
(Content content, ContentRepresentation toFormat) void
ContentServiceImpl.ValidatorImpl.validateCreate
(Content newContent) ContentServiceImpl.ValidatorImpl.validateDelete
(Content content) protected ValidationResult
ContentServiceImpl.ValidatorImpl.validateUpdate
(Content updatedContent, ContentEntityObject currentCeo) Method parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type ContentModifier and TypeMethodDescription@NonNull PageResponse<Content>
CustomContentServiceImpl.getChildrenOfTypeAndFilter
(@NonNull ContentId parentId, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<Content> predicate) Constructor parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type ContentModifierConstructorDescriptionContentTrashServiceImpl
(PageManager pageManager, PermissionManager permissionManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, Supplier<ContentService> contentServiceSupplier, SpaceManager spaceManager, AttachmentManager attachmentManager, TrashManager trashManager, ModelFactory<ContentEntityObject, Content> contentFactory, SpacePermissionManager spacePermissionManager) -
Uses of Content in com.atlassian.confluence.api.impl.service.content.draft
Methods in com.atlassian.confluence.api.impl.service.content.draft that return ContentModifier and TypeMethodDescriptionContentDraftServiceImpl.publishEditDraft
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) LegacyContentDraftServiceImpl.publishEditDraft
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) SharedContentDraftServiceImpl.publishEditDraft
(Content updatedContent, ContentDraftService.ConflictPolicy conflictPolicy) ContentDraftServiceImpl.publishNewDraft
(Content content, Expansion... expansions) LegacyContentDraftServiceImpl.publishNewDraft
(Content content, Expansion... expansions) SharedContentDraftServiceImpl.publishNewDraft
(Content content, Expansion... expansions) Deprecated.since 5.9 - we use the same method for publishing drafts for new pages and for page editsMethods in com.atlassian.confluence.api.impl.service.content.draft with parameters of type ContentModifier and TypeMethodDescriptionContentDraftServiceImpl.publishEditDraft
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) LegacyContentDraftServiceImpl.publishEditDraft
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) SharedContentDraftServiceImpl.publishEditDraft
(Content updatedContent, ContentDraftService.ConflictPolicy conflictPolicy) ContentDraftServiceImpl.publishNewDraft
(Content content, Expansion... expansions) LegacyContentDraftServiceImpl.publishNewDraft
(Content content, Expansion... expansions) SharedContentDraftServiceImpl.publishNewDraft
(Content content, Expansion... expansions) Deprecated.since 5.9 - we use the same method for publishing drafts for new pages and for page editsLegacyDraftValidator.validateContentForPageCreate
(Content content) LegacyDraftValidator.validateContentForPageUpdate
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) -
Uses of Content in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return ContentModifier and TypeMethodDescriptionContentFactory.buildFrom
(ContentEntityObject entity, Expansions expansions) Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type ContentModifier and TypeMethodDescriptionChildContentFactory.buildFrom
(ContentSelector parentSelector, Depth depth, Fauxpansions fauxpansions) ContentFactory.buildFrom
(Iterable<? extends ContentEntityObject> entities, Expansions expansions) ContentFactory.buildRef
(ContentEntityObject entity, Fauxpansions fauxpansions) ChildSupport.getChildrenList
(ContentConvertible parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Collection<String> location) ChildSupport.getChildrenMap
(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth) ChildSupport.getChildrenMap
(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location) ChildSupport.getChildrenMap
(ContentConvertible parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location) Called from theContentFactory
when expanding "children" on a Content item being built.Method parameters in com.atlassian.confluence.api.impl.service.content.factory with type arguments of type ContentModifier and TypeMethodDescriptionContentMetadataFactory.buildMetadataForContentEntityObjects
(Map<ContentEntityObject, Supplier<Content>> contentMap, Fauxpansions fauxpansions) Make common metadata for a set of ContentEntityObject objects.DefaultContentMetadataFactory.buildMetadataForContentEntityObjects
(Map<ContentEntityObject, Supplier<Content>> contentMap, Fauxpansions fauxpansions) HistoryFactory.buildRef
(ContentEntityObject entity, Reference<Content> contentReference, List<ConfluenceUser> editContributors, Fauxpansions fauxpansions, ContentFactory contentFactory) -
Uses of Content in com.atlassian.confluence.api.impl.service.content.finder
Methods in com.atlassian.confluence.api.impl.service.content.finder that return types with arguments of type ContentModifier and TypeMethodDescriptionAttachmentFetcher.fetch
(LimitedRequest request) BlogPostFetcher.fetch
(LimitedRequest request) CommentFetcher.fetch
(LimitedRequest request) ContentFetcher.fetch
(LimitedRequest request) ContentFinderImpl.fetch()
PageFetcher.fetch
(LimitedRequest request) ContentFinderImpl.fetchMany
(ContentType type, PageRequest request) ContentFinderImpl.fetchManyWithAnyType
(PageRequest request) ContentFinderImpl.fetchManyWithoutCaching
(ContentType type, PageRequest request) ContentFinderImpl.fetchMappedByContentType
(PageRequest request) -
Uses of Content in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return types with arguments of type ContentModifier and TypeMethodDescriptionAttachmentContentTypeApiSupport.getAttachments
(ContentId containerId, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Attachment> predicate, Expansions contentExpansions) AttachmentContentTypeApiSupport.getById
(ContentId attachmentId, List<ContentStatus> statuses, Expansions expansions) protected PageResponse<Content>
AttachmentContentTypeApiSupport.getChildrenForThisType
(Attachment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
BlogPostContentTypeApiSupport.getChildrenForThisType
(BlogPost content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
CommentContentTypeApiSupport.getChildrenForThisType
(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
PageContentTypeApiSupport.getChildrenForThisType
(Page content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) AttachmentContentTypeApiSupport.getChildrenOfThisTypeForOtherType
(ContentConvertible parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
BlogPostContentTypeApiSupport.getChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
CommentContentTypeApiSupport.getChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
PageContentTypeApiSupport.getChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
CommentContentTypeApiSupport.getFilteredChildrenForThisType
(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) protected PageResponse<Content>
CommentContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ContentModifier and TypeMethodDescriptionAttachmentContentTypeApiSupport.update
(Content content, Attachment entity) AttachmentContentTypeApiSupport.validateCreate
(Content newContent) BlogPostContentTypeApiSupport.validateCreate
(Content newContent) CommentContentTypeApiSupport.validateCreate
(Content newContent) PageContentTypeApiSupport.validateCreate
(Content newContent) AttachmentContentTypeApiSupport.validateUpdate
(Content updatedContent, Attachment existingEntity) BlogPostContentTypeApiSupport.validateUpdate
(Content updatedContent, BlogPost existingEntity) CommentContentTypeApiSupport.validateUpdate
(Content updatedContent, Comment existingEntity) PageContentTypeApiSupport.validateUpdate
(Content updatedContent, Page sceo) -
Uses of Content in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return ContentModifier and TypeMethodDescriptionContent.ContentBuilder.build()
JsonContentProperty.getContent()
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type ContentModifier and TypeMethodDescriptionContent.buildReference
(ContentSelector selector) Content.buildReference
(ContentId id) Deprecated.since 5.10.Content.getAncestors()
Content.getChildren()
Returns a map of the immediate sub-content of this Content, split by ContentType.History.getContentParentRef()
ContentBody.getContentRef()
JsonContentProperty.getContentRef()
Version.getContentRef()
Content.getDescendants()
Returns a map of all sub-content of this Content, at any depth, split by ContentType.Space.getHomepageRef()
Content.getOptionalParent()
History.getParentReference
(Reference<History> historyReference) Methods in com.atlassian.confluence.api.model.content with parameters of type ContentModifier and TypeMethodDescriptionstatic Content.ContentBuilder
Returns aContent.ContentBuilder
instance that clones an existingContent
object.static ContentSelector
Shortcut method for creating ancestors with a single item of ContentMethod parameters in com.atlassian.confluence.api.model.content with type arguments of type ContentModifier and TypeMethodDescriptionHistory.buildReference
(Reference<Content> contentParent) Version.buildReference
(Reference<Content> contentRef, int number) Deprecated.since 5.6 useVersion.buildReference(int)
Content.ContentBuilder.children
(Map<ContentType, PageResponse<Content>> children) Content.ContentBuilder.descendants
(Map<ContentType, PageResponse<Content>> descendants) static ContentBody
ContentBody.emptyBody
(ContentRepresentation representation, Reference<Content> contentReference) static ContentId
Content.getContentId
(Reference<Content> contentRef) Deprecated.since 5.10.static ContentSelector
Content.getSelector
(Reference<Content> contentRef) Get the selector from a Content Reference.Constructors in com.atlassian.confluence.api.model.content with parameters of type ContentModifierConstructorDescriptionContentBody
(ContentRepresentation representation, String value, Content content) Deprecated.since 5.9 , useContentBody.contentBodyBuilder()
Constructor parameters in com.atlassian.confluence.api.model.content with type arguments of type ContentModifierConstructorDescriptionContentBody
(ContentRepresentation representation, String value, Reference<Content> contentReference) Deprecated.since 5.9 , useContentBody.contentBodyBuilder()
ContentBody
(ContentRepresentation representation, String value, Reference<Content> contentReference, Reference<WebResourceDependencies> webresource) Deprecated.since 5.9 , useContentBody.contentBodyBuilder()
-
Uses of Content in com.atlassian.confluence.api.model.content.template
Methods in com.atlassian.confluence.api.model.content.template that return ContentMethods in com.atlassian.confluence.api.model.content.template with parameters of type ContentModifier and TypeMethodDescription -
Uses of Content in com.atlassian.confluence.api.model.permissions
Methods in com.atlassian.confluence.api.model.permissions that return types with arguments of type ContentMethod parameters in com.atlassian.confluence.api.model.permissions with type arguments of type ContentModifier and TypeMethodDescription -
Uses of Content in com.atlassian.confluence.api.model.relations
Fields in com.atlassian.confluence.api.model.relations with type parameters of type ContentModifier and TypeFieldDescriptionstatic final FavouriteRelationDescriptor<Content>
FavouriteRelationDescriptor.CONTENT_FAVOURITE
The relation type for user Content favourites.static final LikeRelationDescriptor<Content>
LikeRelationDescriptor.CONTENT_LIKE
The relation type for user Content likes. -
Uses of Content in com.atlassian.confluence.api.model.search
Methods in com.atlassian.confluence.api.model.search that return ContentMethods in com.atlassian.confluence.api.model.search that return types with arguments of type Content -
Uses of Content in com.atlassian.confluence.api.model.watch
Methods in com.atlassian.confluence.api.model.watch that return ContentMethod parameters in com.atlassian.confluence.api.model.watch with type arguments of type ContentModifier and TypeMethodDescription -
Uses of Content in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return ContentModifier and TypeMethodDescriptionCreate a piece of content.Create a piece of content.ContentDraftService.publishEditDraft
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) Update existing page/blog post that has an existing draftContentBlueprintService.publishInstance
(Content content, Expansion... expansions) ContentDraftService.publishNewDraft
(Content content, Expansion... expansions) Publishes the draft.Restore a trashed piece of content.Updates the non-data parts of an AttachmentContent
instance.Updates a piece of content.AttachmentService.updateData
(ContentId attachmentId, AttachmentUpload upload) Updates the data part of an AttachmentContent
instance.Methods in com.atlassian.confluence.api.service.content that return types with arguments of type ContentModifier and TypeMethodDescriptionAttachmentService.addAttachments
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads) Add one or more attachments to a piece ofContent
.AttachmentService.addAttachments
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) Add one or more attachments to a piece ofContent
.AttachmentService.addAttachments
(ContentId containerId, Collection<AttachmentUpload> uploads) Add one or more attachments to a piece ofContent
.ChildContentService.ChildContentFinder.fetchMany
(ContentType type, PageRequest request) Retrieve all content of the particular type contained in this parent.ContentService.ContentFetcher.fetchMany
(ContentType type, PageRequest request) SpaceService.SpaceContentFinder.fetchMany
(ContentType type, PageRequest request) Retrieve all content contained in this space of the particular typeContentService.ContentFetcher.fetchManyWithAnyType
(PageRequest request) ContentService.ContentFetcher.fetchManyWithoutCaching
(ContentType type, PageRequest request) ContentService.ContentFetcher.fetchMappedByContentType
(PageRequest request) ChildContentService.ChildContentFinder.fetchMappedByType
(PageRequest request) Retrieve all content contained in this parent mapped by ContentType.SpaceService.SpaceContentFinder.fetchMappedByType
(PageRequest request) Retrieve all content contained in this space mapped by ContentType@NonNull PageResponse<Content>
CustomContentService.getChildrenOfTypeAndFilter
(ContentId parentId, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<Content> predicate) Returns the children of a CustomContentEntityObject, limited to the pagination requested.ContentTrashService.getTrashContents
(Space space, LimitedRequest request, Expansion... expansions) Retrieve a subset of the contents of the trash for a particular space.Restrict the attachment returned by the fetch methods to those with the given attachmentIdMethods in com.atlassian.confluence.api.service.content with parameters of type ContentModifier and TypeMethodDescriptionContentBodyConversionService.convertBody
(Content content, ContentRepresentation representation) Same as callingContentBodyConversionService.convertBody(Content, ContentRepresentation, Expansion...)
with an empty expansion.ContentBodyConversionService.convertBody
(Content content, ContentRepresentation representation, Expansion... expansions) Convert the single ContentBody value in aContent
body map into another format, performing validation during the conversion.Create a piece of content.Create a piece of content.void
Moves an Attachment to trash.void
Removes a piece of Content from the system.ContentDraftService.publishEditDraft
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) Update existing page/blog post that has an existing draftContentBlueprintService.publishInstance
(Content content, Expansion... expansions) ContentDraftService.publishNewDraft
(Content content, Expansion... expansions) Publishes the draft.void
Permanently delete a piece of content.Restore a trashed piece of content.ContentBodyConversionService.selectBodyForRepresentation
(Content content, ContentRepresentation toFormat) Given aContent
object for which the body could be converted to a givenContentRepresentation
, returns theContentBody
that would be used for the conversion.void
Trash a piece of content.Updates the non-data parts of an AttachmentContent
instance.Updates a piece of content.ContentDraftService.DraftValidator.validateContentForPageCreate
(Content content) Validate the publish new draft operation.ContentDraftService.DraftValidator.validateContentForPageUpdate
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) Validate the publish edit draft operation.ContentService.Validator.validateCreate
(Content newContent) Validate that a piece of content can be included, including permission checks.AttachmentService.Validator.validateDelete
(Content attachment) Validate that an Attachment can be deleted, including permission checks.ContentService.Validator.validateDelete
(Content content) Validate that a piece of content can be deleted, including permission checks.ContentTrashService.Validator.validatePurge
(Content content) Validate that a piece of content can be purged, including permission checks.ContentTrashService.Validator.validateRestore
(Content content) Validate that a piece of content can be restored, including permission checks.ContentTrashService.Validator.validateTrash
(Content content) Validate that a piece of content can be trashed, including permission checks.Method parameters in com.atlassian.confluence.api.service.content with type arguments of type ContentModifier and TypeMethodDescription@NonNull PageResponse<Content>
CustomContentService.getChildrenOfTypeAndFilter
(ContentId parentId, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<Content> predicate) Returns the children of a CustomContentEntityObject, limited to the pagination requested. -
Uses of Content in com.atlassian.confluence.api.service.search
Methods in com.atlassian.confluence.api.service.search that return types with arguments of type ContentModifier and TypeMethodDescriptionCQLSearchService.searchContent
(String cqlInput, Expansion... expansions) Execute a CQL search query and fetch a page results.CQLSearchService.searchContent
(String cqlInput, PageRequest pageRequest, Expansion... expansions) Execute a CQL search query and fetch a page results.CQLSearchService.searchContent
(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions) Execute a CQL search query and fetch a page results. -
Uses of Content in com.atlassian.confluence.api.testsupport.matchers.model.content
Methods in com.atlassian.confluence.api.testsupport.matchers.model.content that return types with arguments of type ContentModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Content>
static org.hamcrest.Matcher<Content>
static org.hamcrest.Matcher<Content>
ContentMatchers.createdDateAfter
(OffsetDateTime dateTime) static org.hamcrest.Matcher<Content>
ContentMatchers.createdDateAfter
(org.joda.time.DateTime dateTime) Deprecated.since 8.8 useContentMatchers.createdDateAfter(OffsetDateTime)
static org.hamcrest.Matcher<Content>
ContentMatchers.createdDateBefore
(OffsetDateTime dateTime) static org.hamcrest.Matcher<Content>
ContentMatchers.createdDateBefore
(org.joda.time.DateTime dateTime) Deprecated.since 8.8 useContentMatchers.createdDateBefore(OffsetDateTime)
static org.hamcrest.Matcher<Content>
static org.hamcrest.Matcher<Content>
static org.hamcrest.Matcher<Content>
static org.hamcrest.Matcher<Content>
ContentMatchers.hasStatus
(ContentStatus contentStatus) static org.hamcrest.Matcher<Content>
static org.hamcrest.Matcher<Content>
ContentMatchers.hasTitleContaining
(String fragment) static org.hamcrest.Matcher<Content>
ContentMatchers.hasType
(ContentType contentType) static org.hamcrest.Matcher<Content>
ContentMatchers.lastModifiedAfter
(OffsetDateTime dateTime) static org.hamcrest.Matcher<Content>
ContentMatchers.lastModifiedAfter
(org.joda.time.DateTime dateTime) Deprecated.since 8.8 useContentMatchers.lastModifiedAfter(OffsetDateTime)
static org.hamcrest.Matcher<Content>
ContentMatchers.lastModifiedBefore
(OffsetDateTime dateTime) static org.hamcrest.Matcher<Content>
ContentMatchers.lastModifiedBefore
(org.joda.time.DateTime dateTime) Deprecated.since 8.8 useContentMatchers.lastModifiedBefore(OffsetDateTime)
Methods in com.atlassian.confluence.api.testsupport.matchers.model.content with parameters of type ContentModifier and TypeMethodDescriptionprotected void
DateContentMatcher.describeMismatchSafely
(Content item, org.hamcrest.Description mismatchDescription) protected abstract OffsetDateTime
DateContentMatcher.getDateTimeForContent
(Content content) static org.hamcrest.Matcher<Content>
protected boolean
DateContentMatcher.matchesSafely
(Content content) -
Uses of Content in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return types with arguments of type ContentModifier and TypeMethodDescriptionprotected abstract PageResponse<Content>
BaseContentTypeApiSupport.getChildrenForThisType
(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected abstract PageResponse<Content>
BaseContentTypeApiSupport.getChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
CustomContentTypeApiSupport.getChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) CustomContentApiSupportParams.getContentFactory()
CustomContentApiSupportParamsImpl.getContentFactory()
final PageResponse<Content>
BaseContentTypeApiSupport.getFilteredChildren
(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) Retrieve the children of an item of Content.ContentTypeApiSupport.getFilteredChildren
(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) Retrieve the children of an item of Content filtered by a predicate.protected PageResponse<Content>
BaseContentTypeApiSupport.getFilteredChildrenForThisType
(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) This method includes an additional parameter "location", it will call the default one if not overriddenprotected PageResponse<Content>
BaseContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) This method includes an additional parameter "location", it will call the default one if not overriddenprotected PageResponse<Content>
CustomContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType
(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) Methods in com.atlassian.confluence.content.apisupport with parameters of type ContentModifier and TypeMethodDescriptionCreate a new persistent entity for the given api contentprotected abstract void
CustomContentTypeApiSupport.createCustomContentEntity
(Content content, CustomContentEntityObject newVersion) Set the extension properties on the entity.boolean
ContentCreator.setCommonMetadata
(Content updatedContent, ContentEntityObject entity) boolean
DefaultContentCreator.setCommonMetadata
(Content updatedContent, ContentEntityObject entity) Sets the common metadata on the entityvoid
ContentCreator.setCommonPropertiesForCreate
(Content newContent, ContentEntityObject entity, com.atlassian.user.User authenticatedUser) void
DefaultContentCreator.setCommonPropertiesForCreate
(Content newContent, ContentEntityObject entity, com.atlassian.user.User authenticatedUser) Sets common properties on a newly created entity in preparation for being saved.boolean
ContentCreator.setCommonPropertiesForUpdate
(Content updatedContent, ContentEntityObject entity) boolean
DefaultContentCreator.setCommonPropertiesForUpdate
(Content updatedContent, ContentEntityObject entity) Sets common properties on the entity in preparation for an update.boolean
ContentCreator.setContentBodyOnEntity
(Content updatedContent, ContentEntityObject entity) boolean
DefaultContentCreator.setContentBodyOnEntity
(Content updatedContent, ContentEntityObject entity) Sets the body content in updatedContent on the entityboolean
ContentCreator.setContentStatusOnEntity
(Content updatedContent, ContentEntityObject entity) boolean
DefaultContentCreator.setContentStatusOnEntity
(Content updatedContent, ContentEntityObject entity) Sets the content status from updatedContent on the entityboolean
ContentCreator.setLabelsMetadataOnEntity
(Content updatedContent, ContentEntityObject entity) boolean
DefaultContentCreator.setLabelsMetadataOnEntity
(Content updatedContent, ContentEntityObject entity) Sets the labels metadata on the entityboolean
ContentCreator.setOriginalVersionOnEntity
(Content updatedContent, ContentEntityObject entity) boolean
DefaultContentCreator.setOriginalVersionOnEntity
(Content updatedContent, ContentEntityObject entity) This property only applies to shared drafts.void
ContentCreator.setSpaceForCreate
(Content newContent, SpaceContentEntityObject spacedEntity, com.atlassian.user.User authenticatedUser) void
DefaultContentCreator.setSpaceForCreate
(Content newContent, SpaceContentEntityObject spacedEntity, com.atlassian.user.User authenticatedUser) Sets the space in newContent on this spacedEntityboolean
ContentCreator.setTitleOnEntity
(Content updatedContent, ContentEntityObject entity) boolean
DefaultContentCreator.setTitleOnEntity
(Content updatedContent, ContentEntityObject entity) Sets the title in updatedContent on the entityUpdates an existing persistent entity from the given api contentCustomContentTypeApiSupport.update
(Content content, CustomContentEntityObject entity) protected abstract boolean
CustomContentTypeApiSupport.updateCustomContentEntity
(Content content, CustomContentEntityObject newVersion, CustomContentEntityObject original) Set the extension properties on the entity.BaseContentTypeApiSupport.validateCreate
(Content newContent) ContentCreator.validateCreate
(ConfluenceUser confluenceUser, Content newContent, Class<? extends ContentEntityObject> entityClass) ContentTypeApiSupport.validateCreate
(Content newContent) Validate the create operationDefaultContentCreator.validateCreate
(ConfluenceUser confluenceUser, Content newContent, Class<? extends ContentEntityObject> entityClass) Perform common validation checks for creation of content in a spaceBaseContentTypeApiSupport.validateUpdate
(Content updatedContent, T existingEntity) ContentCreator.validateUpdate
(ConfluenceUser user, Content updatedContent, ContentEntityObject entity) ContentTypeApiSupport.validateUpdate
(Content oldContent, T existingEntity) Validate the update operationDefaultContentCreator.validateUpdate
(ConfluenceUser user, Content updatedContent, ContentEntityObject entity) Perform common validation checks for updating contentConstructor parameters in com.atlassian.confluence.content.apisupport with type arguments of type ContentModifierConstructorDescriptionCustomContentApiSupportParamsImpl
(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager, ModelFactory<ContentEntityObject, Content> contentFactory) -
Uses of Content in com.atlassian.confluence.content.render.xhtml.view.excerpt
Methods in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type ContentModifier and TypeMethodDescriptionDefaultExcerpter.createExcerpt
(Content content) Excerpter.createExcerpt
(Content content) Creates an excerpt block from the provided content object without any tags excluded, using an implementation specific number of blocks. -
Uses of Content in com.atlassian.confluence.content.ui
Classes in com.atlassian.confluence.content.ui with type parameters of type ContentMethods in com.atlassian.confluence.content.ui with parameters of type ContentModifier and TypeMethodDescriptionAttachmentApiContentUiSupport.getContentCssClass
(Content content) DefaultApiContentUiSupport.getContentCssClass
(Content content) AttachmentApiContentUiSupport.getContentTypeI18NKey
(Content content) DefaultApiContentUiSupport.getContentTypeI18NKey
(Content content) AttachmentApiContentUiSupport.getIconCssClass
(Content content) DefaultApiContentUiSupport.getIconCssClass
(Content content) AttachmentApiContentUiSupport.getIconFilePath
(Content content, int size) DefaultApiContentUiSupport.getIconFilePath
(Content content, int size) AttachmentApiContentUiSupport.getIconPath
(Content content, int size) DefaultApiContentUiSupport.getIconPath
(Content content, int size) -
Uses of Content in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type ContentModifier and TypeMethodDescriptionApiRestEntityFactory.buildRestEntityFrom
(ContentEntityObject entity, Expansions expansions) Build a REST API entity from a ContentEntityObject. -
Uses of Content in com.atlassian.confluence.dmz.pages
Methods in com.atlassian.confluence.dmz.pages with parameters of type ContentModifier and TypeMethodDescriptionTrashManagerInternal.findTrashDate
(Content content) Trash date is only available since Confluence 7.14. -
Uses of Content in com.atlassian.confluence.impl.service.finder.content
Methods in com.atlassian.confluence.impl.service.finder.content that return types with arguments of type ContentModifier and TypeMethodDescriptionNoopContentFinder.fetchMany
(ContentType type, PageRequest request) NoopContentFinder.fetchManyWithAnyType
(PageRequest request) NoopContentFinder.fetchManyWithoutCaching
(ContentType type, PageRequest request) NoopContentFinder.fetchMappedByContentType
(PageRequest request) -
Uses of Content in com.atlassian.confluence.impl.velocity
Constructor parameters in com.atlassian.confluence.impl.velocity with type arguments of type ContentModifierConstructorDescriptionBeanContextItemProvider
(PermissionHelper permissionHelper, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, WebMenuManager webMenuManager, SpaceManager spaceManager, com.atlassian.struts.xsrf.XsrfTokenGenerator xsrfTokenGenerator, ContentUiSupport<ContentEntityObject> contentUiSupport, Deprecated deprecated, com.atlassian.theme.api.request.RequestScopeThemeService requestScopeThemeService, SpaceToolsTabsHelper spaceToolsTabsHelper, UserHelper userHelper, IndexUrlHelper indexUrlHelper, ApiContentUiSupport<Content> apiContentUiSupport, SpaceSettingsManager spaceSettingsManager, UserAccessorInternal userAccessor, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, LanguageManager languageManager, PageManager pageManager) -
Uses of Content in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands that return ContentModifier and TypeMethodDescriptionprotected Content
ContentManagementMultiEventsCommand.buildContentWithDirectAncestor
(Content content) BuildContent
with either none or only one ancestor.Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type ContentModifier and TypeMethodDescriptionprotected Content
ContentManagementMultiEventsCommand.buildContentWithDirectAncestor
(Content content) BuildContent
with either none or only one ancestor. -
Uses of Content in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model that return ContentConstructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model with parameters of type ContentModifierConstructorDescriptionContentModel
(long journalEntryId, String type, String operation, Content content) -
Uses of Content in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type Content -
Uses of Content in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Content -
Uses of Content in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type ContentModifier and TypeMethodDescriptioncom.google.common.base.Function<CustomContentEntityObject,
JsonContentProperty> JsonPropertyFactory.buildContentPropertyFromFunction
(Content content, Expansions expansions) JsonPropertyFactory.buildFrom
(Content content, CustomContentEntityObject storageContentProperty, Expansions expansions) Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container. -
Uses of Content in com.atlassian.confluence.plugins.graphql.providers
Methods in com.atlassian.confluence.plugins.graphql.providers that return types with arguments of type ContentModifier and TypeMethodDescriptionChildContentProvider.attachments
(graphql.schema.DataFetchingEnvironment env, String expand, Integer parentVersion, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo) ChildContentProvider.children
(graphql.schema.DataFetchingEnvironment env, String expand, String type, Integer parentVersion, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo) ChildContentProvider.comments
(graphql.schema.DataFetchingEnvironment env, String expand, Integer parentVersion, int offset, String afterOffset, int limit, Set<String> location, String depth, javax.ws.rs.core.UriInfo uriInfo) -
Uses of Content in com.atlassian.confluence.plugins.like.notifications
Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type ContentModifier and TypeMethodDescriptionAbstractLikeEventRenderContextProvider.getMediumSpecificContext
(Content content, LikePayload payload, boolean recipientIsAuthor) All the medium-specific context items (e.g.LikeEventEmailRenderContextProvider.getMediumSpecificContext
(Content content, LikePayload payload, boolean recipientIsAuthor) -
Uses of Content in com.atlassian.confluence.plugins.restapi.examples
Fields in com.atlassian.confluence.plugins.restapi.examples with type parameters of type Content -
Uses of Content in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return ContentModifier and TypeMethodDescriptionContentResource.createContent
(Content content, ContentStatus status, String expand) ContentResource.getContentById
(ContentId id, List<ContentStatus> statuses, Integer version, String expand) ContentBlueprintResource.publishLegacyDraft
(ContentId draftId, Content content, ContentStatus status, String expand) ContentBlueprintResource.publishSharedDraft
(ContentId draftId, Content content, ContentStatus status, String expand) ContentResource.update
(ContentId contentId, Content content, ContentStatus status, ContentDraftService.ConflictPolicy conflictPolicy, boolean asyncReconciliation) AttachmentResource.updateData
(ContentId attachmentId, com.atlassian.plugins.rest.api.multipart.FilePart filePart, com.atlassian.plugins.rest.api.multipart.FilePart comment, com.atlassian.plugins.rest.api.multipart.FilePart minorEdit, com.atlassian.plugins.rest.api.multipart.FilePart hidden) Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type ContentModifier and TypeMethodDescriptionChildContentResource.children
(ContentId contentId, String expand, Integer parentVersion, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) ChildContentResource.childrenOfType
(ContentId contentId, ContentType type, String expand, Integer parentVersion, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) ChildContentResource.commentsOfContent
(ContentId contentId, String expand, Integer parentVersion, int start, int limit, Set<String> location, String depth, javax.ws.rs.core.UriInfo uriInfo) SpaceResource.contentsWithType
(String spaceKey, String expand, int limit, String cursor, javax.ws.rs.core.UriInfo uriInfo) SpaceResource.contentsWithType
(String spaceKey, String type, String depth, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) AttachmentResource.createAttachments
(ContentId containerId, ContentStatus containerStatus, boolean allowDuplicated, String expand, List<com.atlassian.plugins.rest.api.multipart.FilePart> fileParts, @Nullable List<com.atlassian.plugins.rest.api.multipart.FilePart> comments, @Nullable List<com.atlassian.plugins.rest.api.multipart.FilePart> minorEdits, @Nullable List<com.atlassian.plugins.rest.api.multipart.FilePart> hiddens) DescendantContentResource.descendants
(ContentId contentId, String expand, javax.ws.rs.core.UriInfo uriInfo) DescendantContentResource.descendantsOfType
(ContentId contentId, ContentType type, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) AttachmentResource.getAttachments
(ContentId contentId, String expand, int start, int limit, String filename, String mediaType, javax.ws.rs.core.UriInfo uriInfo) ContentResource.getContent
(String type, String spaceKey, String title, List<ContentStatus> statuses, String postingDay, String expand, int start, int limit, List<String> ids, javax.ws.rs.core.UriInfo uriInfo) ContentResource.getContentByGraph
(ContentId id, String expand, String type, String spaceKey, String title, String postingDay, List<ContentStatus> statuses, Integer version, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo) ContentResource.scanContent
(String spaceKey, List<ContentStatus> statuses, String expand, int limit, String cursor, String type, javax.ws.rs.core.UriInfo uriInfo) ContentResource.search
(String cql, String cqlcontext, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentModifier and TypeMethodDescriptionContentResource.createContent
(Content content, ContentStatus status, String expand) ContentBlueprintResource.publishLegacyDraft
(ContentId draftId, Content content, ContentStatus status, String expand) ContentBlueprintResource.publishSharedDraft
(ContentId draftId, Content content, ContentStatus status, String expand) ContentResource.update
(ContentId contentId, Content content, ContentStatus status, ContentDraftService.ConflictPolicy conflictPolicy, boolean asyncReconciliation) -
Uses of Content in com.atlassian.confluence.relations.touch
Methods in com.atlassian.confluence.relations.touch with parameters of type ContentModifier and TypeMethodDescriptionvoid
TouchRelationSupport.handleTouchRelations
(Content input) Modifies touch relations for a draft/current page pair to the correct state as though the logged in user just modified the associated content.void
TouchRelationSupportImpl.handleTouchRelations
(Content input) -
Uses of Content in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type ContentModifier and TypeMethodDescriptionRemoteAttachmentService.addAttachmentsCompletionStage
(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads) RemoteAttachmentService.addAttachmentsCompletionStage
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) RemoteAttachmentService.addAttachmentsCompletionStage
(ContentId contentId, Collection<AttachmentUpload> uploads) Add one or more attachments to a piece ofContent
.RemoteAttachmentServiceImpl.addAttachmentsCompletionStage
(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads) RemoteAttachmentServiceImpl.addAttachmentsCompletionStage
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) RemoteAttachmentServiceImpl.addAttachmentsCompletionStage
(ContentId contentId, Collection<AttachmentUpload> uploads) AbstractRemoteContentService.createCompletionStage
(Content newContent) AbstractRemoteContentService.createCompletionStage
(Content newContent, Expansion... expansions) RemoteContentService.createCompletionStage
(Content newContent) Create a piece of content.RemoteContentService.createCompletionStage
(Content newContent, Expansion... expansions) Create a piece of content.protected abstract CompletionStage<Optional<Content>>
AbstractRemoteContentService.AbstractRemoteContentFinder.fetchByIdCompletionStage()
protected CompletionStage<Optional<Content>>
RemoteContentServiceImpl.RemoteContentFinderImpl.fetchByIdCompletionStage()
AbstractRemoteContentService.AbstractRemoteContentFinder.fetchCompletionStage()
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchCompletionStage()
RemoteAttachmentService.RemoteAttachmentFinder.fetchManyCompletionStage
(PageRequest request) RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchManyCompletionStage
(PageRequest request) RemoteChildContentService.RemoteChildContentFinder.fetchManyCompletionStage
(ContentType type, PageRequest request) Retrieve a paged list of content of the given type contained in this parentRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchManyCompletionStage
(ContentType type, PageRequest request) RemoteContentService.RemoteContentFetcher.fetchManyCompletionStage
(ContentType type, PageRequest request) RemoteContentServiceImpl.RemoteContentFinderImpl.fetchManyCompletionStage
(ContentType type, PageRequest request) RemoteSpaceService.RemoteSpaceContentFinder.fetchManyCompletionStage
(ContentType type, PageRequest request) Retrieve a paged list of content of the given type contained in this spaceRemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchManyCompletionStage
(ContentType type, PageRequest request) AbstractRemoteContentService.AbstractRemoteContentFinder.fetchMappedByContentTypeCompletionStage
(PageRequest request) RemoteContentService.RemoteContentFetcher.fetchMappedByContentTypeCompletionStage
(PageRequest request) RemoteChildContentService.RemoteChildContentFinder.fetchMappedByTypeCompletionStage
(PageRequest request) Retrieve the content contained in this parent.RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByTypeCompletionStage
(PageRequest request) RemoteSpaceService.RemoteSpaceContentFinder.fetchMappedByTypeCompletionStage
(PageRequest request) Retrieve the all content contained in this space.RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMappedByTypeCompletionStage
(PageRequest request) AbstractRemoteContentService.getChildrenCompletionStage
(Content parent, PageRequest pageRequest, Expansion... expansions) RemoteContentService.getChildrenCompletionStage
(Content parent, PageRequest pageRequest, Expansion... expansion) Retrieve the children of an item of Content.RemoteContentTrashService.getTrashContentsCompletionStage
(Space space, LimitedRequest limitedRequest, Expansion... expansions) RemoteContentDraftService.publishEditDraftCompletionStage
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) Update contentRemoteContentDraftServiceImpl.publishEditDraftCompletionStage
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) RemoteContentBlueprintService.publishInstanceCompletionStage
(Content content, Expansion... expansions) Publishes the draft from blueprints.RemoteContentBlueprintServiceImpl.publishInstanceCompletionStage
(Content content, Expansion... expansions) RemoteContentDraftService.publishNewDraftCompletionStage
(Content content, Expansion... expansions) Publishes the draft.RemoteContentDraftServiceImpl.publishNewDraftCompletionStage
(Content content, Expansion... expansions) AbstractRemoteContentService.restoreCompletionStage
(Content content) RemoteContentService.restoreCompletionStage
(Content content) Restore a trashed piece of content.RemoteContentTrashService.restoreCompletionStage
(Content content) Restore a trashed piece of content.RemoteCQLSearchService.searchContentCompletionStage
(String cql, Expansion... expansions) RemoteCQLSearchService.searchContentCompletionStage
(String cql, PageRequest request, Expansion... expansions) RemoteCQLSearchService.searchContentCompletionStage
(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions) RemoteCQLSearchServiceImpl.searchContentCompletionStage
(String cql, Expansion... expansions) RemoteCQLSearchServiceImpl.searchContentCompletionStage
(String cql, PageRequest request, Expansion... expansions) RemoteCQLSearchServiceImpl.searchContentCompletionStage
(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions) AbstractRemoteContentService.trashCompletionStage
(Content content) RemoteContentService.trashCompletionStage
(Content content) Trash a piece of content.AbstractRemoteContentService.updateCompletionStage
(Content content) RemoteAttachmentService.updateCompletionStage
(Content attachment) Updates the non-data parts of an AttachmentContent
instance.RemoteAttachmentServiceImpl.updateCompletionStage
(Content attachment) RemoteContentService.updateCompletionStage
(Content content) Updates a piece of content.RemoteAttachmentService.updateDataCompletionStage
(ContentId attachmentId, AttachmentUpload upload) Updates the data part of an AttachmentContent
instance.RemoteAttachmentServiceImpl.updateDataCompletionStage
(ContentId attachmentId, AttachmentUpload upload) Methods in com.atlassian.confluence.rest.client with parameters of type ContentModifier and TypeMethodDescriptionAbstractRemoteContentService.createCompletionStage
(Content newContent) AbstractRemoteContentService.createCompletionStage
(Content newContent, Expansion... expansions) RemoteContentService.createCompletionStage
(Content newContent) Create a piece of content.RemoteContentService.createCompletionStage
(Content newContent, Expansion... expansions) Create a piece of content.AbstractRemoteContentService.deleteCompletionStage
(Content content) RemoteAttachmentService.deleteCompletionStage
(Content attachmentContent) Removes an Attachment from the system.RemoteAttachmentServiceImpl.deleteCompletionStage
(Content attachmentContent) RemoteContentService.deleteCompletionStage
(Content content) Removes an item of Content from the system.AbstractRemoteContentService.getChildrenCompletionStage
(Content parent, PageRequest pageRequest, Expansion... expansions) RemoteContentService.getChildrenCompletionStage
(Content parent, PageRequest pageRequest, Expansion... expansion) Retrieve the children of an item of Content.RemoteContentDraftService.publishEditDraftCompletionStage
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) Update contentRemoteContentDraftServiceImpl.publishEditDraftCompletionStage
(Content content, ContentDraftService.ConflictPolicy conflictPolicy) RemoteContentBlueprintService.publishInstanceCompletionStage
(Content content, Expansion... expansions) Publishes the draft from blueprints.RemoteContentBlueprintServiceImpl.publishInstanceCompletionStage
(Content content, Expansion... expansions) RemoteContentDraftService.publishNewDraftCompletionStage
(Content content, Expansion... expansions) Publishes the draft.RemoteContentDraftServiceImpl.publishNewDraftCompletionStage
(Content content, Expansion... expansions) AbstractRemoteContentService.purgeCompletionStage
(Content content) RemoteContentService.purgeCompletionStage
(Content content) Permanently delete a trashed piece of content.RemoteContentTrashService.purgeCompletionStage
(Content content) Permanently delete a piece of content.AbstractRemoteContentService.restoreCompletionStage
(Content content) RemoteContentService.restoreCompletionStage
(Content content) Restore a trashed piece of content.RemoteContentTrashService.restoreCompletionStage
(Content content) Restore a trashed piece of content.AbstractRemoteContentService.trashCompletionStage
(Content content) RemoteContentService.trashCompletionStage
(Content content) Trash a piece of content.RemoteContentTrashService.trashCompletionStage
(Content content) Trash a piece of content.AbstractRemoteContentService.updateCompletionStage
(Content content) RemoteAttachmentService.updateCompletionStage
(Content attachment) Updates the non-data parts of an AttachmentContent
instance.RemoteAttachmentServiceImpl.updateCompletionStage
(Content attachment) RemoteContentService.updateCompletionStage
(Content content) Updates a piece of content. -
Uses of Content in com.atlassian.confluence.rest.client.graphql
Methods in com.atlassian.confluence.rest.client.graphql that return types with arguments of type ContentModifier and TypeMethodDescriptionprotected CompletionStage<Optional<Content>>
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl.fetchByIdCompletionStage()
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchManyCompletionStage
(ContentType type, PageRequest request) GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl.fetchManyCompletionStage
(ContentType type, PageRequest request) GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByTypeCompletionStage
(PageRequest request) -
Uses of Content in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type ContentModifier and TypeMethodDescriptionRemoteContentTrashServiceImpl.getTrashContentsCompletionStage
(Space space, LimitedRequest limitedRequest, Expansion... expansions) RemoteContentTrashServiceImpl.restoreCompletionStage
(Content content) Methods in com.atlassian.confluence.rest.client.impl with parameters of type ContentModifier and TypeMethodDescriptionRemoteContentTrashServiceImpl.purgeCompletionStage
(Content content) RemoteContentTrashServiceImpl.restoreCompletionStage
(Content content) RemoteContentTrashServiceImpl.trashCompletionStage
(Content content) -
Uses of Content in com.atlassian.confluence.rest.serialization.jackson2
Methods in com.atlassian.confluence.rest.serialization.jackson2 that return ContentModifier and TypeMethodDescriptionContentDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) -
Uses of Content in com.atlassian.confluence.rest.v2.api.model
Constructor parameters in com.atlassian.confluence.rest.v2.api.model with type arguments of type ContentModifierConstructorDescriptionRestPageRequest
(Navigation.Builder navBuilder, PageResponse<Content> response) Deprecated.since 9.4 useRestPageRequest(URI, PageRequest)
-
Uses of Content in com.atlassian.integrationtest.utils
Methods in com.atlassian.integrationtest.utils that return Content