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 Content
ContentServiceImpl. buildContent(ContentEntityObject entity, List<ContentStatus> statuses, Expansion... expansions)
Content
ContentServiceImpl. create(Content newContent)
Content
ContentServiceImpl. create(Content newContent, Expansion... expansions)
Content
ContentTrashServiceImpl. restore(Content content)
Content
AttachmentServiceImpl. update(Content updatedContent)
Content
ContentServiceImpl. update(Content updatedContent)
Content
AttachmentServiceImpl. 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 ContentBody
ContentBodyConversionServiceImpl. convertBody(Content content, ContentRepresentation toFormat)
ContentBody
ContentBodyConversionServiceImpl. convertBody(Content content, ContentRepresentation toFormat, Expansion... expansions)
Content
ContentServiceImpl. create(Content newContent)
Content
ContentServiceImpl. create(Content newContent, Expansion... expansions)
void
AttachmentServiceImpl. delete(Content attachmentContent)
void
ContentServiceImpl. delete(Content content)
void
ContentTrashServiceImpl. purge(Content content)
Content
ContentTrashServiceImpl. restore(Content content)
Optional<ContentBody>
ContentBodyConversionServiceImpl. selectBodyForRepresentation(Content content, ContentRepresentation toFormat)
void
ContentTrashServiceImpl. trash(Content content)
Content
AttachmentServiceImpl. update(Content updatedContent)
Content
ContentServiceImpl. update(Content updatedContent)
ValidationResult
ContentServiceImpl.ValidatorImpl. validateCreate(Content newContent)
ValidationResult
ContentServiceImpl.ValidatorImpl. validateDelete(Content content)
protected ValidationResult
ContentServiceImpl.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 Content
ContentDraftServiceImpl. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)
Content
LegacyContentDraftServiceImpl. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)
Content
SharedContentDraftServiceImpl. publishEditDraft(Content updatedContent, ContentDraftService.ConflictPolicy conflictPolicy)
Content
ContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)
Content
LegacyContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)
Content
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 Content Modifier and Type Method Description Content
ContentDraftServiceImpl. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)
Content
LegacyContentDraftServiceImpl. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)
Content
SharedContentDraftServiceImpl. publishEditDraft(Content updatedContent, ContentDraftService.ConflictPolicy conflictPolicy)
Content
ContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)
Content
LegacyContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)
Content
SharedContentDraftServiceImpl. publishNewDraft(Content content, Expansion... expansions)
Deprecated.since 5.9 - we use the same method for publishing drafts for new pages and for page editsMergeValidationResult
LegacyDraftValidator. validateContentForPageCreate(Content content)
MergeValidationResult
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 Content Modifier and Type Method Description Content
ContentFactory. 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 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 Content Modifier and Type Method Description default 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>>
ContentMetadataFactory. buildMetadataForContentEntityObjects(Map<ContentEntityObject,Supplier<Content>> contentMap, Fauxpansions fauxpansions)
Make common metadata for a set of ContentEntityObject objects.Map<ContentEntityObject,Map<String,Object>>
DefaultContentMetadataFactory. buildMetadataForContentEntityObjects(Map<ContentEntityObject,Supplier<Content>> contentMap, Fauxpansions fauxpansions)
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 BlogPost
BlogPostContentTypeApiSupport. create(Content newContent)
Comment
CommentContentTypeApiSupport. create(Content newContent)
Page
PageContentTypeApiSupport. create(Content newContent)
Attachment
AttachmentContentTypeApiSupport. update(Content content, Attachment entity)
BlogPost
BlogPostContentTypeApiSupport. update(Content updatedContent, BlogPost blog)
Comment
CommentContentTypeApiSupport. update(Content contentToUpdate, Comment entity)
Page
PageContentTypeApiSupport. update(Content updatedContent, Page page)
ValidationResult
AttachmentContentTypeApiSupport. validateCreate(Content newContent)
ValidationResult
BlogPostContentTypeApiSupport. validateCreate(Content newContent)
ValidationResult
CommentContentTypeApiSupport. validateCreate(Content newContent)
ValidationResult
PageContentTypeApiSupport. validateCreate(Content newContent)
ValidationResult
AttachmentContentTypeApiSupport. validateUpdate(Content updatedContent, Attachment existingEntity)
ValidationResult
BlogPostContentTypeApiSupport. validateUpdate(Content updatedContent, BlogPost existingEntity)
ValidationResult
CommentContentTypeApiSupport. validateUpdate(Content updatedContent, Comment existingEntity)
ValidationResult
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 Content Modifier and Type Method Description Content
Content.ContentBuilder. build()
Content
JsonContentProperty. 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.ContentBuilder
Content. builder(Content content)
Returns aContent.ContentBuilder
instance that clones an existingContent
object.ContentBody.ContentBodyBuilder
ContentBody.ContentBodyBuilder. content(Content content)
JsonContentProperty.ContentPropertyBuilder
JsonContentProperty.ContentPropertyBuilder. content(Content content)
static ContentSelector
ContentSelector. from(Content content)
Space.SpaceBuilder
Space.SpaceBuilder. homepage(Content homepage)
Content.ContentBuilder
Content.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.ContentBuilder
Content.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.ContentBuilder
Content.ContentBuilder. children(Map<ContentType,PageResponse<Content>> children)
ContentBody.ContentBodyBuilder
ContentBody.ContentBodyBuilder. content(@NonNull Reference<Content> contentRef)
History.HistoryBuilder
History.HistoryBuilder. content(Reference<Content> content)
JsonContentProperty.ContentPropertyBuilder
JsonContentProperty.ContentPropertyBuilder. content(Reference<Content> contentRef)
Version.VersionBuilder
Version.VersionBuilder. content(Reference<Content> content)
Content.ContentBuilder
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.Space.SpaceBuilder
Space.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 Content
ContentBlueprintInstance. getContent()
Get Content fieldMethods in com.atlassian.confluence.api.model.content.template with parameters of type Content Modifier and Type Method Description ContentBlueprintInstance.Builder
ContentBlueprintInstance.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.ContentRestrictionBuilder
ContentRestriction.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_FAVOURITE
The relation type for user Content favourites.static 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 Content Modifier and Type Method Description Content
ContentSearchResult. 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 Content
ContentWatch. 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.Builder
Navigation. collection(Content content)
a builder to produce a URL to the collection that the content belongs to.Navigation.ContentNav
Navigation. content(Content content)
create a content nav builder to reference a piece of contentNavigation.ExperimentalContentNav
Navigation.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.ContentNav
Navigation. content(Reference<Content> contentReference)
create a content nav builder to reference a piece of contentNavigation.ExperimentalContentNav
Navigation.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 Content
ContentService. create(Content newContent)
Create a piece of content.Content
ContentService. create(Content newContent, Expansion... expansions)
Create a piece of content.Content
ContentDraftService. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)
Update existing page/blog post that has an existing draftContent
ContentBlueprintService. publishInstance(Content content, Expansion... expansions)
Content
ContentDraftService. publishNewDraft(Content content, Expansion... expansions)
Publishes the draft.Content
ContentTrashService. restore(Content content)
Restore a trashed piece of content.Content
AttachmentService. update(Content attachment)
Updates the non-data parts of an AttachmentContent
instance.Content
ContentService. update(Content content)
Updates a piece of content.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 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 ContentBody
ContentBodyConversionService. convertBody(Content content, ContentRepresentation representation)
Same as callingContentBodyConversionService.convertBody(Content, ContentRepresentation, Expansion...)
with an empty expansion.ContentBody
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.Content
ContentService. create(Content newContent)
Create a piece of content.Content
ContentService. create(Content newContent, Expansion... expansions)
Create a piece of content.void
AttachmentService. delete(Content attachment)
Moves an Attachment to trash.void
ContentService. delete(Content content)
Removes a piece of Content from the system.default com.atlassian.fugue.Option<ContentBody>
ContentBodyConversionService. getBodyToConvert(Content content, ContentRepresentation toFormat)
Deprecated.Content
ContentDraftService. publishEditDraft(Content content, ContentDraftService.ConflictPolicy conflictPolicy)
Update existing page/blog post that has an existing draftContent
ContentBlueprintService. publishInstance(Content content, Expansion... expansions)
Content
ContentDraftService. publishNewDraft(Content content, Expansion... expansions)
Publishes the draft.void
ContentTrashService. purge(Content content)
Permanently delete a piece of content.Content
ContentTrashService. restore(Content content)
Restore a trashed piece of content.Optional<ContentBody>
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
ContentTrashService. trash(Content content)
Trash a piece of content.Content
AttachmentService. update(Content attachment)
Updates the non-data parts of an AttachmentContent
instance.Content
ContentService. update(Content content)
Updates a piece of content.MergeValidationResult
ContentDraftService.DraftValidator. validateContentForPageCreate(Content content)
Validate the publish new draft operation.MergeValidationResult
ContentDraftService.DraftValidator. validateContentForPageUpdate(Content content, ContentDraftService.ConflictPolicy conflictPolicy)
Validate the publish edit draft operation.ValidationResult
ContentService.Validator. validateCreate(Content newContent)
Validate that a piece of content can be included, including permission checks.ValidationResult
AttachmentService.Validator. validateDelete(Content attachment)
Validate that an Attachment can be deleted, including permission checks.ValidationResult
ContentService.Validator. validateDelete(Content content)
Validate that a piece of content can be deleted, including permission checks.ValidationResult
ContentTrashService.Validator. validatePurge(Content content)
Validate that a piece of content can be purged, including permission checks.ValidationResult
ContentTrashService.Validator. validateRestore(Content content)
Validate that a piece of content can be restored, including permission checks.ValidationResult
ContentTrashService.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(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>
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(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 Content Modifier and Type Method Description protected void
DateContentMatcher. describeMismatchSafely(Content item, org.hamcrest.Description mismatchDescription)
protected abstract OffsetDateTime
DateContentMatcher. getDateTimeForContent(Content content)
static org.hamcrest.Matcher<Content>
ContentMatchers. hasId(Content content)
protected boolean
DateContentMatcher. 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 default @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.@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 default 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.PageResponse<Content>
BaseContentTypeApiSupport. getFilteredChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate)
Retrieve the children of an item of Content.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 T
BaseContentTypeApiSupport. create(Content content)
T
ContentTypeApiSupport. create(Content content)
Create a new persistent entity for the given api contentCustomContentEntityObject
CustomContentTypeApiSupport. create(Content content)
protected abstract void
CustomContentTypeApiSupport. createCustomContentEntity(Content content, CustomContentEntityObject newVersion)
Set the extension properties on the entity.boolean
ContentCreator. setCommonMetadata(Content updatedContent, ContentEntityObject entity)
Sets the common metadata on the entityvoid
ContentCreator. 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)
Sets common properties on the entity in preparation for an update.boolean
ContentCreator. setContentBodyOnEntity(Content updatedContent, ContentEntityObject entity)
Sets the body content in updatedContent on the entityboolean
ContentCreator. setContentStatusOnEntity(Content updatedContent, ContentEntityObject entity)
Sets the content status from updatedContent on the entityboolean
ContentCreator. setLabelsMetadataOnEntity(Content updatedContent, ContentEntityObject entity)
Sets the labels metadata on the entityvoid
ContentCreator. setSpaceForCreate(Content newContent, SpaceContentEntityObject spacedEntity, com.atlassian.user.User authenticatedUser)
Sets the space in newContent on this spacedEntityboolean
ContentCreator. setTitleOnEntity(Content updatedContent, ContentEntityObject entity)
Sets the title in updatedContent on the entityT
BaseContentTypeApiSupport. update(Content content, T entity)
T
ContentTypeApiSupport. update(Content content, T existingEntity)
Updates an existing persistent entity from the given api contentCustomContentEntityObject
CustomContentTypeApiSupport. update(Content content, CustomContentEntityObject entity)
protected abstract boolean
CustomContentTypeApiSupport. updateCustomContentEntity(Content content, CustomContentEntityObject newVersion, CustomContentEntityObject original)
Set the extension properties on the entity.ValidationResult
BaseContentTypeApiSupport. validateCreate(Content newContent)
ValidationResult
ContentCreator. validateCreate(ConfluenceUser confluenceUser, Content newContent, Class<? extends ContentEntityObject> entityClass)
Perform common validation checks for creation of content in a spaceValidationResult
ContentTypeApiSupport. validateCreate(Content newContent)
Validate the create operationValidationResult
BaseContentTypeApiSupport. validateUpdate(Content updatedContent, T existingEntity)
ValidationResult
ContentCreator. validateUpdate(ConfluenceUser user, Content updatedContent, ContentEntityObject entity)
Perform common validation checks for updating contentValidationResult
ContentTypeApiSupport. 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 String
DefaultExcerpter. createExcerpt(Content content)
String
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 Content Modifier and Type Class Description class
SimpleApiContentUiSupport<T extends Content>
Methods in com.atlassian.confluence.content.ui with parameters of type Content Modifier and Type Method Description String
AttachmentApiContentUiSupport. getContentCssClass(Content content)
String
DefaultApiContentUiSupport. getContentCssClass(Content content)
String
AttachmentApiContentUiSupport. getContentTypeI18NKey(Content content)
String
DefaultApiContentUiSupport. getContentTypeI18NKey(Content content)
String
AttachmentApiContentUiSupport. getIconCssClass(Content content)
String
DefaultApiContentUiSupport. getIconCssClass(Content content)
String
AttachmentApiContentUiSupport. getIconFilePath(Content content, int size)
String
DefaultApiContentUiSupport. getIconFilePath(Content content, int size)
String
AttachmentApiContentUiSupport. getIconPath(Content content, int size)
String
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 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. getChildrenOfTypeAndFilter(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super CustomContentEntityObject> predicate)
This method is used by the Content API to retrieve children of a specific type and filter them by a predicate. -
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.impl.velocity
Constructor parameters in com.atlassian.confluence.impl.velocity with type arguments of type Content Constructor Description BeanContextItemProvider(PermissionHelper permissionHelper, SettingsManager settingsManager, AttachmentManager attachmentManager, QuickPageRenderBean renderBean, MessageManager messageManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, WebMenuManager webMenuManager, SpaceManager spaceManager, PageManager pageManager, com.atlassian.xwork.XsrfTokenGenerator xsrfTokenGenerator, ContentUiSupport<ContentEntityObject> contentUiSupport, Deprecated deprecated, com.atlassian.theme.api.request.RequestScopeThemeService requestScopeThemeService, SpaceToolsTabsHelper spaceToolsTabsHelper, UserHelper userHelper, LicenseService licenseService, IndexUrlHelper indexUrlHelper, ApiContentUiSupport<Content> apiContentUiSupport, SpaceSettingsManager spaceSettingsManager, UserAccessorInternal userAccessor, PersonService personService, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager)
-
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 Content
TestAttachmentFactory. addAttachment()
static Content
ApiEntityConverter. convertItAttachmentToApiContent(Attachment attachment)
static Content
ApiEntityConverter. convertItBlogPostToApiContent(BlogPost blogPost, ContentRepresentation format)
static Content
ApiEntityConverter. convertItCommentToApiContent(Comment comment, ContentRepresentation format)
static Content
ApiEntityConverter. convertItContentToApiContent(ContentEntity entity)
static Content
ApiEntityConverter. convertItPageToApiContent(Page page)
Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in theContentRepresentation.STORAGE
format.static Content
ApiEntityConverter. 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 passedContentRepresentation
format.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 Attachment
ApiEntityConverter. convertApiContentToItAttachment(Content attachmentContent)
static BlogPost
ApiEntityConverter. convertApiContentToItBlogPost(Content content)
static Comment
ApiEntityConverter. convertApiContentToItComment(Content content)
static Page
ApiEntityConverter. 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 Content
DummyApiAvailableTestResource. 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 void
DummyAvailableContentTypeSupport. createCustomContentEntity(Content content, CustomContentEntityObject newVersion)
protected boolean
DummyAvailableContentTypeSupport. updateCustomContentEntity(Content content, CustomContentEntityObject newVersion, CustomContentEntityObject original)
ValidationResult
DummyAvailableContentTypeSupport. validateCreate(Content newContent)
ValidationResult
DummyAvailableContentTypeSupport. 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 ContentId
ConfluenceRpc. 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 Content
ContentRpc. createContent(Content content)
Content
ContentRpc. get(ContentId contentId, Expansion... expansions)
Content
ContentRpc. getWithAnyStatus(ContentId contentId, Expansion... expansions)
Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Content Modifier and Type Method Description Content
ContentRpc. 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)
JsonContentProperty
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 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.Builder
RestNavigationImpl. collection(Content content)
Navigation.ContentNav
RestNavigationImpl. 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.ContentNav
RestNavigationImpl. 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 Content
ContentResource. createContent(Content content, ContentStatus status, String expand)
Creates a new piece of Content or publishes the draft if the content id is present.Content
ContentResource. getContentById(ContentId id, List<ContentStatus> statuses, Integer version, String expand)
Returns a piece of Content.Content
ContentBlueprintResource. publishLegacyDraft(ContentId draftId, Content content, ContentStatus status, String expand)
Publishes a legacy draft of a Content created from a ContentBlueprintContent
ContentBlueprintResource. publishSharedDraft(ContentId draftId, Content content, ContentStatus status, String expand)
Publishes a shared draft of a Content created from a ContentBlueprintContent
AttachmentResource. update(String attachmentId, Content attachment)
Update the non-binary data of an Attachment.Content
ContentResource. update(ContentId contentId, Content content, ContentStatus status, ContentDraftService.ConflictPolicy conflictPolicy)
Updates a piece of Content, including changes to content statusContent
AttachmentResource. 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 Content
ContentResource. createContent(Content content, ContentStatus status, String expand)
Creates a new piece of Content or publishes the draft if the content id is present.Content
ContentBlueprintResource. publishLegacyDraft(ContentId draftId, Content content, ContentStatus status, String expand)
Publishes a legacy draft of a Content created from a ContentBlueprintContent
ContentBlueprintResource. publishSharedDraft(ContentId draftId, Content content, ContentStatus status, String expand)
Publishes a shared draft of a Content created from a ContentBlueprintContent
AttachmentResource. update(String attachmentId, Content attachment)
Update the non-binary data of an Attachment.Content
ContentResource. 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 void
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.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 default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteAttachmentService. addAttachments(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)
Deprecated.since 7.0.1.default 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.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteAttachmentService. 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)
default com.atlassian.util.concurrent.Promise<Content>
RemoteContentService. create(Content newContent)
Deprecated.since 7.0.1.default 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()
default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteChildContentService.RemoteChildContentFinder. fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteContentService.RemoteContentFetcher. fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteSpaceService.RemoteSpaceContentFinder. fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>
RemoteAttachmentService.RemoteAttachmentFinder. fetchManyCompletionStage(PageRequest request)
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)
default com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
RemoteContentService.RemoteContentFetcher. fetchMappedByContentType(PageRequest request)
Deprecated.since 7.0.1.CompletionStage<Map<ContentType,PageResponse<Content>>>
AbstractRemoteContentService.AbstractRemoteContentFinder. fetchMappedByContentTypeCompletionStage(PageRequest request)
CompletionStage<Map<ContentType,PageResponse<Content>>>
RemoteContentService.RemoteContentFetcher. fetchMappedByContentTypeCompletionStage(PageRequest request)
CompletionStage<Map<ContentType,PageResponse<Content>>>
RemoteContentServiceImpl.RemoteContentFinderImpl. fetchMappedByContentTypeCompletionStage(PageRequest request)
default com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
RemoteChildContentService.RemoteChildContentFinder. fetchMappedByType(PageRequest request)
Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
RemoteSpaceService.RemoteSpaceContentFinder. 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)
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.default 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.default com.atlassian.util.concurrent.Promise<Content>
RemoteContentDraftService. 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)
default com.atlassian.util.concurrent.Promise<Content>
RemoteContentBlueprintService. 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)
default com.atlassian.util.concurrent.Promise<Content>
RemoteContentDraftService. 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)
default com.atlassian.util.concurrent.Promise<Content>
RemoteContentService. restore(Content content)
Deprecated.since 7.0.1.default 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.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteCQLSearchService. searchContent(String cql, Expansion... expansions)
Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteCQLSearchService. searchContent(String cql, PageRequest request, Expansion... expansions)
Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteCQLSearchService. searchContent(String cqlInput, SearchContext searchContext, PageRequest pageRequest, 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)
default 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.default 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.default 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 AttachmentContent
instance.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.CompletionStage<Content>
RemoteAttachmentService. updateDataCompletionStage(ContentId attachmentId, AttachmentUpload upload)
Updates the data part of an AttachmentContent
instance.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 default com.atlassian.util.concurrent.Promise<Content>
RemoteContentService. create(Content newContent)
Deprecated.since 7.0.1.default 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.default 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.default 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.default 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.default com.atlassian.util.concurrent.Promise<Content>
RemoteContentDraftService. 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)
default com.atlassian.util.concurrent.Promise<Content>
RemoteContentBlueprintService. 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)
default com.atlassian.util.concurrent.Promise<Content>
RemoteContentDraftService. 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)
default com.atlassian.util.concurrent.Promise<Void>
RemoteContentService. purge(Content content)
Deprecated.since 7.0.1.default 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.default com.atlassian.util.concurrent.Promise<Content>
RemoteContentService. restore(Content content)
Deprecated.since 7.0.1.default 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.default com.atlassian.util.concurrent.Promise<Content>
RemoteContentService. trash(Content content)
Deprecated.since 7.0.1.default 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.default 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.default 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 AttachmentContent
instance.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()
CompletionStage<PageResponse<Content>>
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)
CompletionStage<PageResponse<Content>>
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)
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 CompletionStage<Content>
RemoteContentTrashServiceImpl. restoreCompletionStage(Content content)
Methods in com.atlassian.confluence.rest.client.impl with parameters of type Content Modifier and Type Method Description CompletionStage<Void>
RemoteContentTrashServiceImpl. purgeCompletionStage(Content content)
CompletionStage<Content>
RemoteContentTrashServiceImpl. restoreCompletionStage(Content content)
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 Content
ContentDeserializer. deserialize(org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt)
-