org.exoplatform.wiki.mow.api
Interface DraftPage

All Superinterfaces:
Page
All Known Implementing Classes:
DraftPageImpl

public interface DraftPage
extends Page


Method Summary
 DiffResult getChanges()
           
 String getTargetPage()
           
 String getTargetRevision()
           
 boolean isNewPage()
           
 boolean isOutDate()
           
 void setNewPage(boolean isNewPage)
           
 void setTargetPage(String targetPage)
           
 void setTargetRevision(String targetRevision)
           
 
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, isMinorEdit, remove, setComment, setMinorEdit, setName, setNonePermission, setPermission, setSyntax, setTitle, setURL
 

Method Detail

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 © 2003-2013 eXo Platform SAS. All Rights Reserved.