| 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.
|
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
A very generic SpaceContentEntityObject, used to play pretends when rendering page templates in preview / view
modes.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LabelPermissionSupport.userCanEditLabelOrIsSpaceAdmin(Label label,
SpaceContentEntityObject object,
PermissionManager permissionManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
LinkManager.getContentWithRenamedLinks(ContentEntityObject referringContent,
SpaceContentEntityObject pageBeingRenamed,
String newSpaceKey,
String newPageTitle)
|
String |
DefaultLinkManager.getContentWithRenamedLinks(ContentEntityObject referringContent,
SpaceContentEntityObject pageBeingChanged,
String newSpaceKey,
String newPageTitle)
Deprecated.
since 4.0
|
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 | Class and Description |
|---|---|
class |
Mail
Deprecated.
since 4.2. Mail archiving is now managed entirely by the mail archiving plugin.
|
| 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 | Field and Description |
|---|---|
protected SpaceContentEntityObject |
RestoreTrashItemAction.spaceContentEntityObject |
| Modifier and Type | Method and Description |
|---|---|
SpaceContentEntityObject |
RestoreTrashItemAction.getSpaceContentEntityObject() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<Space,SpaceContentEntityObject> |
PageInfoAction.getIncomingLinksMap() |
com.google.common.collect.Multimap<Space,SpaceContentEntityObject> |
PageInfoAction.getOutgoingLinks() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreTrashItemAction.setSpaceContentEntityObject(SpaceContentEntityObject spaceContentEntityObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpaceDescription |
| Modifier and Type | Class and Description |
|---|---|
class |
UserStatus
Deprecated.
since 5.9.1
Stores a short message representing a status from a User.
Not attached to any space |
| 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) |
Copyright © 2003–2017 Atlassian. All rights reserved.