public class WikiPageActions
extends java.lang.Object
Constructor and Description |
---|
WikiPageActions(WikiPage page) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalPageName() |
java.util.Map<java.lang.String,java.lang.String> |
getNewPageTemplates() |
boolean |
isDefaultPage() |
boolean |
isImported() |
boolean |
isSuitePage() |
boolean |
isTestPage() |
boolean |
isWithEdit() |
boolean |
isWithFiles() |
boolean |
isWithProperties() |
boolean |
isWithRecentChanges() |
boolean |
isWithRefactor() |
boolean |
isWithSearch() |
boolean |
isWithUserGuide() |
boolean |
isWithVersions() |
boolean |
isWithWhereUsed() |
public WikiPageActions(WikiPage page)
public boolean isTestPage()
public boolean isSuitePage()
public boolean isDefaultPage()
public boolean isWithEdit()
public java.util.Map<java.lang.String,java.lang.String> getNewPageTemplates()
public boolean isWithProperties()
public boolean isWithRefactor()
public boolean isWithWhereUsed()
public boolean isWithSearch()
public boolean isWithFiles()
public boolean isWithVersions()
public boolean isWithRecentChanges()
public boolean isWithUserGuide()
public boolean isImported()
public java.lang.String getLocalPageName()