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