org.exoplatform.wiki.chromattic.ext.ntdef
Class VersionableMixin

java.lang.Object
  extended by org.exoplatform.wiki.chromattic.ext.ntdef.VersionableMixin

public abstract class VersionableMixin
extends Object

Created by The eXo Platform SAS Author : viet nguyen viet.nguyen@exoplatform.com Jul 6, 2010


Constructor Summary
VersionableMixin()
           
 
Method Summary
abstract  NTVersion getBaseVersion()
           
abstract  PageImpl getEntity()
           
abstract  String[] getPredecessors()
           
abstract  NTVersionHistory getVersionHistory()
           
abstract  boolean isCheckedOut()
           
abstract  void setEntity(PageImpl page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionableMixin

public VersionableMixin()
Method Detail

getEntity

public abstract PageImpl getEntity()

setEntity

public abstract void setEntity(PageImpl page)

getVersionHistory

public abstract NTVersionHistory getVersionHistory()

getBaseVersion

public abstract NTVersion getBaseVersion()

isCheckedOut

public abstract boolean isCheckedOut()

getPredecessors

public abstract String[] getPredecessors()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.