com.polarion.alm.wiki.model.IWikiPage


METHODS
Modifiers and TypeNameDescription
String getName()
IWikiSpace getSpace()
String getFormattedName()
String getRevision()
Date getUpdated()
Date getCreated()
String getUpdatedBy()
String getCreatedBy()
String getProject()
String getTitle()
String getTitleOrName() Returns {@link #getTitle()} or {@link #getName()} if the former returns null.

Back to Index