com.polarion.alm.tracker.model.IRichPage


FIELDS
Modifiers and TypeNameDescription
String PROTO
String KEY_AUTHOR
String KEY_CREATED
String KEY_TITLE
String KEY_UPDATED
String KEY_UPDATEDBY
String KEY_HOMEPAGECONTENT
String KEY_LOCATION
String KEY_PAGENAME
String KEY_SPACEID
String KEY_GRANDPARENT
String KEY_ATTACHMENTS
String KEY_COMMENTS
String KEY_PARENT_SPACE_ID
String KEY_PAGE_LOCATION
Set DIFF_IGNORED_FIELDS
METHODS
Modifiers and TypeNameDescription
IUser getAuthor()
String getTitle()
void setTitle(String)
String getTitleOrName() Return Title or Page Name if Title is not set
Date getCreated()
Date getUpdated()
IUser getUpdatedBy()
Text getHomepageContent()
void setHomepageContent(Text)
boolean hasDefaultContent()
String getPageName()
String getSpaceId()
String getPageNameWithSpace() Method returns the page name with the space in a readable form. Format: Space Name / Page Name or Page Name only if it's located in the default space.
String getTitleWithSpace() Returns the title with the space (title) in a readable form. Format: "Space Title / Title" or only "Title" if it's located in the default space.
void delete() Deletes this Rich Page (including attachments) and removes all its files from the repository.
IWatches getWatches()

Back to Index