org.exoplatform.wiki.mow.api
Interface DraftPage
- All Superinterfaces:
- Page
- All Known Implementing Classes:
- DraftPageImpl
public interface DraftPage
- extends Page
| Methods inherited from interface org.exoplatform.wiki.mow.api.Page |
addPublicPage, addWikiPage, getAttachments, getAuthor, getComment, getContent, getCreatedDate, getJCRPageNode, getName, getOwner, getParentPage, getPermission, getSyntax, getTitle, getUpdatedDate, getURL, getVersionableMixin, getWiki, hasPermission, hasPermission, remove, setComment, setMinorEdit, setName, setNonePermission, setPermission, setSyntax, setTitle, setURL |
getTargetPage
String getTargetPage()
setTargetPage
void setTargetPage(String targetPage)
getTargetRevision
String getTargetRevision()
setTargetRevision
void setTargetRevision(String targetRevision)
isNewPage
boolean isNewPage()
setNewPage
void setNewPage(boolean isNewPage)
isOutDate
boolean isOutDate()
throws Exception
- Throws:
Exception
getChanges
DiffResult getChanges()
throws Exception
- Throws:
Exception
Copyright © 2013 eXo Platform SAS. All Rights Reserved.