Uses of Class
com.atlassian.confluence.core.SpaceContentEntityObject
Packages that use SpaceContentEntityObject
Package
Description
-
Uses of SpaceContentEntityObject in com.atlassian.confluence.content
Subclasses of SpaceContentEntityObject in com.atlassian.confluence.contentModifier and TypeClassDescriptionclassGeneric ContentEntityObject that plugins can use to extend Confluence's content system. -
Uses of SpaceContentEntityObject in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport with parameters of type SpaceContentEntityObjectModifier and TypeMethodDescriptionvoidContentCreator.setSpaceForCreate(Content newContent, SpaceContentEntityObject spacedEntity, com.atlassian.user.User authenticatedUser) voidDefaultContentCreator.setSpaceForCreate(Content newContent, SpaceContentEntityObject spacedEntity, com.atlassian.user.User authenticatedUser) Sets the space in newContent on this spacedEntity -
Uses of SpaceContentEntityObject in com.atlassian.confluence.content.render.xhtml.links
Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type SpaceContentEntityObjectModifier and TypeMethodDescriptionLinksUpdater.contractAbsoluteReferencesInContent(SpaceContentEntityObject content) A companion method to {LinksUpdater.expandRelativeReferencesInContent(SpaceContentEntityObject)that will convert any absolute references to itself to be relative.XhtmlLinksUpdater.contractAbsoluteReferencesInContent(SpaceContentEntityObject content) LinksUpdater.PartialReferenceDetails.createReference(SpaceContentEntityObject ceo) Create the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page.LinksUpdater.PartialReferenceDetails.createReference(SpaceContentEntityObject ceo, String spaceKey) LinksUpdater.expandRelativeReferencesInContent(SpaceContentEntityObject content) Expand any relative links or embedded images encountered in the supplied content.XhtmlLinksUpdater.expandRelativeReferencesInContent(SpaceContentEntityObject content) -
Uses of SpaceContentEntityObject in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId, String status, int offset, int count) Retrieve content for a given space with a particular status.ContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate) Deprecated.since 7.0.1.ContentEntityObjectDao.getAllCurrentEntities()ContentEntityObjectDao.getRecentlyModifiedEntities(String spaceKey, int maxResults) Method parameters in com.atlassian.confluence.core.persistence with type arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate) Deprecated.since 7.0.1. -
Uses of SpaceContentEntityObject in com.atlassian.confluence.dmz.pages
Methods in com.atlassian.confluence.dmz.pages that return types with arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionTrashManagerInternal.getTrashedEntities(long contentIdOffset, int limit) Fetch a batch of trashed content entitiesMethod parameters in com.atlassian.confluence.dmz.pages with type arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionvoidTrashManagerInternal.purge(List<SpaceContentEntityObject> trashedEntities) Delete a list of trashed entities -
Uses of SpaceContentEntityObject in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels with parameters of type SpaceContentEntityObjectModifier and TypeMethodDescriptionbooleanLabelPermissionEnforcerImpl.userCanEditLabelOrIsSpaceAdmin(Label label, SpaceContentEntityObject object) -
Uses of SpaceContentEntityObject in com.atlassian.confluence.impl.retention.fast.dao
Methods in com.atlassian.confluence.impl.retention.fast.dao that return types with arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionDefaultFastContentRetentionDao.getTrashContents(long startContentId, int limit) DefaultFastContentRetentionDao.getTrashContents(long startContentId, int limit, Long spaceId) FastContentRetentionDao.getTrashContents(long startContentId, int limit) Get a list of content with deleted status and content id is id greater or equal to .FastContentRetentionDao.getTrashContents(long startContentId, int limit, Long spaceId) Get a list of content with deleted status and content id is id greater or equal to and space id is . -
Uses of SpaceContentEntityObject in com.atlassian.confluence.impl.retention.rules
Methods in com.atlassian.confluence.impl.retention.rules that return SpaceContentEntityObjectMethod parameters in com.atlassian.confluence.impl.retention.rules with type arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionDefaultTrashRuleEvaluator.evaluate(TrashRetentionRule globalRule, List<SpaceContentEntityObject> trashedEntities) TrashRuleEvaluator.evaluate(TrashRetentionRule globalRule, List<SpaceContentEntityObject> trashedEntities) Apply a global trash rule to a list of trashed entities which may be affected by more rules at space levelConstructors in com.atlassian.confluence.impl.retention.rules with parameters of type SpaceContentEntityObjectModifierConstructorDescriptionEvaluatedTrash(SpaceContentEntityObject trash, boolean shouldBeDeleted, RuleScope ruleScope) -
Uses of SpaceContentEntityObject in com.atlassian.confluence.internal.content.collab
Methods in com.atlassian.confluence.internal.content.collab with parameters of type SpaceContentEntityObjectModifier and TypeMethodDescriptionvoidContentReconciliationManager.markDraftSynchronised(@NonNull SpaceContentEntityObject draftEntity) Marks Synchrony Revision Source to synchrony.voidDefaultContentReconciliationManager.markDraftSynchronised(@NonNull SpaceContentEntityObject draft) voidContentReconciliationManager.reconcileDraft(@NonNull SpaceContentEntityObject pageEntity, @NonNull SpaceContentEntityObject draftEntity) This method triggersSynchronyRecoveryEventif collab editing is turned on and data recovery is needed for a draft.voidDefaultContentReconciliationManager.reconcileDraft(@NonNull SpaceContentEntityObject page, @NonNull SpaceContentEntityObject draft) -
Uses of SpaceContentEntityObject in com.atlassian.confluence.internal.persistence
Methods in com.atlassian.confluence.internal.persistence that return types with arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptiondefault PageResponse<SpaceContentEntityObject>ContentEntityObjectDaoInternal.findContentBySpaceIdAndStatusAndFilter(long spaceId, String status, LimitedRequest limitedRequest, Predicate<? super SpaceContentEntityObject> predicate) Retrieve content for a given space with a particular status.ContentEntityObjectDaoInternal.getTrashedEntities(long contentIdOffset, int limit) Retrieve a batch of trashed content entitiesMethod parameters in com.atlassian.confluence.internal.persistence with type arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptiondefault PageResponse<SpaceContentEntityObject>ContentEntityObjectDaoInternal.findContentBySpaceIdAndStatusAndFilter(long spaceId, String status, LimitedRequest limitedRequest, Predicate<? super SpaceContentEntityObject> predicate) Retrieve content for a given space with a particular status. -
Uses of SpaceContentEntityObject in com.atlassian.confluence.internal.persistence.hibernate
Methods in com.atlassian.confluence.internal.persistence.hibernate that return types with arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId, String status, int offset, int count) ContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate) Deprecated.since 7.0.1.ContentEntityObjectHibernateDao.getAllCurrentEntities()ContentEntityObjectHibernateDao.getRecentlyModifiedEntities(String spaceKey, int maxResults) ContentEntityObjectHibernateDao.getTrashedEntities(long contentIdOffset, int limit) Method parameters in com.atlassian.confluence.internal.persistence.hibernate with type arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate) Deprecated.since 7.0.1. -
Uses of SpaceContentEntityObject in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels with parameters of type SpaceContentEntityObjectModifier and TypeMethodDescriptionbooleanLabelPermissionEnforcer.userCanEditLabelOrIsSpaceAdmin(Label label, SpaceContentEntityObject object) Check if the user can edit a label of a space object or a space adminstatic booleanLabelPermissionSupport.userCanEditLabelOrIsSpaceAdmin(Label label, SpaceContentEntityObject object, PermissionManager permissionManager) Deprecated. -
Uses of SpaceContentEntityObject in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type SpaceContentEntityObjectModifier and TypeMethodDescriptionDefaultLinkManager.countIncomingLinksForContents(SpaceContentEntityObject rootPage, SpaceContentEntityObject parentPage) LinkManager.countIncomingLinksForContents(SpaceContentEntityObject rootPage, SpaceContentEntityObject parentPage) Helping method to get all incoming links of multiple contents at once.intDefaultLinkManager.countPagesWithIncomingLinks(SpaceContentEntityObject rootPage) intLinkManager.countPagesWithIncomingLinks(SpaceContentEntityObject rootPage) Get the number of pages in a page hierarchy that have incoming links.DefaultRelatedContentRefactorer.refactorReferencesToBeRelative(SpaceContentEntityObject content) RelatedContentRefactorer.refactorReferencesToBeRelative(SpaceContentEntityObject content) Update any references to the content itself (such as attachment links or embedded images) or to content in the same space.voidDefaultRelatedContentRefactorer.updateReferences(SpaceContentEntityObject content, Space previousSpace, String previousTitle) voidRelatedContentRefactorer.updateReferences(SpaceContentEntityObject content, Space previousSpace, String previousTitle) Update all the references in the supplied content when the content has moved or renamed from 'previousSpace' and/or had it's title changed from 'previousTitle'.voidDefaultRelatedContentRefactorer.updateReferencesForMovingPage(SpaceContentEntityObject content, Space previousSpace, String previousTitle) voidRelatedContentRefactorer.updateReferencesForMovingPage(SpaceContentEntityObject content, Space previousSpace, String previousTitle) Update all the references in the supplied content when the content has moved from 'previousSpace' and/or had it's title changed from 'previousTitle'.voidDefaultRelatedContentRefactorer.updateReferrers(SpaceContentEntityObject referee, Space previousSpace, String previousTitle) voidRelatedContentRefactorer.updateReferrers(SpaceContentEntityObject referee, Space previousSpace, String previousTitle) Iterate through all the content that currently links to 'referee' and renames all the links, saving the changed content as it goes.voidDefaultRelatedContentRefactorer.updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList) voidRelatedContentRefactorer.updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList) Iterate through all the content that currently links to 'referee' and renames all the links, saving the changed content as it goes. -
Uses of SpaceContentEntityObject in com.atlassian.confluence.links.persistence.dao
Methods in com.atlassian.confluence.links.persistence.dao with parameters of type SpaceContentEntityObjectModifier and TypeMethodDescription<T> Stream<T>LinkDao.countIncomingLinksForContents(SpaceContentEntityObject rootPage, SpaceContentEntityObject parentPage, Function<Object, T> mapper) Helping method to get all incoming links of multiple contents at once.intLinkDao.countPagesWithIncomingLinks(SpaceContentEntityObject rootPage) Get the number of pages in a page hierarchy that have incoming links. -
Uses of SpaceContentEntityObject in com.atlassian.confluence.links.persistence.dao.hibernate
Methods in com.atlassian.confluence.links.persistence.dao.hibernate with parameters of type SpaceContentEntityObjectModifier and TypeMethodDescription<T> Stream<T>HibernateLinkDao.countIncomingLinksForContents(SpaceContentEntityObject rootPage, SpaceContentEntityObject parentPage, Function<Object, T> mapper) intHibernateLinkDao.countPagesWithIncomingLinks(SpaceContentEntityObject rootPage) -
Uses of SpaceContentEntityObject in com.atlassian.confluence.pages
Subclasses of SpaceContentEntityObject in com.atlassian.confluence.pagesModifier and TypeClassDescriptionclassParent of the concrete Page and BlogPost classesclassclassclassRepresents a Page within Confluence.classDeprecated, for removal: This API element is subject to removal in a future version.since 9.1, useAttachmentdirectly.Methods in com.atlassian.confluence.pages that return types with arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionDefaultTrashManager.getTrashedEntities(long contentIdOffset, int limit) Method parameters in com.atlassian.confluence.pages with type arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionvoidDefaultTrashManager.purge(List<SpaceContentEntityObject> trashEntities) -
Uses of SpaceContentEntityObject in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as SpaceContentEntityObjectModifier and TypeFieldDescriptionprotected SpaceContentEntityObjectRestoreTrashItemAction.spaceContentEntityObjectMethods in com.atlassian.confluence.pages.actions that return SpaceContentEntityObjectMethods in com.atlassian.confluence.pages.actions that return types with arguments of type SpaceContentEntityObjectModifier and TypeMethodDescriptionPageInfoAction.getIncomingLinksBySpace()com.google.common.collect.Multimap<Space,SpaceContentEntityObject> PageInfoAction.getIncomingLinksMap()Deprecated.since 7.0.1.com.google.common.collect.Multimap<Space,SpaceContentEntityObject> PageInfoAction.getOutgoingLinks()Deprecated.since 7.0.1.PageInfoAction.getOutgoingLinksBySpace()Methods in com.atlassian.confluence.pages.actions with parameters of type SpaceContentEntityObjectModifier and TypeMethodDescriptionvoidRestoreTrashItemAction.setSpaceContentEntityObject(SpaceContentEntityObject spaceContentEntityObject) -
Uses of SpaceContentEntityObject in com.atlassian.confluence.spaces
Subclasses of SpaceContentEntityObject in com.atlassian.confluence.spaces