org.exoplatform.wiki.service.impl
Class WikiPageHistory

java.lang.Object
  extended by org.exoplatform.wiki.service.impl.WikiPageHistory

public class WikiPageHistory
extends Object

Created by The eXo Platform SAS Author : Tran Hung Phong phongth@exoplatform.com 07 Sep 2012


Constructor Summary
WikiPageHistory(WikiPageParams pageParams, String username, String draftName, boolean isNewPage)
           
 
Method Summary
 String getDraftName()
           
 long getEditTime()
           
 WikiPageParams getPageParams()
           
 String getUsername()
           
 boolean isNewPage()
           
 void setEditTime(long updateTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.