Uses of Class
com.atlassian.confluence.core.SpaceContentEntityObject
-
-
Uses of SpaceContentEntityObject in com.atlassian.confluence.content
Subclasses of SpaceContentEntityObject in com.atlassian.confluence.content Modifier and Type Class Description classCustomContentEntityObjectGeneric 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 SpaceContentEntityObject Modifier and Type Method Description voidContentCreator. 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 SpaceContentEntityObject Modifier and Type Method Description StringLinksUpdater. contractAbsoluteReferencesInContent(SpaceContentEntityObject content)A companion method to {LinksUpdater.expandRelativeReferencesInContent(SpaceContentEntityObject)that will convert any absolute references to itself to be relative.StringXhtmlLinksUpdater. contractAbsoluteReferencesInContent(SpaceContentEntityObject content)static LinksUpdater.PartialReferenceDetailsLinksUpdater.PartialReferenceDetails. createReference(SpaceContentEntityObject ceo)Create the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page.static LinksUpdater.PartialReferenceDetailsLinksUpdater.PartialReferenceDetails. createReference(SpaceContentEntityObject ceo, String spaceKey)StringLinksUpdater. expandRelativeReferencesInContent(SpaceContentEntityObject content)Expand any relative links or embedded images encountered in the supplied content.StringXhtmlLinksUpdater. 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 SpaceContentEntityObject Modifier and Type Method Description List<SpaceContentEntityObject>ContentEntityObjectDao. findContentBySpaceIdAndStatus(long spaceId, String status, int offset, int count)Retrieve content for a given space with a particular status.PageResponse<SpaceContentEntityObject>ContentEntityObjectDao. findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)Deprecated.since 7.0.1.Iterator<SpaceContentEntityObject>ContentEntityObjectDao. getAllCurrentEntities()Iterator<SpaceContentEntityObject>ContentEntityObjectDao. getRecentlyModifiedEntities(String spaceKey, int maxResults)Method parameters in com.atlassian.confluence.core.persistence with type arguments of type SpaceContentEntityObject Modifier and Type Method Description PageResponse<SpaceContentEntityObject>ContentEntityObjectDao. 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.impl.labels
Methods in com.atlassian.confluence.impl.labels with parameters of type SpaceContentEntityObject Modifier and Type Method Description booleanLabelPermissionEnforcerImpl. userCanEditLabelOrIsSpaceAdmin(Label label, SpaceContentEntityObject object) -
Uses of SpaceContentEntityObject in com.atlassian.confluence.impl.retention.rules
Methods in com.atlassian.confluence.impl.retention.rules that return SpaceContentEntityObject Modifier and Type Method Description SpaceContentEntityObjectEvaluatedTrash. getTrash()Method parameters in com.atlassian.confluence.impl.retention.rules with type arguments of type SpaceContentEntityObject Modifier and Type Method Description List<EvaluatedTrash>DefaultTrashRuleEvaluator. evaluate(TrashRetentionRule globalRule, List<SpaceContentEntityObject> trashedEntities)List<EvaluatedTrash>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 SpaceContentEntityObject Constructor Description EvaluatedTrash(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 SpaceContentEntityObject Modifier and Type Method Description voidContentReconciliationManager. 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.pages
Methods in com.atlassian.confluence.internal.pages that return types with arguments of type SpaceContentEntityObject Modifier and Type Method Description List<SpaceContentEntityObject>TrashManagerInternal. getTrashedEntities(long contentIdOffset, int limit)Fetch a batch of trashed content entitiesMethod parameters in com.atlassian.confluence.internal.pages with type arguments of type SpaceContentEntityObject Modifier and Type Method Description voidTrashManagerInternal. purge(List<SpaceContentEntityObject> trashedEntities)Delete a list of trashed entities -
Uses of SpaceContentEntityObject in com.atlassian.confluence.internal.persistence
Methods in com.atlassian.confluence.internal.persistence that return types with arguments of type SpaceContentEntityObject Modifier and Type Method Description default PageResponse<SpaceContentEntityObject>ContentEntityObjectDaoInternal. findContentBySpaceIdAndStatusAndFilter(long spaceId, String status, LimitedRequest limitedRequest, Predicate<? super SpaceContentEntityObject> predicate)Retrieve content for a given space with a particular status.List<SpaceContentEntityObject>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 SpaceContentEntityObject Modifier and Type Method Description default 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 SpaceContentEntityObject Modifier and Type Method Description List<SpaceContentEntityObject>AbstractContentEntityObjectHibernateDao. findContentBySpaceIdAndStatus(long spaceId, String status, int offset, int count)PageResponse<SpaceContentEntityObject>AbstractContentEntityObjectHibernateDao. findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)Deprecated.since 7.0.1.Iterator<SpaceContentEntityObject>AbstractContentEntityObjectHibernateDao. getAllCurrentEntities()Iterator<SpaceContentEntityObject>AbstractContentEntityObjectHibernateDao. getRecentlyModifiedEntities(String spaceKey, int maxResults)List<SpaceContentEntityObject>AbstractContentEntityObjectHibernateDao. getTrashedEntities(long contentIdOffset, int limit)Method parameters in com.atlassian.confluence.internal.persistence.hibernate with type arguments of type SpaceContentEntityObject Modifier and Type Method Description PageResponse<SpaceContentEntityObject>AbstractContentEntityObjectHibernateDao. 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 SpaceContentEntityObject Modifier and Type Method Description booleanLabelPermissionEnforcer. 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 SpaceContentEntityObject Modifier and Type Method Description Stream<OutgoingLinkMeta>DefaultLinkManager. countIncomingLinksForContents(SpaceContentEntityObject rootPage, SpaceContentEntityObject parentPage)Stream<OutgoingLinkMeta>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.StringDefaultRelatedContentRefactorer. refactorReferencesToBeRelative(SpaceContentEntityObject content)StringRelatedContentRefactorer. 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 SpaceContentEntityObject Modifier and Type Method Description <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 SpaceContentEntityObject Modifier and Type Method Description <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.pages Modifier and Type Class Description classAbstractPageParent of the concrete Page and BlogPost classesclassAttachmentclassBlogPostclassPageRepresents a Page within Confluence.Methods in com.atlassian.confluence.pages that return types with arguments of type SpaceContentEntityObject Modifier and Type Method Description List<SpaceContentEntityObject>DefaultTrashManager. getTrashedEntities(long contentIdOffset, int limit)Method parameters in com.atlassian.confluence.pages with type arguments of type SpaceContentEntityObject Modifier and Type Method Description voidDefaultTrashManager. purge(List<SpaceContentEntityObject> trashEntities) -
Uses of SpaceContentEntityObject in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as SpaceContentEntityObject Modifier and Type Field Description protected SpaceContentEntityObjectRestoreTrashItemAction. spaceContentEntityObjectMethods in com.atlassian.confluence.pages.actions that return SpaceContentEntityObject Modifier and Type Method Description SpaceContentEntityObjectRestoreTrashItemAction. getSpaceContentEntityObject()Methods in com.atlassian.confluence.pages.actions that return types with arguments of type SpaceContentEntityObject Modifier and Type Method Description Map<Space,Collection<SpaceContentEntityObject>>PageInfoAction. 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.Map<Space,Collection<SpaceContentEntityObject>>PageInfoAction. getOutgoingLinksBySpace()Methods in com.atlassian.confluence.pages.actions with parameters of type SpaceContentEntityObject Modifier and Type Method Description voidRestoreTrashItemAction. setSpaceContentEntityObject(SpaceContentEntityObject spaceContentEntityObject) -
Uses of SpaceContentEntityObject in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type SpaceContentEntityObject Modifier and Type Method Description List<SpaceContentEntityObject>DelegatingPageDao. findContentBySpaceIdAndStatus(long spaceId, String status, int offset, int count)PageResponse<SpaceContentEntityObject>DelegatingPageDao. findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)Deprecated.Iterator<SpaceContentEntityObject>DelegatingPageDao. getAllCurrentEntities()Iterator<SpaceContentEntityObject>DelegatingPageDao. getRecentlyModifiedEntities(String spaceKey, int maxResults)List<SpaceContentEntityObject>DelegatingPageDao. getTrashedEntities(long contentIdOffset, int limit)Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type SpaceContentEntityObject Modifier and Type Method Description PageResponse<SpaceContentEntityObject>DelegatingPageDao. findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)Deprecated. -
Uses of SpaceContentEntityObject in com.atlassian.confluence.spaces
Subclasses of SpaceContentEntityObject in com.atlassian.confluence.spaces Modifier and Type Class Description classSpaceDescription -
Uses of SpaceContentEntityObject in com.atlassian.confluence.util
Fields in com.atlassian.confluence.util declared as SpaceContentEntityObject Modifier and Type Field Description protected SpaceContentEntityObjectAbstractLinkRenamingBean. pageBeingChangedMethods in com.atlassian.confluence.util that return SpaceContentEntityObject Modifier and Type Method Description protected SpaceContentEntityObjectAbstractLinkRenamingBean. getPageBeingChanged()Constructors in com.atlassian.confluence.util with parameters of type SpaceContentEntityObject Constructor Description AbstractLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, String newSpaceKey, String newTitle)AbstractPageLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, String newSpaceKey, String newTitle)BlogPostLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, String newSpaceKey, String newTitle)CamelCaseLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, String newSpaceKey, String newTitle)IncludePageMacroLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, String newSpaceKey, String newTitle)PageLinkRenamingBean(ContentEntityObject referringContent, SpaceContentEntityObject pageBeingChanged, String newSpaceKey, String newTitle)
-