public abstract class AbstractPage extends SpaceContentEntityObject implements HasLinkWikiMarkup
CREATED, CURRENT, DELETED, MODIFIED
INITIAL_VERSION
Constructor and Description |
---|
AbstractPage() |
Modifier and Type | Method and Description |
---|---|
void |
convertToHistoricalVersion()
Remove all data from the object that does not need to be saved by historical versions.
|
String |
getAttachmentsUrlPath() |
String |
getAttachmentUrlPath(Attachment attachment)
Gets the path relative to Confluence's base URL to view the given attachment in the context of this content
(for example, highlighted in the content's list of attachments).
|
AbstractPage |
getLatestVersion()
Get the latest, current version of this versioned object.
|
AbstractPage |
getOriginalVersionPage()
if this page is a historical version, then this method returns the current/latest version of this page
if this page is the latest version, then this returns null
this method name should really be refactored to getCurrentVersionOfPage()
|
List<Comment> |
getPageLevelComments() |
int |
getPreviousVersion()
Convenience method to get the immediately prior version since we can't perform arithmetic in velocity (assume that versions are sequential)
Method is used in email templates where session is not available.
|
Collection<com.atlassian.bonnie.Searchable> |
getSearchableDependants() |
List<Comment> |
getTopLevelComments() |
String |
getUrlPath() |
static boolean |
hasInvalidTitleCharacters(String title)
Deprecated.
|
static boolean |
isValidPageTitle(String title) |
static boolean |
isValidPageTitleCharacter(char c)
Deprecated.
|
static boolean |
isValidTitleLength(String title) |
void |
remove(PageManager pageManager)
Remove this page from the world.
|
void |
setContentPropertiesFromDraft(Draft draft)
Initialises the
ContentProperties of this AbstractPage by performing
a deep clone of the Draft object's properties. |
void |
setOriginalVersionPage(AbstractPage originalVersionPage) |
void |
setTitle(String title) |
getNameForComparison, getSpace, getSpaceKey, hashCode, isIndexable, isInSpace, setSpace
addAttachment, addComment, addCustomContent, addOutgoingLink, addPermission, addReferralLink, addTrackbackLink, applyChildVersioningPolicy, clone, compareTo, ensureAttachmentBelongsToContent, equals, getAttachmentNamed, getAttachments, getBodyAsString, getBodyAsStringWithoutMarkup, getBodyContent, getBodyContent, getBodyContents, getComments, getContainerContent, getContentEntityObject, getContentId, getContentPermission, getContentPermissionSet, getContentStatus, getDefaultBodyType, getDisplayTitle, getEntity, getExcerpt, getIdAsString, getLatestVersionsOfAttachments, getOutgoingLinks, getPermissions, getProperties, getReferralLinks, getRenderedVersionComment, getTitle, getTrackbackLinks, getType, getTypeEnum, getUserAccessor, getVersionComment, hasContentPermissions, hasPermissions, isCurrent, isDeleted, isRecentlyUpdatedFor, isVersionCommentAvailable, removeAttachment, removeComment, removeContentPermissionSet, removeCustomContent, removeOutgoingLink, removeReferralLink, removeTrackbackLink, replaceContentProperties, restore, restoreDependents, setAttachments, setBodyAsString, setBodyContent, setBodyContents, setComments, setContainerContent, setContentStatus, setOutgoingLinks, setReferralLinks, setTrackbackLinks, setUserAccessor, setVersionComment, toPageContext, toString, trash, trashDependents
addLabelling, getGlobalLabels, getLabelCount, getLabellings, getLabels, getLabelsForDisplay, getLabelUtil, getPersonalLabels, getTeamLabels, getVisibleLabels, isFavourite, isFavourite, removeLabelling, setLabellings
getOriginalVersion, getVersion, getVersionChildPolicy, isLatestVersion, isNew, setOriginalVersion, setVersion
getCreator, getCreatorName, getLastModifier, getLastModifierName, getRealClass, isPersistent, setCreator, setCreatorName, setLastModifier, setLastModifierName
getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, wait, wait, wait
getLinkWikiMarkup
getId
getId, isPersistent
public static boolean isValidPageTitle(String title)
public static boolean isValidTitleLength(String title)
@Deprecated public static boolean hasInvalidTitleCharacters(String title)
@Deprecated public static boolean isValidPageTitleCharacter(char c)
public void setTitle(String title)
setTitle
in class ContentEntityObject
public void convertToHistoricalVersion()
Versioned
When using Hibernate to persist versioned objects, take special care to null any field that might contain a Hibernate-persisted collection, as Hibernate does not allow two different persistent objects to refer to the same persisted collection at the same time.
convertToHistoricalVersion
in interface Versioned
convertToHistoricalVersion
in class SpaceContentEntityObject
public AbstractPage getOriginalVersionPage()
public void setOriginalVersionPage(AbstractPage originalVersionPage)
public int getPreviousVersion()
public void remove(PageManager pageManager)
public Collection<com.atlassian.bonnie.Searchable> getSearchableDependants()
getSearchableDependants
in interface com.atlassian.bonnie.Searchable
getSearchableDependants
in class ContentEntityObject
public String getUrlPath()
getUrlPath
in interface Addressable
getUrlPath
in class ContentEntityObject
public List<Comment> getPageLevelComments()
public String getAttachmentsUrlPath()
getAttachmentsUrlPath
in class ContentEntityObject
public String getAttachmentUrlPath(Attachment attachment)
ContentEntityObject
Attachment.getUrlPath()
instead of this method: if we ever implement
view pages for individual attachments, that's the method that will be changed to point to them.
The default implementation just returns the view page for this content.getAttachmentUrlPath
in class ContentEntityObject
attachment
- one of this content's attachmentspublic AbstractPage getLatestVersion()
getLatestVersion
in interface Versioned
getLatestVersion
in class AbstractVersionedEntityObject
public void setContentPropertiesFromDraft(Draft draft)
ContentProperties
of this AbstractPage by performing
a deep clone of the Draft
object's properties.Copyright © 2003–2015 Atlassian. All rights reserved.