Class WikiPageHistory
- java.lang.Object
-
- org.exoplatform.wiki.service.impl.WikiPageHistory
-
public class WikiPageHistory extends Object
-
-
Constructor Summary
Constructors Constructor Description WikiPageHistory(WikiPageParams pageParams, String username, String draftName, boolean isNewPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDraftName()longgetEditTime()WikiPageParamsgetPageParams()StringgetUsername()booleanisNewPage()voidsetEditTime(long updateTime)
-
-
-
Constructor Detail
-
WikiPageHistory
public WikiPageHistory(WikiPageParams pageParams, String username, String draftName, boolean isNewPage)
-
-
Method Detail
-
getPageParams
public WikiPageParams getPageParams()
-
getUsername
public String getUsername()
-
getEditTime
public long getEditTime()
-
setEditTime
public void setEditTime(long updateTime)
-
getDraftName
public String getDraftName()
-
isNewPage
public boolean isNewPage()
-
-