Uses of Class
com.atlassian.confluence.api.model.content.Content
-
-
Uses of Content in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return Content Modifier and Type Method Description ContentContentServiceImpl. buildContent(ContentEntityObject entity, List<ContentStatus> statuses, Expansion... expansions)ContentContentServiceImpl. create(Content newContent)ContentContentServiceImpl. create(Content newContent, Expansion... expansions)ContentContentTrashServiceImpl. restore(Content content)ContentAttachmentServiceImpl. update(Content updatedContent)ContentContentServiceImpl. update(Content updatedContent)ContentAttachmentServiceImpl. updateData(ContentId attachmentId, AttachmentUpload upload)Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type Content Modifier and Type Method Description PageResponse<Content>AttachmentServiceImpl. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads)PageResponse<Content>AttachmentServiceImpl. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)PageResponse<Content>AttachmentServiceImpl. addAttachments(ContentId containerId, Collection<AttachmentUpload> uploads)PageResponse<Content>SpaceServiceImpl.SpaceContentImpl. fetchMany(ContentType type, PageRequest pageRequest)Map<ContentType,PageResponse<Content>>SpaceServiceImpl.SpaceContentImpl. fetchMappedByType(PageRequest pageRequest)Methods in com.atlassian.confluence.api.impl.service.content with parameters of type Content Modifier and Type Method Description ContentBodyContentBodyConversionServiceImpl. convertBody(Content content, ContentRepresentation toFormat)ContentBodyContentBodyConversionServiceImpl. convertBody(Content content, ContentRepresentation toFormat, Expansion... expansions)ContentContentServiceImpl. create(Content newContent)ContentContentServiceImpl. create(Content newContent, Expansion... expansions)voidAttachmentServiceImpl. delete(Content attachmentContent)voidContentServiceImpl. delete(Content content)voidContentTrashServiceImpl. purge(Content content)ContentContentTrashServiceImpl. restore(Content content)Optional<ContentBody>ContentBodyConversionServiceImpl. selectBodyForRepresentation(Content content, ContentRepresentation toFormat)voidContentTrashServiceImpl. trash(Content content)ContentAttachmentServiceImpl. update(Content updatedContent)ContentContentServiceImpl. update(Content updatedContent)ValidationResultContentServiceImpl.ValidatorImpl. validateCreate(Content newContent)ValidationResultContentServiceImpl.ValidatorImpl. validateDelete(Content content)protected ValidationResultContentServiceImpl.ValidatorImpl. validateUpdate(Content updatedContent, ContentEntityObject currentCeo) -
Uses of Content in com.atlassian.confluence.api.impl.service.content.draft
Methods in com.atlassian.confluence.api.impl.service.content.draft that return Content Modifier and Type Method Description ContentContentDraftServiceImpl. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)ContentLegacyContentDraftServiceImpl. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)ContentSharedContentDraftServiceImpl. publishEditDraft(Content updatedContent, ContentDraftService.ConflictPolicy conflictPolicy)ContentContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)ContentLegacyContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)ContentSharedContentDraftServiceImpl. 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 Content Modifier and Type Method Description ContentContentDraftServiceImpl. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)ContentLegacyContentDraftServiceImpl. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)ContentSharedContentDraftServiceImpl. publishEditDraft(Content updatedContent, ContentDraftService.ConflictPolicy conflictPolicy)ContentContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)ContentLegacyContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)ContentSharedContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)Deprecated.since 5.9 - we use the same method for publishing drafts for new pages and for page editsMergeValidationResultLegacyDraftValidator. validateContentForPageCreate(Content content)MergeValidationResultLegacyDraftValidator. 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 Content Modifier and Type Method Description ContentContentFactory. buildFrom(ContentEntityObject entity, Expansions expansions)Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type Content Modifier and Type Method Description Map<ContentType,PageResponse<Content>>ChildContentFactory. buildFrom(ContentSelector parentSelector, Depth depth, Fauxpansions fauxpansions)<HC extends ContentEntityObject>
Iterable<Content>ContentFactory. buildFrom(Iterable<HC> entities, Expansions expansions)Reference<Content>ContentFactory. buildRef(ContentEntityObject entity, Fauxpansions fauxpansions)PageResponse<Content>ChildSupport. getChildrenList(ContentConvertible parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Collection<String> location)Map<ContentType,PageResponse<Content>>ChildSupport. getChildrenMap(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth)Map<ContentType,PageResponse<Content>>ChildSupport. getChildrenMap(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location)Map<ContentType,PageResponse<Content>>ChildSupport. getChildrenMap(ContentConvertible parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location)Called from theContentFactorywhen expanding "children" on a Content item being built.Method parameters in com.atlassian.confluence.api.impl.service.content.factory with type arguments of type Content Modifier and Type Method Description Map<ContentEntityObject,Map<String,Object>>ContentMetadataFactory. buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap, Fauxpansions fauxpansions)Deprecated.since 7.0.1.Map<ContentEntityObject,Map<String,Object>>DefaultContentMetadataFactory. buildMetadata(Map<ContentEntityObject,com.google.common.base.Supplier<Content>> contentMap, Fauxpansions fauxpansions)Deprecated.since 7.0.1.default Map<ContentEntityObject,Map<String,Object>>ContentMetadataFactory. buildMetadataForContentEntityObjects(Map<ContentEntityObject,Supplier<Content>> contentMap, Fauxpansions fauxpansions)Make common metadata for a set of ContentEntityObject objects.Reference<History>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.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return types with arguments of type Content Modifier and Type Method Description PageResponse<Content>AttachmentContentTypeApiSupport. getAttachments(ContentId containerId, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Attachment> predicate, Expansions contentExpansions)Optional<Content>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>CommentContentTypeApiSupport. getChildrenForThisType(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)protected PageResponse<Content>PageContentTypeApiSupport. getChildrenForThisType(Page content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)PageResponse<Content>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>CommentContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)protected PageResponse<Content>PageContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type Content Modifier and Type Method Description BlogPostBlogPostContentTypeApiSupport. create(Content newContent)CommentCommentContentTypeApiSupport. create(Content newContent)PagePageContentTypeApiSupport. create(Content newContent)AttachmentAttachmentContentTypeApiSupport. update(Content content, Attachment entity)BlogPostBlogPostContentTypeApiSupport. update(Content updatedContent, BlogPost blog)CommentCommentContentTypeApiSupport. update(Content contentToUpdate, Comment entity)PagePageContentTypeApiSupport. update(Content updatedContent, Page page)ValidationResultAttachmentContentTypeApiSupport. validateCreate(Content newContent)ValidationResultBlogPostContentTypeApiSupport. validateCreate(Content newContent)ValidationResultCommentContentTypeApiSupport. validateCreate(Content newContent)ValidationResultPageContentTypeApiSupport. validateCreate(Content newContent)ValidationResultAttachmentContentTypeApiSupport. validateUpdate(Content updatedContent, Attachment existingEntity)ValidationResultBlogPostContentTypeApiSupport. validateUpdate(Content updatedContent, BlogPost existingEntity)ValidationResultCommentContentTypeApiSupport. validateUpdate(Content updatedContent, Comment existingEntity)ValidationResultPageContentTypeApiSupport. 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 Content Modifier and Type Method Description ContentContent.ContentBuilder. build()ContentJsonContentProperty. getContent()Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Content Modifier and Type Method Description static Reference<Content>Content. buildReference(ContentSelector selector)static Reference<Content>Content. buildReference(ContentId id)Deprecated.since 5.10.List<Content>Content. getAncestors()Map<ContentType,PageResponse<Content>>Content. getChildren()Returns a map of the immediate sub-content of this Content, split by ContentType.Reference<Content>History. getContentParentRef()Reference<Content>ContentBody. getContentRef()Reference<Content>JsonContentProperty. getContentRef()Reference<Content>Version. getContentRef()Map<ContentType,PageResponse<Content>>Content. getDescendants()Returns a map of all sub-content of this Content, at any depth, split by ContentType.Reference<Content>Space. getHomepageRef()Optional<Content>Content. getOptionalParent()com.atlassian.fugue.Option<Content>Content. getParent()Deprecated.since 6.13.0, use {getOptionalParent()}static Reference<Content>History. getParentReference(Reference<History> historyReference)Methods in com.atlassian.confluence.api.model.content with parameters of type Content Modifier and Type Method Description static Content.ContentBuilderContent. builder(Content content)Returns aContent.ContentBuilderinstance that clones an existingContentobject.ContentBody.ContentBodyBuilderContentBody.ContentBodyBuilder. content(Content content)JsonContentProperty.ContentPropertyBuilderJsonContentProperty.ContentPropertyBuilder. content(Content content)static ContentSelectorContentSelector. from(Content content)Space.SpaceBuilderSpace.SpaceBuilder. homepage(Content homepage)Content.ContentBuilderContent.ContentBuilder. parent(Content parent)Shortcut method for creating ancestors with a single item of ContentMethod parameters in com.atlassian.confluence.api.model.content with type arguments of type Content Modifier and Type Method Description Content.ContentBuilderContent.ContentBuilder. ancestors(Iterable<Content> ancestors)static Reference<History>History. buildReference(Reference<Content> contentParent)static Reference<Version>Version. buildReference(Reference<Content> contentRef, int number)Deprecated.since 5.6 useVersion.buildReference(int)Content.ContentBuilderContent.ContentBuilder. children(Map<ContentType,PageResponse<Content>> children)ContentBody.ContentBodyBuilderContentBody.ContentBodyBuilder. content(@NonNull Reference<Content> contentRef)History.HistoryBuilderHistory.HistoryBuilder. content(Reference<Content> content)JsonContentProperty.ContentPropertyBuilderJsonContentProperty.ContentPropertyBuilder. content(Reference<Content> contentRef)Version.VersionBuilderVersion.VersionBuilder. content(Reference<Content> content)Content.ContentBuilderContent.ContentBuilder. descendants(Map<ContentType,PageResponse<Content>> descendants)static ContentBodyContentBody. emptyBody(ContentRepresentation representation, Reference<Content> contentReference)static ContentIdContent. getContentId(Reference<Content> contentRef)Deprecated.since 5.10.static ContentSelectorContent. getSelector(Reference<Content> contentRef)Get the selector from a Content Reference.Space.SpaceBuilderSpace.SpaceBuilder. homepage(Reference<Content> homepageRef)Constructors in com.atlassian.confluence.api.model.content with parameters of type Content Constructor Description ContentBody(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 Content Constructor Description ContentBody(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 Content Modifier and Type Method Description ContentContentBlueprintInstance. getContent()Get Content fieldMethods in com.atlassian.confluence.api.model.content.template with parameters of type Content Modifier and Type Method Description ContentBlueprintInstance.BuilderContentBlueprintInstance.Builder. content(Content content) -
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 Content Modifier and Type Method Description Reference<Content>ContentRestriction. getContent()Method parameters in com.atlassian.confluence.api.model.permissions with type arguments of type Content Modifier and Type Method Description ContentRestriction.ContentRestrictionBuilderContentRestriction.ContentRestrictionBuilder. content(Reference<Content> content) -
Uses of Content in com.atlassian.confluence.api.model.relations
Fields in com.atlassian.confluence.api.model.relations with type parameters of type Content Modifier and Type Field Description static FavouriteRelationDescriptor<Content>FavouriteRelationDescriptor. CONTENT_FAVOURITEThe relation type for user Content favourites.static LikeRelationDescriptor<Content>LikeRelationDescriptor. CONTENT_LIKEThe 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 Content Modifier and Type Method Description ContentContentSearchResult. getContent()Methods in com.atlassian.confluence.api.model.search that return types with arguments of type Content Modifier and Type Method Description Reference<Content>ContentSearchResult. getEntityRef() -
Uses of Content in com.atlassian.confluence.api.model.watch
Methods in com.atlassian.confluence.api.model.watch that return Content Modifier and Type Method Description ContentContentWatch. getContent() -
Uses of Content in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav with parameters of type Content Modifier and Type Method Description Navigation.BuilderNavigation. collection(Content content)a builder to produce a URL to the collection that the content belongs to.Navigation.ContentNavNavigation. content(Content content)create a content nav builder to reference a piece of contentNavigation.ExperimentalContentNavNavigation.ExperimentalNav. content(Content content)create a content nav builder to reference a piece of contentMethod parameters in com.atlassian.confluence.api.nav with type arguments of type Content Modifier and Type Method Description Navigation.ContentNavNavigation. content(Reference<Content> contentReference)create a content nav builder to reference a piece of contentNavigation.ExperimentalContentNavNavigation.ExperimentalNav. content(Reference<Content> contentReference)create a content nav builder to reference a piece of content -
Uses of Content in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return Content Modifier and Type Method Description ContentContentService. create(Content newContent)Create a piece of content.ContentContentService. create(Content newContent, Expansion... expansions)Create a piece of content.ContentContentDraftService. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)Update existing page/blog post that has an existing draftContentContentBlueprintService. publishInstance(Content content, Expansion... expansions)ContentContentDraftService. publishNewDraft(Content content, Expansion... expansions)Publishes the draft.ContentContentTrashService. restore(Content content)Restore a trashed piece of content.ContentAttachmentService. update(Content attachment)Updates the non-data parts of an AttachmentContentinstance.ContentContentService. update(Content content)Updates a piece of content.ContentAttachmentService. updateData(ContentId attachmentId, AttachmentUpload upload)Updates the data part of an AttachmentContentinstance.Methods in com.atlassian.confluence.api.service.content that return types with arguments of type Content Modifier and Type Method Description PageResponse<Content>AttachmentService. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads)Add one or more attachments to a piece ofContent.PageResponse<Content>AttachmentService. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)Add one or more attachments to a piece ofContent.PageResponse<Content>AttachmentService. addAttachments(ContentId containerId, Collection<AttachmentUpload> uploads)Add one or more attachments to a piece ofContent.PageResponse<Content>ChildContentService.ChildContentFinder. fetchMany(ContentType type, PageRequest request)Retrieve all content of the particular type contained in this parent.PageResponse<Content>ContentService.ContentFetcher. fetchMany(ContentType type, PageRequest request)PageResponse<Content>SpaceService.SpaceContentFinder. fetchMany(ContentType type, PageRequest request)Retrieve all content contained in this space of the particular typeMap<ContentType,PageResponse<Content>>ContentService.ContentFetcher. fetchMappedByContentType(PageRequest request)Map<ContentType,PageResponse<Content>>ChildContentService.ChildContentFinder. fetchMappedByType(PageRequest request)Retrieve all content contained in this parent mapped by ContentType.Map<ContentType,PageResponse<Content>>SpaceService.SpaceContentFinder. fetchMappedByType(PageRequest request)Retrieve all content contained in this space mapped by ContentTypeSingleFetcher<Content>AttachmentService.AttachmentFinder. withId(ContentId attachmentId)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 Content Modifier and Type Method Description ContentBodyContentBodyConversionService. convertBody(Content content, ContentRepresentation representation)Same as callingContentBodyConversionService.convertBody(Content, ContentRepresentation, Expansion...)with an empty expansion.ContentBodyContentBodyConversionService. convertBody(Content content, ContentRepresentation representation, Expansion... expansions)Convert the single ContentBody value in aContentbody map into another format, performing validation during the conversion.ContentContentService. create(Content newContent)Create a piece of content.ContentContentService. create(Content newContent, Expansion... expansions)Create a piece of content.voidAttachmentService. delete(Content attachment)Moves an Attachment to trash.voidContentService. delete(Content content)Removes a piece of Content from the system.default com.atlassian.fugue.Option<ContentBody>ContentBodyConversionService. getBodyToConvert(Content content, ContentRepresentation toFormat)Deprecated.ContentContentDraftService. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)Update existing page/blog post that has an existing draftContentContentBlueprintService. publishInstance(Content content, Expansion... expansions)ContentContentDraftService. publishNewDraft(Content content, Expansion... expansions)Publishes the draft.voidContentTrashService. purge(Content content)Permanently delete a piece of content.ContentContentTrashService. restore(Content content)Restore a trashed piece of content.Optional<ContentBody>ContentBodyConversionService. selectBodyForRepresentation(Content content, ContentRepresentation toFormat)Given aContentobject for which the body could be converted to a givenContentRepresentation, returns theContentBodythat would be used for the conversion.voidContentTrashService. trash(Content content)Trash a piece of content.ContentAttachmentService. update(Content attachment)Updates the non-data parts of an AttachmentContentinstance.ContentContentService. update(Content content)Updates a piece of content.MergeValidationResultContentDraftService.DraftValidator. validateContentForPageCreate(Content content)Validate the publish new draft operation.MergeValidationResultContentDraftService.DraftValidator. validateContentForPageUpdate(Content content, ContentDraftService.ConflictPolicy conflictPolicy)Validate the publish edit draft operation.ValidationResultContentService.Validator. validateCreate(Content newContent)Validate that a piece of content can be included, including permission checks.ValidationResultAttachmentService.Validator. validateDelete(Content attachment)Validate that an Attachment can be deleted, including permission checks.ValidationResultContentService.Validator. validateDelete(Content content)Validate that a piece of content can be deleted, including permission checks.ValidationResultContentTrashService.Validator. validatePurge(Content content)Validate that a piece of content can be purged, including permission checks.ValidationResultContentTrashService.Validator. validateRestore(Content content)Validate that a piece of content can be restored, including permission checks.ValidationResultContentTrashService.Validator. validateTrash(Content content)Validate that a piece of content can be trashed, including permission checks. -
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 Content Modifier and Type Method Description PageResponse<Content>CQLSearchService. searchContent(String cqlInput, Expansion... expansions)Execute a CQL search query and fetch a page results.PageResponse<Content>CQLSearchService. searchContent(String cqlInput, PageRequest pageRequest, Expansion... expansions)Execute a CQL search query and fetch a page results.PageResponse<Content>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 Content Modifier and Type Method Description static org.hamcrest.Matcher<Content>ContentMatchers. createdBy(Person user)static org.hamcrest.Matcher<Content>ContentMatchers. createdBy(String username)static org.hamcrest.Matcher<Content>ContentMatchers. createdDateAfter(org.joda.time.DateTime dateTime)static org.hamcrest.Matcher<Content>ContentMatchers. createdDateBefore(org.joda.time.DateTime dateTime)static org.hamcrest.Matcher<Content>ContentMatchers. hasId(Content content)static org.hamcrest.Matcher<Content>ContentMatchers. hasId(ContentId contentId)static org.hamcrest.Matcher<Content>ContentMatchers. hasSpace(String... spaceKey)static org.hamcrest.Matcher<Content>ContentMatchers. hasStatus(ContentStatus contentStatus)static org.hamcrest.Matcher<Content>ContentMatchers. hasTitle(String title)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(org.joda.time.DateTime dateTime)static org.hamcrest.Matcher<Content>ContentMatchers. lastModifiedBefore(org.joda.time.DateTime dateTime)Methods in com.atlassian.confluence.api.testsupport.matchers.model.content with parameters of type Content Modifier and Type Method Description protected voidDateContentMatcher. describeMismatchSafely(Content item, org.hamcrest.Description mismatchDescription)protected abstract OffsetDateTimeDateContentMatcher. getDateTimeForContent(Content content)static org.hamcrest.Matcher<Content>ContentMatchers. hasId(Content content)protected booleanDateContentMatcher. matchesSafely(Content content) -
Uses of Content in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content that return types with arguments of type Content Modifier and Type Method Description @NonNull PageResponse<Content>CustomContentManager. getChildrenOfType(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)Deprecated.since 7.0.1.default @NonNull PageResponse<Content>CustomContentManager. getChildrenOfTypeAndFilter(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super CustomContentEntityObject> predicate)Returns the children of a CustomContentEntityObject, limited to the pagination requested. -
Uses of Content in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return types with arguments of type Content Modifier and Type Method Description PageResponse<Content>BaseContentTypeApiSupport. getChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)Deprecated.since 7.0.1.PageResponse<Content>ContentTypeApiSupport. getChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)Deprecated.since 7.0.1.protected abstract PageResponse<Content>BaseContentTypeApiSupport. getChildrenForThisType(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)protected PageResponse<Content>BaseContentTypeApiSupport. getChildrenForThisType(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)Deprecated.since 7.0.1.protected abstract PageResponse<Content>BaseContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)protected PageResponse<Content>BaseContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)Deprecated.since 7.0.1.protected PageResponse<Content>CustomContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)protected PageResponse<Content>CustomContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)Deprecated.since 7.0.1.default PageResponse<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 overriddenMethods in com.atlassian.confluence.content.apisupport with parameters of type Content Modifier and Type Method Description TBaseContentTypeApiSupport. create(Content content)TContentTypeApiSupport. create(Content content)Create a new persistent entity for the given api contentCustomContentEntityObjectCustomContentTypeApiSupport. create(Content content)protected abstract voidCustomContentTypeApiSupport. createCustomContentEntity(Content content, CustomContentEntityObject newVersion)Set the extension properties on the entity.booleanContentCreator. setCommonMetadata(Content updatedContent, ContentEntityObject entity)Sets the common metadata on the entityvoidContentCreator. setCommonPropertiesForCreate(Content newContent, ContentEntityObject entity, com.atlassian.user.User authenticatedUser)Sets common properties on a newly created entity in preparation for being saved.booleanContentCreator. setCommonPropertiesForUpdate(Content updatedContent, ContentEntityObject entity)Sets common properties on the entity in preparation for an update.booleanContentCreator. setContentBodyOnEntity(Content updatedContent, ContentEntityObject entity)Sets the body content in updatedContent on the entitybooleanContentCreator. setContentStatusOnEntity(Content updatedContent, ContentEntityObject entity)Sets the content status from updatedContent on the entitybooleanContentCreator. setLabelsMetadataOnEntity(Content updatedContent, ContentEntityObject entity)Sets the labels metadata on the entityvoidContentCreator. setSpaceForCreate(Content newContent, SpaceContentEntityObject spacedEntity, com.atlassian.user.User authenticatedUser)Sets the space in newContent on this spacedEntitybooleanContentCreator. setTitleOnEntity(Content updatedContent, ContentEntityObject entity)Sets the title in updatedContent on the entityTBaseContentTypeApiSupport. update(Content content, T entity)TContentTypeApiSupport. update(Content content, T existingEntity)Updates an existing persistent entity from the given api contentCustomContentEntityObjectCustomContentTypeApiSupport. update(Content content, CustomContentEntityObject entity)protected abstract booleanCustomContentTypeApiSupport. updateCustomContentEntity(Content content, CustomContentEntityObject newVersion, CustomContentEntityObject original)Set the extension properties on the entity.ValidationResultBaseContentTypeApiSupport. validateCreate(Content newContent)ValidationResultContentCreator. validateCreate(ConfluenceUser confluenceUser, Content newContent, Class<? extends ContentEntityObject> entityClass)Perform common validation checks for creation of content in a spaceValidationResultContentTypeApiSupport. validateCreate(Content newContent)Validate the create operationValidationResultBaseContentTypeApiSupport. validateUpdate(Content updatedContent, T existingEntity)ValidationResultContentCreator. validateUpdate(ConfluenceUser user, Content updatedContent, ContentEntityObject entity)Perform common validation checks for updating contentValidationResultContentTypeApiSupport. validateUpdate(Content oldContent, T existingEntity)Validate the update operation -
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 Content Modifier and Type Method Description StringDefaultExcerpter. createExcerpt(Content content)StringExcerpter. 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 Content Modifier and Type Class Description classSimpleApiContentUiSupport<T extends Content>Methods in com.atlassian.confluence.content.ui with parameters of type Content Modifier and Type Method Description StringAttachmentApiContentUiSupport. getContentCssClass(Content content)StringDefaultApiContentUiSupport. getContentCssClass(Content content)StringAttachmentApiContentUiSupport. getContentTypeI18NKey(Content content)StringDefaultApiContentUiSupport. getContentTypeI18NKey(Content content)StringAttachmentApiContentUiSupport. getIconCssClass(Content content)StringDefaultApiContentUiSupport. getIconCssClass(Content content)StringAttachmentApiContentUiSupport. getIconFilePath(Content content, int size)StringDefaultApiContentUiSupport. getIconFilePath(Content content, int size)StringAttachmentApiContentUiSupport. getIconPath(Content content, int size)StringDefaultApiContentUiSupport. 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 Content Modifier and Type Method Description RestEntity<Content>ApiRestEntityFactory. buildRestEntityFrom(ContentEntityObject entity, Expansions expansions)Build a REST API entity from a ContentEntityObject. -
Uses of Content in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return types with arguments of type Content Modifier and Type Method Description @NonNull PageResponse<Content>DefaultCustomContentManager. getChildrenOfType(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)Deprecated.since 7.0.1. -
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 Content Modifier and Type Method Description PageResponse<Content>NoopContentFinder. fetchMany(ContentType type, PageRequest request)Map<ContentType,PageResponse<Content>>NoopContentFinder. fetchMappedByContentType(PageRequest request) -
Uses of Content in com.atlassian.confluence.internal.pages
Methods in com.atlassian.confluence.internal.pages with parameters of type Content Modifier and Type Method Description Optional<Instant>TrashManagerInternal. findTrashDate(Content content)Trash date is only available since Confluence 7.14. -
Uses of Content in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return Content Modifier and Type Method Description ContentTestAttachmentFactory. addAttachment()static ContentApiEntityConverter. convertItAttachmentToApiContent(Attachment attachment)static ContentApiEntityConverter. convertItBlogPostToApiContent(BlogPost blogPost, ContentRepresentation format)static ContentApiEntityConverter. convertItCommentToApiContent(Comment comment, ContentRepresentation format)static ContentApiEntityConverter. convertItContentToApiContent(ContentEntity entity)static ContentApiEntityConverter. convertItPageToApiContent(Page page)Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in theContentRepresentation.STORAGEformat.static ContentApiEntityConverter. convertItPageToApiContent(Page page, ContentRepresentation format)Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in the passedContentRepresentationformat.Methods in com.atlassian.confluence.it.api that return types with arguments of type Content Modifier and Type Method Description List<Content>TestAttachmentFactory. addAttachments(int numFiles)PageResponse<Content>TestAttachmentFactory. addAttachments(int numFiles, javax.ws.rs.core.MediaType contentType)static org.hamcrest.Matcher<Iterable<Content>>ContainsContentMatcher. containsContent(Content content)Methods in com.atlassian.confluence.it.api with parameters of type Content Modifier and Type Method Description static org.hamcrest.Matcher<Iterable<Content>>ContainsContentMatcher. containsContent(Content content)static AttachmentApiEntityConverter. convertApiContentToItAttachment(Content attachmentContent)static BlogPostApiEntityConverter. convertApiContentToItBlogPost(Content content)static CommentApiEntityConverter. convertApiContentToItComment(Content content)static PageApiEntityConverter. convertApiContentToItPage(Content content)Method parameters in com.atlassian.confluence.it.api with type arguments of type Content Modifier and Type Method Description static List<Attachment>ApiEntityConverter. convertApiContentPageToItAttachments(PageResponse<Content> contents) -
Uses of Content in com.atlassian.confluence.it.api.test.plugin.apiavailable
Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return Content Modifier and Type Method Description ContentDummyApiAvailableTestResource. content()A rest resource that produces a static content object to test serialization, see RestApiContentAcceptanceTestMethods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return types with arguments of type Content Modifier and Type Method Description protected PageResponse<Content>DummyAvailableContentTypeSupport. getChildrenForThisType(CustomContentEntityObject content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable with parameters of type Content Modifier and Type Method Description protected voidDummyAvailableContentTypeSupport. createCustomContentEntity(Content content, CustomContentEntityObject newVersion)protected booleanDummyAvailableContentTypeSupport. updateCustomContentEntity(Content content, CustomContentEntityObject newVersion, CustomContentEntityObject original)ValidationResultDummyAvailableContentTypeSupport. validateCreate(Content newContent)ValidationResultDummyAvailableContentTypeSupport. validateUpdate(Content updatedContent, CustomContentEntityObject existingEntity) -
Uses of Content in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc with parameters of type Content Modifier and Type Method Description ContentIdConfluenceRpc. createContent(Content newContent)Deprecated. -
Uses of Content in com.atlassian.confluence.it.rpc.delegates
Methods in com.atlassian.confluence.it.rpc.delegates that return Content Modifier and Type Method Description ContentContentRpc. createContent(Content content)ContentContentRpc. get(ContentId contentId, Expansion... expansions)ContentContentRpc. getWithAnyStatus(ContentId contentId, Expansion... expansions)Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Content Modifier and Type Method Description ContentContentRpc. createContent(Content content) -
Uses of Content in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return types with arguments of type Content Modifier and Type Method Description PageResponse<Content>DefaultTrashManager. getTrashContents(Space space, LimitedRequest request, Expansion[] expansions)PageResponse<Content>TrashManager. getTrashContents(Space space, LimitedRequest request, Expansion... expansions)Retrieve a subset of the contents of the trash for a particular space.Methods in com.atlassian.confluence.pages with parameters of type Content Modifier and Type Method Description Optional<Instant>DefaultTrashManager. findTrashDate(Content 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 Modifier and Type Method Description PageResponse<Content>ViewTrashAction. getTrash() -
Uses of Content in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type Content Modifier and Type Method Description com.google.common.base.Function<CustomContentEntityObject,JsonContentProperty>JsonPropertyFactory. buildContentPropertyFromFunction(Content content, Expansions expansions)JsonContentPropertyJsonPropertyFactory. 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 Content Modifier and Type Method Description GraphQLPagination<Content>ChildContentProvider. attachments(graphql.schema.DataFetchingEnvironment env, String expand, Integer parentVersion, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo)GraphQLPagination<Content>ChildContentProvider. children(graphql.schema.DataFetchingEnvironment env, String expand, String type, Integer parentVersion, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo)GraphQLPagination<Content>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 Content Modifier and Type Method Description protected abstract com.atlassian.fugue.Maybe<Map<String,Object>>AbstractLikeEventRenderContextProvider. getMediumSpecificContext(Content content, LikePayload payload, boolean recipientIsAuthor)All the medium-specific context items (e.g.protected com.atlassian.fugue.Maybe<Map<String,Object>>LikeEventEmailRenderContextProvider. getMediumSpecificContext(Content content, LikePayload payload, boolean recipientIsAuthor) -
Uses of Content in com.atlassian.confluence.plugins.rest.navigation.impl
Methods in com.atlassian.confluence.plugins.rest.navigation.impl with parameters of type Content Modifier and Type Method Description Navigation.BuilderRestNavigationImpl. collection(Content content)Navigation.ContentNavRestNavigationImpl. content(Content content)Method parameters in com.atlassian.confluence.plugins.rest.navigation.impl with type arguments of type Content Modifier and Type Method Description Navigation.ContentNavRestNavigationImpl. content(Reference<Content> contentReference) -
Uses of Content in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return Content Modifier and Type Method Description ContentContentResource. createContent(Content content, ContentStatus status, String expand)Creates a new piece of Content or publishes the draft if the content id is present.ContentContentResource. getContentById(ContentId id, List<ContentStatus> statuses, Integer version, String expand)Returns a piece of Content.ContentContentBlueprintResource. publishLegacyDraft(ContentId draftId, Content content, ContentStatus status, String expand)Publishes a legacy draft of a Content created from a ContentBlueprintContentContentBlueprintResource. publishSharedDraft(ContentId draftId, Content content, ContentStatus status, String expand)Publishes a shared draft of a Content created from a ContentBlueprintContentAttachmentResource. update(String attachmentId, Content attachment)Update the non-binary data of an Attachment.ContentContentResource. update(ContentId contentId, Content content, ContentStatus status, ContentDraftService.ConflictPolicy conflictPolicy)Updates a piece of Content, including changes to content statusContentAttachmentResource. updateData(ContentId attachmentId, com.atlassian.plugins.rest.common.multipart.FilePart filePart, com.atlassian.plugins.rest.common.multipart.FilePart comment, com.atlassian.plugins.rest.common.multipart.FilePart minorEdit, com.atlassian.plugins.rest.common.multipart.FilePart hidden)Update the binary data of an Attachment, and optionally the comment and the minor edit field.Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type Content Modifier and Type Method Description Map<ContentType,PageResponse<Content>>ChildContentResource. children(ContentId contentId, String expand, Integer parentVersion, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns a map of the direct children of a piece of Content.RestList<Content>ChildContentResource. childrenOfType(ContentId contentId, ContentType type, String expand, Integer parentVersion, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns the direct children of a piece of Content, limited to a single child type.RestList<Content>ChildContentResource. commentsOfContent(ContentId contentId, String expand, Integer parentVersion, int start, int limit, Set<String> location, String depth, javax.ws.rs.core.UriInfo uriInfo)Returns the comments of a contentMap<ContentType,RestList<Content>>SpaceResource. contents(String spaceKey, String depth, String expand, int start, int limit)Returns the content in this given spaceRestList<Content>SpaceResource. contentsWithType(String spaceKey, String type, String depth, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns the content in this given space with the given typeRestList<Content>AttachmentResource. createAttachments(ContentId containerId, ContentStatus containerStatus, boolean allowDuplicated, String expand, List<com.atlassian.plugins.rest.common.multipart.FilePart> fileParts, @Nullable List<com.atlassian.plugins.rest.common.multipart.FilePart> comments, @Nullable List<com.atlassian.plugins.rest.common.multipart.FilePart> minorEdits, @Nullable List<com.atlassian.plugins.rest.common.multipart.FilePart> hiddens)Add one or more attachments to a Confluence Content entity, with optional comments.Map<ContentType,PageResponse<Content>>DescendantContentResource. descendants(ContentId contentId, String expand, javax.ws.rs.core.UriInfo uriInfo)Returns a map of the descendants of a piece of Content.RestList<Content>DescendantContentResource. descendantsOfType(ContentId contentId, ContentType type, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns the direct descendants of a piece of Content, limited to a single descendant type.RestList<Content>AttachmentResource. getAttachments(ContentId contentId, String expand, int start, int limit, String filename, String mediaType, javax.ws.rs.core.UriInfo uriInfo)Returns a paginated list of attachment Content entities within a single container.PageResponse<Content>ContentResource. getContent(String type, String spaceKey, String title, List<ContentStatus> statuses, String postingDay, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns a paginated list of Content.PageResponse<Content>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)PageResponse<Content>ContentResource. scanContent(String spaceKey, List<ContentStatus> statuses, String expand, int limit, String cursor, javax.ws.rs.core.UriInfo uriInfo)Returns a paginated list of Content.PageResponse<Content>ContentResource. search(String cql, String cqlcontext, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Fetch a list of content using the Confluence Query Language (CQL).Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type Content Modifier and Type Method Description ContentContentResource. createContent(Content content, ContentStatus status, String expand)Creates a new piece of Content or publishes the draft if the content id is present.ContentContentBlueprintResource. publishLegacyDraft(ContentId draftId, Content content, ContentStatus status, String expand)Publishes a legacy draft of a Content created from a ContentBlueprintContentContentBlueprintResource. publishSharedDraft(ContentId draftId, Content content, ContentStatus status, String expand)Publishes a shared draft of a Content created from a ContentBlueprintContentAttachmentResource. update(String attachmentId, Content attachment)Update the non-binary data of an Attachment.ContentContentResource. update(ContentId contentId, Content content, ContentStatus status, ContentDraftService.ConflictPolicy conflictPolicy)Updates a piece of Content, including changes to content status -
Uses of Content in com.atlassian.confluence.relations.touch
Methods in com.atlassian.confluence.relations.touch with parameters of type Content Modifier and Type Method Description voidTouchRelationSupport. 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.voidTouchRelationSupportImpl. handleTouchRelations(Content input) -
Uses of Content in com.atlassian.confluence.rest.api.model
Constructor parameters in com.atlassian.confluence.rest.api.model with type arguments of type Content Constructor Description RestPageRequest(Navigation.Builder navBuilder, PageResponse<Content> response) -
Uses of Content in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type Content Modifier and Type Method Description com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentService. addAttachments(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentService. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentService. addAttachments(ContentId contentId, Collection<AttachmentUpload> uploads)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentServiceImpl. addAttachments(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentServiceImpl. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentServiceImpl. addAttachments(ContentId contentId, Collection<AttachmentUpload> uploads)Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>RemoteAttachmentService. addAttachmentsCompletionStage(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)CompletionStage<PageResponse<Content>>RemoteAttachmentService. addAttachmentsCompletionStage(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)CompletionStage<PageResponse<Content>>RemoteAttachmentService. addAttachmentsCompletionStage(ContentId contentId, Collection<AttachmentUpload> uploads)Add one or more attachments to a piece ofContent.CompletionStage<PageResponse<Content>>RemoteAttachmentServiceImpl. addAttachmentsCompletionStage(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)CompletionStage<PageResponse<Content>>RemoteAttachmentServiceImpl. addAttachmentsCompletionStage(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)CompletionStage<PageResponse<Content>>RemoteAttachmentServiceImpl. addAttachmentsCompletionStage(ContentId contentId, Collection<AttachmentUpload> uploads)com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService. create(Content newContent)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService. create(Content newContent, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentService. create(Content newContent)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentService. create(Content newContent, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<Content>AbstractRemoteContentService. createCompletionStage(Content newContent)CompletionStage<Content>AbstractRemoteContentService. createCompletionStage(Content newContent, Expansion... expansions)CompletionStage<Content>RemoteContentService. createCompletionStage(Content newContent)Create a piece of content.CompletionStage<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()CompletionStage<Optional<Content>>AbstractRemoteContentService.AbstractRemoteContentFinder. fetchCompletionStage()CompletionStage<Optional<Content>>RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl. fetchCompletionStage()com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentService.RemoteAttachmentFinder. fetchMany(PageRequest request)com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl. fetchMany(PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteChildContentService.RemoteChildContentFinder. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMany(ContentType type, @Nullable PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteContentService.RemoteContentFetcher. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteContentServiceImpl.RemoteContentFinderImpl. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteSpaceService.RemoteSpaceContentFinder. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<Content>>RemoteChildContentService.RemoteChildContentFinder. fetchManyCompletionStage(ContentType type, PageRequest request)Retrieve a paged list of content of the given type contained in this parentCompletionStage<PageResponse<Content>>RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Content>>RemoteContentService.RemoteContentFetcher. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Content>>RemoteContentServiceImpl.RemoteContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Content>>RemoteSpaceService.RemoteSpaceContentFinder. fetchManyCompletionStage(ContentType type, PageRequest request)Retrieve a paged list of content of the given type contained in this spaceCompletionStage<PageResponse<Content>>RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>AbstractRemoteContentService.AbstractRemoteContentFinder. fetchMappedByContentType(PageRequest request)com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteContentService.RemoteContentFetcher. fetchMappedByContentType(PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteContentServiceImpl.RemoteContentFinderImpl. fetchMappedByContentType(PageRequest request)CompletionStage<Map<ContentType,PageResponse<Content>>>AbstractRemoteContentService.AbstractRemoteContentFinder. fetchMappedByContentTypeCompletionStage(PageRequest request)CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteContentService.RemoteContentFetcher. fetchMappedByContentTypeCompletionStage(PageRequest request)com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteChildContentService.RemoteChildContentFinder. fetchMappedByType(PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByType(@Nullable PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteSpaceService.RemoteSpaceContentFinder. fetchMappedByType(PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchMappedByType(PageRequest request)Deprecated.since 7.0.1.CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteChildContentService.RemoteChildContentFinder. fetchMappedByTypeCompletionStage(PageRequest request)Retrieve the content contained in this parent.CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByTypeCompletionStage(PageRequest request)CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteSpaceService.RemoteSpaceContentFinder. fetchMappedByTypeCompletionStage(PageRequest request)Retrieve the all content contained in this space.CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchMappedByTypeCompletionStage(PageRequest request)com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>>AbstractRemoteContentService.AbstractRemoteContentFinder. fetchOne()com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>>RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl. fetchOne()Deprecated.since 7.0.1.protected abstract com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>>AbstractRemoteContentService.AbstractRemoteContentFinder. fetchOneById()Deprecated.since 7.0.1.protected com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>>RemoteContentServiceImpl.RemoteContentFinderImpl. fetchOneById()Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService.AbstractRemoteContentFinder. fetchOneOrNull()com.atlassian.util.concurrent.Promise<Content>RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl. fetchOneOrNull()Deprecated.since 7.0.1.CompletionStage<Content>AbstractRemoteContentService.AbstractRemoteContentFinder. fetchOrNullCompletionStage()CompletionStage<Content>RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl. fetchOrNullCompletionStage()com.atlassian.util.concurrent.Promise<PageResponse<Content>>AbstractRemoteContentService. getChildren(Content parent, PageRequest pageRequest, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteContentService. getChildren(Content parent, PageRequest pageRequest, Expansion... expansion)Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>AbstractRemoteContentService. getChildrenCompletionStage(Content parent, PageRequest pageRequest, Expansion... expansions)CompletionStage<PageResponse<Content>>RemoteContentService. getChildrenCompletionStage(Content parent, PageRequest pageRequest, Expansion... expansion)Retrieve the children of an item of Content.com.atlassian.util.concurrent.Promise<Content>RemoteContentDraftService. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentDraftServiceImpl. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)Deprecated.since 7.0.1.CompletionStage<Content>RemoteContentDraftService. publishEditDraftCompletionStage(Content content, ContentDraftService.ConflictPolicy conflictPolicy)Update contentCompletionStage<Content>RemoteContentDraftServiceImpl. publishEditDraftCompletionStage(Content content, ContentDraftService.ConflictPolicy conflictPolicy)com.atlassian.util.concurrent.Promise<Content>RemoteContentBlueprintService. publishInstance(Content content, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentBlueprintServiceImpl. publishInstance(Content content, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<Content>RemoteContentBlueprintService. publishInstanceCompletionStage(Content content, Expansion... expansions)Publishes the draft from blueprints.CompletionStage<Content>RemoteContentBlueprintServiceImpl. publishInstanceCompletionStage(Content content, Expansion... expansions)com.atlassian.util.concurrent.Promise<Content>RemoteContentDraftService. publishNewDraft(Content content, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<Content>RemoteContentDraftService. publishNewDraftCompletionStage(Content content, Expansion... expansions)Publishes the draft.CompletionStage<Content>RemoteContentDraftServiceImpl. publishNewDraftCompletionStage(Content content, Expansion... expansions)com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService. restore(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentService. restore(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentTrashService. restore(Content content)Deprecated.since 7.0.1.CompletionStage<Content>AbstractRemoteContentService. restoreCompletionStage(Content content)CompletionStage<Content>RemoteContentService. restoreCompletionStage(Content content)Restore a trashed piece of content.CompletionStage<Content>RemoteContentTrashService. restoreCompletionStage(Content content)Restore a trashed piece of content.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchService. searchContent(String cql, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchService. searchContent(String cql, PageRequest request, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchService. searchContent(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchServiceImpl. searchContent(String cql, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchServiceImpl. searchContent(String cql, PageRequest request, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchServiceImpl. searchContent(String cqlInput, SearchContext searchContext, PageRequest request, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<SearchPageResponse<Content>>RemoteCQLSearchService. searchContentCompletionStage(String cql, Expansion... expansions)CompletionStage<SearchPageResponse<Content>>RemoteCQLSearchService. searchContentCompletionStage(String cql, PageRequest request, Expansion... expansions)CompletionStage<SearchPageResponse<Content>>RemoteCQLSearchService. searchContentCompletionStage(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)CompletionStage<SearchPageResponse<Content>>RemoteCQLSearchServiceImpl. searchContentCompletionStage(String cql, Expansion... expansions)CompletionStage<SearchPageResponse<Content>>RemoteCQLSearchServiceImpl. searchContentCompletionStage(String cql, PageRequest request, Expansion... expansions)CompletionStage<SearchPageResponse<Content>>RemoteCQLSearchServiceImpl. searchContentCompletionStage(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService. trash(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentService. trash(Content content)Deprecated.since 7.0.1.CompletionStage<Content>AbstractRemoteContentService. trashCompletionStage(Content content)CompletionStage<Content>RemoteContentService. trashCompletionStage(Content content)Trash a piece of content.com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService. update(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteAttachmentService. update(Content attachment)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteAttachmentServiceImpl. update(Content attachment)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentService. update(Content content)Deprecated.since 7.0.1.CompletionStage<Content>AbstractRemoteContentService. updateCompletionStage(Content content)CompletionStage<Content>RemoteAttachmentService. updateCompletionStage(Content attachment)Updates the non-data parts of an AttachmentContentinstance.CompletionStage<Content>RemoteAttachmentServiceImpl. updateCompletionStage(Content attachment)CompletionStage<Content>RemoteContentService. updateCompletionStage(Content content)Updates a piece of content.default com.atlassian.util.concurrent.Promise<Content>RemoteAttachmentService. updateData(ContentId attachmentId, AttachmentUpload upload)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteAttachmentServiceImpl. updateData(ContentId attachmentId, AttachmentUpload upload)Deprecated.since 7.0.1.CompletionStage<Content>RemoteAttachmentService. updateDataCompletionStage(ContentId attachmentId, AttachmentUpload upload)Updates the data part of an AttachmentContentinstance.CompletionStage<Content>RemoteAttachmentServiceImpl. updateDataCompletionStage(ContentId attachmentId, AttachmentUpload upload)Methods in com.atlassian.confluence.rest.client with parameters of type Content Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService. create(Content newContent)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService. create(Content newContent, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentService. create(Content newContent)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentService. create(Content newContent, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<Content>AbstractRemoteContentService. createCompletionStage(Content newContent)CompletionStage<Content>AbstractRemoteContentService. createCompletionStage(Content newContent, Expansion... expansions)CompletionStage<Content>RemoteContentService. createCompletionStage(Content newContent)Create a piece of content.CompletionStage<Content>RemoteContentService. createCompletionStage(Content newContent, Expansion... expansions)Create a piece of content.com.atlassian.util.concurrent.Promise<Void>AbstractRemoteContentService. delete(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Void>RemoteAttachmentService. delete(Content attachmentContent)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Void>RemoteAttachmentServiceImpl. delete(Content attachmentContent)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Void>RemoteContentService. delete(Content content)Deprecated.since 7.0.1.CompletionStage<Void>AbstractRemoteContentService. deleteCompletionStage(Content content)CompletionStage<Void>RemoteAttachmentService. deleteCompletionStage(Content attachmentContent)Removes an Attachment from the system.CompletionStage<Void>RemoteAttachmentServiceImpl. deleteCompletionStage(Content attachmentContent)CompletionStage<Void>RemoteContentService. deleteCompletionStage(Content content)Removes an item of Content from the system.com.atlassian.util.concurrent.Promise<PageResponse<Content>>AbstractRemoteContentService. getChildren(Content parent, PageRequest pageRequest, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteContentService. getChildren(Content parent, PageRequest pageRequest, Expansion... expansion)Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>AbstractRemoteContentService. getChildrenCompletionStage(Content parent, PageRequest pageRequest, Expansion... expansions)CompletionStage<PageResponse<Content>>RemoteContentService. getChildrenCompletionStage(Content parent, PageRequest pageRequest, Expansion... expansion)Retrieve the children of an item of Content.com.atlassian.util.concurrent.Promise<Content>RemoteContentDraftService. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentDraftServiceImpl. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)Deprecated.since 7.0.1.CompletionStage<Content>RemoteContentDraftService. publishEditDraftCompletionStage(Content content, ContentDraftService.ConflictPolicy conflictPolicy)Update contentCompletionStage<Content>RemoteContentDraftServiceImpl. publishEditDraftCompletionStage(Content content, ContentDraftService.ConflictPolicy conflictPolicy)com.atlassian.util.concurrent.Promise<Content>RemoteContentBlueprintService. publishInstance(Content content, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentBlueprintServiceImpl. publishInstance(Content content, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<Content>RemoteContentBlueprintService. publishInstanceCompletionStage(Content content, Expansion... expansions)Publishes the draft from blueprints.CompletionStage<Content>RemoteContentBlueprintServiceImpl. publishInstanceCompletionStage(Content content, Expansion... expansions)com.atlassian.util.concurrent.Promise<Content>RemoteContentDraftService. publishNewDraft(Content content, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<Content>RemoteContentDraftService. publishNewDraftCompletionStage(Content content, Expansion... expansions)Publishes the draft.CompletionStage<Content>RemoteContentDraftServiceImpl. publishNewDraftCompletionStage(Content content, Expansion... expansions)com.atlassian.util.concurrent.Promise<Void>AbstractRemoteContentService. purge(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Void>RemoteContentService. purge(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Void>RemoteContentTrashService. purge(Content content)Deprecated.since 7.0.1.CompletionStage<Void>AbstractRemoteContentService. purgeCompletionStage(Content content)CompletionStage<Void>RemoteContentService. purgeCompletionStage(Content content)Permanently delete a trashed piece of content.CompletionStage<Void>RemoteContentTrashService. purgeCompletionStage(Content content)Permanently delete a piece of content.com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService. restore(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentService. restore(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentTrashService. restore(Content content)Deprecated.since 7.0.1.CompletionStage<Content>AbstractRemoteContentService. restoreCompletionStage(Content content)CompletionStage<Content>RemoteContentService. restoreCompletionStage(Content content)Restore a trashed piece of content.CompletionStage<Content>RemoteContentTrashService. restoreCompletionStage(Content content)Restore a trashed piece of content.com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService. trash(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentService. trash(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Void>RemoteContentTrashService. trash(Content content)Deprecated.since 7.0.1.CompletionStage<Content>AbstractRemoteContentService. trashCompletionStage(Content content)CompletionStage<Content>RemoteContentService. trashCompletionStage(Content content)Trash a piece of content.CompletionStage<Void>RemoteContentTrashService. trashCompletionStage(Content content)Trash a piece of content.com.atlassian.util.concurrent.Promise<Content>AbstractRemoteContentService. update(Content content)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteAttachmentService. update(Content attachment)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteAttachmentServiceImpl. update(Content attachment)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Content>RemoteContentService. update(Content content)Deprecated.since 7.0.1.CompletionStage<Content>AbstractRemoteContentService. updateCompletionStage(Content content)CompletionStage<Content>RemoteAttachmentService. updateCompletionStage(Content attachment)Updates the non-data parts of an AttachmentContentinstance.CompletionStage<Content>RemoteAttachmentServiceImpl. updateCompletionStage(Content attachment)CompletionStage<Content>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 Content Modifier and Type Method Description protected CompletionStage<Optional<Content>>GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl. fetchByIdCompletionStage()com.atlassian.util.concurrent.Promise<PageResponse<Content>>GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMany(ContentType type, @Nullable PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Content>>GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByType(@Nullable PageRequest request)Deprecated.since 7.0.1.CompletionStage<Map<ContentType,PageResponse<Content>>>GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByTypeCompletionStage(PageRequest request)protected com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>>GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl. fetchOneById()Deprecated.since 7.0.1. -
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 Content Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Content>RemoteContentTrashServiceImpl. restore(Content content)Deprecated.since 7.0.1.CompletionStage<Content>RemoteContentTrashServiceImpl. restoreCompletionStage(Content content)Methods in com.atlassian.confluence.rest.client.impl with parameters of type Content Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Void>RemoteContentTrashServiceImpl. purge(Content content)Deprecated.since 7.0.1.CompletionStage<Void>RemoteContentTrashServiceImpl. purgeCompletionStage(Content content)com.atlassian.util.concurrent.Promise<Content>RemoteContentTrashServiceImpl. restore(Content content)Deprecated.since 7.0.1.CompletionStage<Content>RemoteContentTrashServiceImpl. restoreCompletionStage(Content content)com.atlassian.util.concurrent.Promise<Void>RemoteContentTrashServiceImpl. trash(Content content)Deprecated.since 7.0.1.CompletionStage<Void>RemoteContentTrashServiceImpl. trashCompletionStage(Content content) -
Uses of Content in com.atlassian.confluence.rest.serialization
Methods in com.atlassian.confluence.rest.serialization that return Content Modifier and Type Method Description ContentContentDeserializer. deserialize(org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt)
-