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

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

public abstract class NTFrozenNode
extends Object

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


Constructor Summary
NTFrozenNode()
           
 
Method Summary
 String getAuthor()
           
abstract  Map<String,Object> getChildren()
           
 String getComment()
           
abstract  String getFrozenUuid()
           
protected abstract  String getPath()
           
abstract  Map<String,Object> getProperties()
           
 Date getUpdatedDate()
           
abstract  void setFrozenUuid(String frozenUuid)
           
 void setMOWService(MOWService mowService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NTFrozenNode

public NTFrozenNode()
Method Detail

getFrozenUuid

public abstract String getFrozenUuid()

setFrozenUuid

public abstract void setFrozenUuid(String frozenUuid)

getChildren

public abstract Map<String,Object> getChildren()

getProperties

public abstract Map<String,Object> getProperties()

getAuthor

public String getAuthor()
                 throws Exception
Throws:
Exception

getUpdatedDate

public Date getUpdatedDate()
                    throws Exception
Throws:
Exception

getComment

public String getComment()
                  throws Exception
Throws:
Exception

setMOWService

public void setMOWService(MOWService mowService)

getPath

protected abstract String getPath()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.