|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.ext.ntdef.NTHierarchyNode
org.chromattic.ext.ntdef.NTFolder
org.exoplatform.wiki.mow.core.api.wiki.PageImpl
org.exoplatform.wiki.mow.core.api.wiki.DraftPageImpl
public abstract class DraftPageImpl
| Constructor Summary | |
|---|---|
DraftPageImpl()
|
|
| Method Summary | |
|---|---|
DiffResult |
getChanges()
|
abstract String |
getTargetPage()
|
abstract String |
getTargetRevision()
|
abstract boolean |
isNewPage()
|
boolean |
isOutDate()
|
abstract void |
setNewPage(boolean isNewPage)
|
abstract void |
setTargetPage(String targetPage)
|
abstract void |
setTargetRevision(String targetRevision)
|
| Methods inherited from class org.chromattic.ext.ntdef.NTFolder |
|---|
addChild, addChild, createFile, createFile, createFolder, createFolder, getChild, getChildren, getFile, getFolder, iterator |
| Methods inherited from class org.chromattic.ext.ntdef.NTHierarchyNode |
|---|
getCreated, getParent, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public DraftPageImpl()
| Method Detail |
|---|
public abstract String getTargetPage()
getTargetPage in interface DraftPagepublic abstract void setTargetPage(String targetPage)
setTargetPage in interface DraftPagepublic abstract String getTargetRevision()
getTargetRevision in interface DraftPagepublic abstract void setTargetRevision(String targetRevision)
setTargetRevision in interface DraftPagepublic abstract boolean isNewPage()
isNewPage in interface DraftPagepublic abstract void setNewPage(boolean isNewPage)
setNewPage in interface DraftPage
public boolean isOutDate()
throws Exception
isOutDate in interface DraftPageException
public DiffResult getChanges()
throws Exception
getChanges in interface DraftPageException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||