org.exoplatform.services.jcr.ext.common
Class NodeWrapper

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.common.NodeWrapper
Direct Known Subclasses:
Registry.RegistryNode

public abstract class NodeWrapper
extends java.lang.Object

Created by The eXo Platform SAS .
Wrapper for jcr node. The idea is to force application to use the node of particular NodeType so the object's client could not change its type in modified method. For example

Version:
$Id: NodeWrapper.java 35186 2009-08-07 14:23:43Z pnedonosko $
Author:
Gennady Azarenkov

Constructor Summary
protected NodeWrapper(javax.jcr.Node node)
           
 
Method Summary
 javax.jcr.Node getNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeWrapper

protected NodeWrapper(javax.jcr.Node node)
Method Detail

getNode

public final javax.jcr.Node getNode()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.