org.chromattic.core.jcr.info
Class NodeInfoManager

java.lang.Object
  extended by org.chromattic.core.jcr.info.NodeInfoManager

public class NodeInfoManager
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
NodeInfoManager()
           
 
Method Summary
 NodeInfo getInfo(javax.jcr.Node node)
           
 MixinTypeInfo getMixinTypeInfo(javax.jcr.nodetype.NodeType mixinType)
           
 PrimaryTypeInfo getPrimaryTypeInfo(javax.jcr.nodetype.NodeType primaryType)
           
 boolean isReferenceable(javax.jcr.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeInfoManager

public NodeInfoManager()
Method Detail

isReferenceable

public boolean isReferenceable(javax.jcr.Node node)
                        throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getInfo

public NodeInfo getInfo(javax.jcr.Node node)
                 throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getPrimaryTypeInfo

public PrimaryTypeInfo getPrimaryTypeInfo(javax.jcr.nodetype.NodeType primaryType)
                                   throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getMixinTypeInfo

public MixinTypeInfo getMixinTypeInfo(javax.jcr.nodetype.NodeType mixinType)
                               throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.