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 class
CustomContentEntityObject
Generic 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 void
ContentCreator. 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 String
LinksUpdater. contractAbsoluteReferencesInContent(SpaceContentEntityObject content)
A companion method to {LinksUpdater.expandRelativeReferencesInContent(SpaceContentEntityObject)
that will convert any absolute references to itself to be relative.String
XhtmlLinksUpdater. contractAbsoluteReferencesInContent(SpaceContentEntityObject content)
static LinksUpdater.PartialReferenceDetails
LinksUpdater.PartialReferenceDetails. createReference(SpaceContentEntityObject ceo)
Create the appropriate PartialReferenceDetails depending on whether the parameter is a BlogPost or a Page.static LinksUpdater.PartialReferenceDetails
LinksUpdater.PartialReferenceDetails. createReference(SpaceContentEntityObject ceo, String spaceKey)
String
LinksUpdater. expandRelativeReferencesInContent(SpaceContentEntityObject content)
Expand any relative links or embedded images encountered in the supplied content.String
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 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 boolean
LabelPermissionEnforcerImpl. 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 SpaceContentEntityObject
EvaluatedTrash. 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 void
ContentReconciliationManager. markDraftSynchronised(@NonNull SpaceContentEntityObject draftEntity)
Marks Synchrony Revision Source to synchrony.void
DefaultContentReconciliationManager. markDraftSynchronised(@NonNull SpaceContentEntityObject draft)
void
ContentReconciliationManager. reconcileDraft(@NonNull SpaceContentEntityObject pageEntity, @NonNull SpaceContentEntityObject draftEntity)
This method triggersSynchronyRecoveryEvent
if collab editing is turned on and data recovery is needed for a draft.void
DefaultContentReconciliationManager. 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 void
TrashManagerInternal. 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 boolean
LabelPermissionEnforcer. userCanEditLabelOrIsSpaceAdmin(Label label, SpaceContentEntityObject object)
Check if the user can edit a label of a space object or a space adminstatic boolean
LabelPermissionSupport. 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.int
DefaultLinkManager. countPagesWithIncomingLinks(SpaceContentEntityObject rootPage)
int
LinkManager. countPagesWithIncomingLinks(SpaceContentEntityObject rootPage)
Get the number of pages in a page hierarchy that have incoming links.String
DefaultRelatedContentRefactorer. refactorReferencesToBeRelative(SpaceContentEntityObject content)
String
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.void
DefaultRelatedContentRefactorer. updateReferences(SpaceContentEntityObject content, Space previousSpace, String previousTitle)
void
RelatedContentRefactorer. 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'.void
DefaultRelatedContentRefactorer. updateReferencesForMovingPage(SpaceContentEntityObject content, Space previousSpace, String previousTitle)
void
RelatedContentRefactorer. 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'.void
DefaultRelatedContentRefactorer. updateReferrers(SpaceContentEntityObject referee, Space previousSpace, String previousTitle)
void
RelatedContentRefactorer. 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.void
DefaultRelatedContentRefactorer. updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList)
void
RelatedContentRefactorer. 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.int
LinkDao. 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)
int
HibernateLinkDao. countPagesWithIncomingLinks(SpaceContentEntityObject rootPage)
-
Uses of SpaceContentEntityObject in com.atlassian.confluence.pages
Subclasses of SpaceContentEntityObject in com.atlassian.confluence.pages Modifier and Type Class Description class
AbstractPage
Parent of the concrete Page and BlogPost classesclass
Attachment
class
BlogPost
class
Page
Represents 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 void
DefaultTrashManager. 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 SpaceContentEntityObject
RestoreTrashItemAction. spaceContentEntityObject
Methods in com.atlassian.confluence.pages.actions that return SpaceContentEntityObject Modifier and Type Method Description SpaceContentEntityObject
RestoreTrashItemAction. 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 void
RestoreTrashItemAction. 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 class
SpaceDescription
-
Uses of SpaceContentEntityObject in com.atlassian.confluence.util
Fields in com.atlassian.confluence.util declared as SpaceContentEntityObject Modifier and Type Field Description protected SpaceContentEntityObject
AbstractLinkRenamingBean. pageBeingChanged
Methods in com.atlassian.confluence.util that return SpaceContentEntityObject Modifier and Type Method Description protected SpaceContentEntityObject
AbstractLinkRenamingBean. 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)
-