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


Constructor Summary
NTFrozenNode()
           
 
Method Summary
 String getAuthor()
           
abstract  Map<String,Object> getChildren()
           
 String getComment()
           
 String getContentString()
           
abstract  String getFrozenUuid()
           
 javax.jcr.Node getJCRNode()
           
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

getContentString

public String getContentString()
                        throws Exception
Throws:
Exception

setMOWService

public void setMOWService(MOWService mowService)

getPath

protected abstract String getPath()

getJCRNode

public javax.jcr.Node getJCRNode()
                          throws Exception
Throws:
Exception


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.