Class NodeWrapper
java.lang.Object
org.exoplatform.services.jcr.ext.common.NodeWrapper
- Direct Known Subclasses:
Registry.RegistryNode
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
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: $
- Author:
- Gennady Azarenkov
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodeWrapper
protected NodeWrapper(javax.jcr.Node node)
-
-
Method Details
-
getNode
public final javax.jcr.Node getNode()
-