| Modifier and Type | Class and Description | 
|---|---|
class  | 
CustomContentEntityObject
Generic ContentEntityObject that plugins can use to extend Confluence's content system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContentCreator.setSpaceForCreate(Content newContent,
                 SpaceContentEntityObject spacedEntity,
                 com.atlassian.user.User authenticatedUser)
Sets the space in newContent on this spacedEntity 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
XhtmlLinksUpdater.contractAbsoluteReferencesInContent(SpaceContentEntityObject content)  | 
String | 
LinksUpdater.contractAbsoluteReferencesInContent(SpaceContentEntityObject content)
A companion method to { 
LinksUpdater.expandRelativeReferencesInContent(SpaceContentEntityObject) that will convert any absolute
 references to itself to be relative. | 
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 | 
XhtmlLinksUpdater.expandRelativeReferencesInContent(SpaceContentEntityObject content)  | 
String | 
LinksUpdater.expandRelativeReferencesInContent(SpaceContentEntityObject content)
Expand any relative links or embedded images encountered in the supplied content. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ContentEntitySimulacrum
Deprecated. 
 
since 7.5 
 | 
| Modifier and Type | Method and 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. 
 
 | 
Iterator<SpaceContentEntityObject> | 
ContentEntityObjectDao.getAllCurrentEntities()  | 
Iterator<SpaceContentEntityObject> | 
ContentEntityObjectDao.getRecentlyModifiedEntities(String spaceKey,
                           int maxResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
PageResponse<SpaceContentEntityObject> | 
ContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId,
                             String status,
                             LimitedRequest limitedRequest,
                             com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)
Deprecated. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
LabelPermissionEnforcerImpl.userCanEditLabelOrIsSpaceAdmin(Label label,
                              SpaceContentEntityObject object)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceContentEntityObject | 
EvaluatedTrash.getTrash()  | 
| Modifier and Type | Method and 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 level 
 | 
| Constructor and Description | 
|---|
EvaluatedTrash(SpaceContentEntityObject trash,
              boolean shouldBeDeleted,
              RuleScope ruleScope)  | 
| Modifier and Type | Method and 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 triggers  
SynchronyRecoveryEvent if collab editing is turned on and data recovery is needed
 for a draft. | 
void | 
ContentReconciliationManager.reconcileDraft(@NonNull SpaceContentEntityObject pageEntity,
              @NonNull SpaceContentEntityObject draftEntity)
This method triggers  
SynchronyRecoveryEvent if collab editing is turned on and data recovery is needed
 for a draft. | 
void | 
DefaultContentReconciliationManager.reconcileDraft(@NonNull SpaceContentEntityObject page,
              @NonNull SpaceContentEntityObject draft)  | 
void | 
DefaultContentReconciliationManager.reconcileDraft(@NonNull SpaceContentEntityObject page,
              @NonNull SpaceContentEntityObject draft)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SpaceContentEntityObject> | 
TrashManagerInternal.getTrashedEntities(long contentIdOffset,
                  int limit)
Fetch a batch of trashed content entities 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TrashManagerInternal.purge(List<SpaceContentEntityObject> trashedEntities)
Delete a list of trashed entities 
 | 
| Modifier and Type | Method and 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 entities 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and 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)
 | 
Iterator<SpaceContentEntityObject> | 
AbstractContentEntityObjectHibernateDao.getAllCurrentEntities()  | 
Iterator<SpaceContentEntityObject> | 
AbstractContentEntityObjectHibernateDao.getRecentlyModifiedEntities(String spaceKey,
                           int maxResults)  | 
List<SpaceContentEntityObject> | 
AbstractContentEntityObjectHibernateDao.getTrashedEntities(long contentIdOffset,
                  int limit)  | 
| Modifier and Type | Method and Description | 
|---|---|
PageResponse<SpaceContentEntityObject> | 
AbstractContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId,
                             String status,
                             LimitedRequest limitedRequest,
                             com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
LabelPermissionEnforcer.userCanEditLabelOrIsSpaceAdmin(Label label,
                              SpaceContentEntityObject object)
Check if the user can edit a label of a space object or a space admin 
 | 
static boolean | 
LabelPermissionSupport.userCanEditLabelOrIsSpaceAdmin(Label label,
                              SpaceContentEntityObject object,
                              PermissionManager permissionManager)
Deprecated.  
  | 
| Modifier and Type | Method and 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 | 
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. 
 | 
String | 
DefaultRelatedContentRefactorer.refactorReferencesToBeRelative(SpaceContentEntityObject content)  | 
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.updateReferences(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.updateReferencesForMovingPage(SpaceContentEntityObject content,
                             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.updateReferrers(SpaceContentEntityObject referee,
               Space previousSpace,
               String previousTitle)  | 
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. 
 | 
void | 
DefaultRelatedContentRefactorer.updateReferrersForMovingPage(SpaceContentEntityObject referee,
                            Space previousSpace,
                            String previousTitle,
                            List<Page> movedPageList)  | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> Stream<T> | 
HibernateLinkDao.countIncomingLinksForContents(SpaceContentEntityObject rootPage,
                             SpaceContentEntityObject parentPage,
                             Function<Object,T> mapper)  | 
int | 
HibernateLinkDao.countPagesWithIncomingLinks(SpaceContentEntityObject rootPage)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPage
Parent of the concrete Page and BlogPost classes 
 | 
class  | 
Attachment  | 
class  | 
BlogPost  | 
class  | 
Page
Represents a Page within Confluence. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<SpaceContentEntityObject> | 
DefaultTrashManager.getTrashedEntities(long contentIdOffset,
                  int limit)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultTrashManager.purge(List<SpaceContentEntityObject> trashEntities)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected SpaceContentEntityObject | 
RestoreTrashItemAction.spaceContentEntityObject  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceContentEntityObject | 
RestoreTrashItemAction.getSpaceContentEntityObject()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Space,Collection<SpaceContentEntityObject>> | 
PageInfoAction.getIncomingLinksBySpace()  | 
com.google.common.collect.Multimap<Space,SpaceContentEntityObject> | 
PageInfoAction.getIncomingLinksMap()
Deprecated. 
 
since 7.0.1. Use  
PageInfoAction.getIncomingLinksBySpace() | 
com.google.common.collect.Multimap<Space,SpaceContentEntityObject> | 
PageInfoAction.getOutgoingLinks()
Deprecated. 
 
since 7.0.1. Use  
PageInfoAction.getOutgoingLinksBySpace() | 
Map<Space,Collection<SpaceContentEntityObject>> | 
PageInfoAction.getOutgoingLinksBySpace()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RestoreTrashItemAction.setSpaceContentEntityObject(SpaceContentEntityObject spaceContentEntityObject)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
PageResponse<SpaceContentEntityObject> | 
DelegatingPageDao.findContentBySpaceIdAndStatus(long spaceId,
                             String status,
                             LimitedRequest limitedRequest,
                             com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)
Deprecated.  
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpaceDescription  | 
| Modifier and Type | Field and Description | 
|---|---|
protected SpaceContentEntityObject | 
AbstractLinkRenamingBean.pageBeingChanged  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SpaceContentEntityObject | 
AbstractLinkRenamingBean.getPageBeingChanged()  | 
| Constructor and 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)  | 
Copyright © 2003–2022 Atlassian. All rights reserved.