com.polarion.alm.tracker.model.IWikiPage


FIELDS
Modifiers and TypeNameDescription
String PROTO
String KEY_AUTHOR
String KEY_CREATED
String KEY_UPDATED
String KEY_UPDATEDBY
String KEY_HOMEPAGECONTENT
String KEY_LOCATION
String KEY_PAGENAME
String KEY_TITLE
String KEY_SPACEID
String KEY_TYPE
String KEY_LINKED_PAGES
String KEY_ATTACHMENTS
METHODS
Modifiers and TypeNameDescription
IUser getAuthor()
Date getCreated()
Date getUpdated()
IUser getUpdatedBy()
Text getHomepageContent()
String getPageName()
String getTitle() Returns Wiki Page Title
String getSpaceId()
String getType()
IPObjectList getLinkedPages()
IPObjectList getBacklinkedPages()
IPObjectList getAttachments()
IWikiPageAttachment getAttachment(String)
String getPageNameWithSpace() Method returns page name with space in readable form Format: Space Name / Page Name or Page Name only if it's located in default space
String getTitleOrName()
String getTitleWithSpace()
void delete() Deletes this Wiki Page.

Back to Index