Uses of Class
com.atlassian.confluence.api.model.content.ContentStatus
Packages that use ContentStatus
Package
Description
This package contains the code which communicates with Confluence via REST API.
- 
Uses of ContentStatus in com.atlassian.confluence.api.impl.service.contentMethods in com.atlassian.confluence.api.impl.service.content with parameters of type ContentStatusModifier and TypeMethodDescriptionAttachmentServiceImpl.addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads) AttachmentServiceImpl.addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) 
- 
Uses of ContentStatus in com.atlassian.confluence.api.impl.service.content.finderMethods in com.atlassian.confluence.api.impl.service.content.finder that return types with arguments of type ContentStatusMethods in com.atlassian.confluence.api.impl.service.content.finder with parameters of type ContentStatusMethod parameters in com.atlassian.confluence.api.impl.service.content.finder with type arguments of type ContentStatusModifier and TypeMethodDescriptionstatic Predicate<? super ContentEntityObject> FinderPredicates.statusPredicate(List<ContentStatus> statuses) AbstractContentFinder.withStatus(Iterable<ContentStatus> statuses) 
- 
Uses of ContentStatus in com.atlassian.confluence.api.impl.service.content.typebindingMethod parameters in com.atlassian.confluence.api.impl.service.content.typebinding with type arguments of type ContentStatusModifier and TypeMethodDescriptionAttachmentContentTypeApiSupport.getById(ContentId attachmentId, List<ContentStatus> statuses, Expansions expansions) 
- 
Uses of ContentStatus in com.atlassian.confluence.api.model.contentFields in com.atlassian.confluence.api.model.content declared as ContentStatusModifier and TypeFieldDescriptionstatic final ContentStatusContentStatus.CURRENTThe default state of content ready to be viewed and edited.static final ContentStatusContentStatus.DRAFTThe state of content that has not yet been publishedstatic final ContentStatusContentStatus.HISTORICALThe state of content that is not at its latest versionstatic final ContentStatusContentStatus.TRASHEDThe state of content that has been trashed but not yet purged from the system.Fields in com.atlassian.confluence.api.model.content with type parameters of type ContentStatusMethods in com.atlassian.confluence.api.model.content that return ContentStatusModifier and TypeMethodDescriptionBlockedContent.getStatus()Content.getStatus()ContentSelector.getStatus()static ContentStatusReturn theContentTypefor the given type string.Methods in com.atlassian.confluence.api.model.content with parameters of type ContentStatusModifier and TypeMethodDescriptionContent.ContentBuilder.status(ContentStatus status) ContentSelector.ContentSelectorBuilder.status(ContentStatus status) Method parameters in com.atlassian.confluence.api.model.content with type arguments of type ContentStatus
- 
Uses of ContentStatus in com.atlassian.confluence.api.model.searchMethods in com.atlassian.confluence.api.model.search that return types with arguments of type ContentStatusMethod parameters in com.atlassian.confluence.api.model.search with type arguments of type ContentStatusModifier and TypeMethodDescriptionSearchContext.Builder.contentStatus(List<ContentStatus> contentStatuses) 
- 
Uses of ContentStatus in com.atlassian.confluence.api.service.contentMethods in com.atlassian.confluence.api.service.content with parameters of type ContentStatusModifier 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.booleanAttachmentService.Validator.canCreateAttachments(ContentId containerId, ContentStatus status) Checks if the user is permitted to add attachments to the given contentContentService.ParameterContentFinder.withStatus(ContentStatus... status) Restrict the fetched content to that matching the given statuses.Method parameters in com.atlassian.confluence.api.service.content with type arguments of type ContentStatusModifier and TypeMethodDescriptionContentService.ParameterContentFinder.withStatus(Iterable<ContentStatus> statuses) Restrict the fetched content to that matching the given statuses.
- 
Uses of ContentStatus in com.atlassian.confluence.api.testsupport.matchers.model.contentMethods in com.atlassian.confluence.api.testsupport.matchers.model.content with parameters of type ContentStatusModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Content> ContentMatchers.hasStatus(ContentStatus contentStatus) 
- 
Uses of ContentStatus in com.atlassian.confluence.coreMethods in com.atlassian.confluence.core that return ContentStatusModifier and TypeMethodDescriptionContentEntityObject.getContentStatusObject()Get the api layer enum for content status, distinguishing CURRENT/HISTORICAL/DRAFT/TRASHED.
- 
Uses of ContentStatus in com.atlassian.confluence.core.persistence.hibernateMethod parameters in com.atlassian.confluence.core.persistence.hibernate with type arguments of type ContentStatusModifier and TypeMethodDescriptionConfluenceHibernateObjectDao.getContentStatusStringList(List<ContentStatus> statuses) ConfluenceHibernateObjectDao.getStatusNames(List<ContentStatus> statuses) ConfluenceHibernateObjectDao.scanFilteredContents(Class clazz, Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) ConfluenceHibernateObjectDao.scanFilteredContents(Class clazz, List<ContentStatus> statuses, LimitedRequest pageRequest) 
- 
Uses of ContentStatus in com.atlassian.confluence.dmz.pagesMethod parameters in com.atlassian.confluence.dmz.pages with type arguments of type ContentStatusModifier and TypeMethodDescriptionlongAttachmentManagerInternal.countAttachmentsBySpaceAndStatuses(Space space, List<ContentStatus> statuses) This method only count the latest versions of attachments by statuses in a spacelongAttachmentManagerInternal.countAttachmentsByStatuses(List<ContentStatus> statuses) This method only count the latest versions of attachments by statuseslongCommentManagerInternal.countCommentByStatuses(List<ContentStatus> contentStatuses) Retrieve the latest content count of specific content type for a given space with a particular status.longCommentManagerInternal.countSpaceCommentByStatuses(Space space, List<ContentStatus> contentStatuses) Retrieve the latest content count of specific content type for a given space with a particular status.PageManagerInternal.getAbstractPages(LocalDate creationDay, ZoneId zone, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> PageManagerInternal.getFilteredAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns pages and blog posts that belong to the space, exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.@NonNull PageResponse<AbstractPage> PageManagerInternal.getFilteredAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns pages and blog posts that exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.@NonNull PageResponse<Attachment> AttachmentManagerInternal.scanFilteredAttachments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) Retrieves all the existing attachments associated with the instance of Confluence, while applying the specified pagination parameters to limit the number of results returned in each request.@NonNull PageResponse<Attachment> AttachmentManagerInternal.scanFilteredAttachments(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) Retrieves all the current attachments within the specified space, with the results limited according to the provided pagination parameters.@NonNull PageResponse<Comment> CommentManagerInternal.scanFilteredComments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) Retrieves all the existing comments associated with the instance of Confluence, while applying the specified pagination parameters to limit the number of results returned in each request.@NonNull PageResponse<Comment> CommentManagerInternal.scanFilteredComments(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) Retrieves all the current comments within the specified space, with the results limited according to the provided pagination parameters.
- 
Uses of ContentStatus in com.atlassian.confluence.event.events.content.page.synchronyMethods in com.atlassian.confluence.event.events.content.page.synchrony that return ContentStatusConstructors in com.atlassian.confluence.event.events.content.page.synchrony with parameters of type ContentStatusModifierConstructorDescriptionContentUpdatedEvent(ConfluenceUser user, ContentId contentId, ContentStatus contentStatus, String spaceKey, String syncRev, PageUpdateTrigger updateTrigger) 
- 
Uses of ContentStatus in com.atlassian.confluence.impl.contentMethod parameters in com.atlassian.confluence.impl.content with type arguments of type ContentStatusModifier and TypeMethodDescriptionlongDefaultCommentManager.countCommentByStatuses(List<ContentStatus> contentStatuses) longDefaultCommentManager.countSpaceCommentByStatuses(Space space, List<ContentStatus> contentStatuses) DefaultPageManager.getAbstractPages(LocalDate creationDay, ZoneId zone, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<Comment> DefaultCommentManager.scanFilteredComments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) @NonNull PageResponse<Comment> DefaultCommentManager.scanFilteredComments(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) 
- 
Uses of ContentStatus in com.atlassian.confluence.impl.pages.attachmentsMethod parameters in com.atlassian.confluence.impl.pages.attachments with type arguments of type ContentStatusModifier and TypeMethodDescriptionlongReadThroughCachingAttachmentManager.countAttachmentsBySpaceAndStatuses(Space space, List<ContentStatus> statuses) longReadThroughCachingAttachmentManager.countAttachmentsByStatuses(List<ContentStatus> statuses) longReadThroughCachingAttachmentDao.countLatestVersionsOfAttachmentsBySpaceAndStatuses(Space space, List<ContentStatus> statuses) longReadThroughCachingAttachmentDao.countLatestVersionsOfAttachmentsByStatuses(List<ContentStatus> statuses) @NonNull List<Attachment> ReadThroughCachingAttachmentDao.scanFilteredAttachments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) ReadThroughCachingAttachmentDao.scanFilteredAttachments(List<ContentStatus> statuses, LimitedRequest pageRequest) @NonNull PageResponse<Attachment> ReadThroughCachingAttachmentManager.scanFilteredAttachments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) @NonNull PageResponse<Attachment> ReadThroughCachingAttachmentManager.scanFilteredAttachments(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) 
- 
Uses of ContentStatus in com.atlassian.confluence.impl.service.finder.contentMethods in com.atlassian.confluence.impl.service.finder.content with parameters of type ContentStatusMethod parameters in com.atlassian.confluence.impl.service.finder.content with type arguments of type ContentStatus
- 
Uses of ContentStatus in com.atlassian.confluence.internal.pages.persistenceMethod parameters in com.atlassian.confluence.internal.pages.persistence with type arguments of type ContentStatusModifier and TypeMethodDescriptionlongCommentDaoInternal.countCommentByStatuses(List<ContentStatus> contentStatuses) Retrieve the latest content count of specific content type for a given space with a particular status.longAttachmentDaoInternal.countLatestVersionsOfAttachmentsBySpaceAndStatuses(Space space, List<ContentStatus> statuses) Returns the number of the latest versions of attachments by their statuses in a spacelongAttachmentDaoInternal.countLatestVersionsOfAttachmentsByStatuses(List<ContentStatus> statuses) Returns the number of the latest versions of attachments by their statuseslongCommentDaoInternal.countSpaceCommentByStatuses(Space space, List<ContentStatus> contentStatuses) Retrieve the latest content count of specific content type for a given space with a particular status.PageDaoInternal.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages(com.atlassian.core.util.DateUtils.DateRange creationDate, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest) AttachmentDaoInternal.scanFilteredAttachments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) AttachmentDaoInternal.scanFilteredAttachments(List<ContentStatus> statuses, LimitedRequest pageRequest) CommentDaoInternal.scanFilteredComments(List<ContentStatus> statuses, LimitedRequest pageRequest) CommentDaoInternal.scanFilteredSpaceComments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) 
- 
Uses of ContentStatus in com.atlassian.confluence.pagesMethod parameters in com.atlassian.confluence.pages with type arguments of type ContentStatusModifier and TypeMethodDescriptionlongDefaultAttachmentManager.countAttachmentsBySpaceAndStatuses(Space space, List<ContentStatus> statuses) longDefaultAttachmentManager.countAttachmentsByStatuses(List<ContentStatus> statuses) @NonNull PageResponse<Attachment> DefaultAttachmentManager.scanFilteredAttachments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) @NonNull PageResponse<Attachment> DefaultAttachmentManager.scanFilteredAttachments(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) 
- 
Uses of ContentStatus in com.atlassian.confluence.pages.attachmentsMethod parameters in com.atlassian.confluence.pages.attachments with type arguments of type ContentStatusModifier and TypeMethodDescriptionlongAbstractDelegatingAttachmentDao.countLatestVersionsOfAttachmentsBySpaceAndStatuses(Space space, List<ContentStatus> statuses) longAbstractDelegatingAttachmentDao.countLatestVersionsOfAttachmentsByStatuses(List<ContentStatus> statuses) AbstractDelegatingAttachmentDao.scanFilteredAttachments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) AbstractDelegatingAttachmentDao.scanFilteredAttachments(List<ContentStatus> statuses, LimitedRequest pageRequest) 
- 
Uses of ContentStatus in com.atlassian.confluence.pages.persistence.daoMethods in com.atlassian.confluence.pages.persistence.dao with parameters of type ContentStatusModifier and TypeMethodDescriptionPageDao.getDescendantIds(Page page, ContentStatus... statuses) Deprecated, for removal: This API element is subject to removal in a future version.Finds the ids of all descendant pages of the given pageMethod parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type ContentStatusModifier and TypeMethodDescriptionPageDao.getChildrenIds(Page page, List<ContentStatus> statuses) Deprecated, for removal: This API element is subject to removal in a future version.Finds the ids of all children pages of the given pagelongPageDao.getPageCount(@NonNull String spaceKey, List<ContentStatus> statuses) Deprecated, for removal: This API element is subject to removal in a future version.Get total number of pages in a space, within any of the given statuses.
- 
Uses of ContentStatus in com.atlassian.confluence.pages.persistence.dao.hibernateMethods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type ContentStatusModifier and TypeMethodDescriptionHibernatePageDao.getDescendantIds(Page page, ContentStatus... contentStatus) Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type ContentStatusModifier and TypeMethodDescriptionlongHibernateCommentDao.countCommentByStatuses(List<ContentStatus> contentStatuses) longAbstractHibernateAttachmentDao.countLatestVersionsOfAttachmentsBySpaceAndStatuses(Space space, List<ContentStatus> statuses) longAbstractHibernateAttachmentDao.countLatestVersionsOfAttachmentsByStatuses(List<ContentStatus> statuses) longHibernateCommentDao.countSpaceCommentByStatuses(Space space, List<ContentStatus> contentStatuses) HibernatePageDao.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages(com.atlassian.core.util.DateUtils.DateRange range, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getChildrenIds(Page page, List<ContentStatus> contentStatus) longHibernatePageDao.getPageCount(@NonNull String spaceKey, List<ContentStatus> statuses) AbstractHibernateAttachmentDao.scanFilteredAttachments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) AbstractHibernateAttachmentDao.scanFilteredAttachments(List<ContentStatus> statuses, LimitedRequest pageRequest) HibernateCommentDao.scanFilteredComments(List<ContentStatus> statuses, LimitedRequest pageRequest) HibernateCommentDao.scanFilteredSpaceComments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) 
- 
Uses of ContentStatus in com.atlassian.confluence.plugins.restapi.experimental.resourcesMethods in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type ContentStatusModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseRelationResource.create(String sourceType, String sourceKey, String relationName, String targetType, String targetKey, ContentStatus sourceStatus, ContentStatus targetStatus, Integer sourceVersion, Integer targetVersion) Add a relationship between two user, space, or content entities.jakarta.ws.rs.core.ResponseRelationResource.delete(String sourceType, String sourceKey, String relationName, String targetType, String targetKey, ContentStatus sourceStatus, ContentStatus targetStatus, Integer sourceVersion, Integer targetVersion) Remove a relationship between two user, space, or content entities.jakarta.ws.rs.core.ResponseRelationResource.isRelated(String sourceType, String sourceKey, String relationName, String targetType, String targetKey, ContentStatus sourceStatus, ContentStatus targetStatus, Integer sourceVersion, Integer targetVersion) Determines whether a relationship exists between two user, space or content entities.
- 
Uses of ContentStatus in com.atlassian.confluence.plugins.restapi.resourcesMethods in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentStatusModifier and TypeMethodDescriptionAttachmentResource.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) ContentResource.createContent(Content content, ContentStatus status, String expand) jakarta.ws.rs.core.ResponseContentResource.delete(ContentId contentId, ContentStatus status) ContentBlueprintResource.publishLegacyDraft(ContentId draftId, Content content, ContentStatus status, String expand) ContentBlueprintResource.publishSharedDraft(ContentId draftId, Content content, ContentStatus status, String expand) ContentResource.update(ContentId contentId, Content content, ContentStatus status, ContentDraftService.ConflictPolicy conflictPolicy, boolean asyncReconciliation) Method parameters in com.atlassian.confluence.plugins.restapi.resources with type arguments of type ContentStatusModifier and TypeMethodDescriptionContentResource.getContent(String type, String spaceKey, String title, List<ContentStatus> statuses, String postingDay, String expand, int start, int limit, List<String> ids, jakarta.ws.rs.core.UriInfo uriInfo, String username) 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, jakarta.ws.rs.core.UriInfo uriInfo) ContentResource.getContentById(ContentId id, List<ContentStatus> statuses, Integer version, String expand, String username) ContentResource.scanContent(String spaceKey, List<ContentStatus> statuses, String expand, int limit, String cursor, String type, jakarta.ws.rs.core.UriInfo uriInfo) 
- 
Uses of ContentStatus in com.atlassian.confluence.rest.clientFields in com.atlassian.confluence.rest.client with type parameters of type ContentStatusModifier and TypeFieldDescriptionprotected List<ContentStatus> AbstractRemoteContentService.AbstractRemoteContentFinder.statusesDeprecated.since 8.7.0.Methods in com.atlassian.confluence.rest.client that return types with arguments of type ContentStatusModifier and TypeMethodDescriptionprotected List<ContentStatus> AbstractRemoteContentService.AbstractRemoteContentFinder.getStatuses()Methods in com.atlassian.confluence.rest.client with parameters of type ContentStatusModifier and TypeMethodDescriptionRemoteAttachmentService.addAttachmentsCompletionStage(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads) RemoteAttachmentService.addAttachmentsCompletionStage(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) RemoteAttachmentServiceImpl.addAttachmentsCompletionStage(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads) RemoteAttachmentServiceImpl.addAttachmentsCompletionStage(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) AbstractRemoteContentService.AbstractRemoteContentFinder.withStatus(ContentStatus... status) RemoteContentService.RemoteContentFinder.withStatus(ContentStatus... status) 
- 
Uses of ContentStatus in com.atlassian.confluence.search.v2.queryMethods in com.atlassian.confluence.search.v2.query that return types with arguments of type ContentStatusConstructors in com.atlassian.confluence.search.v2.query with parameters of type ContentStatusConstructor parameters in com.atlassian.confluence.search.v2.query with type arguments of type ContentStatusModifierConstructorDescriptionContentStatusQuery(Collection<ContentStatus> contentStatuses) Constructs a SearchQuery which matches content by their content statuses.
- 
Uses of ContentStatus in com.atlassian.confluence.spacesMethods in com.atlassian.confluence.spaces that return ContentStatus