Uses of Interface
org.modeshape.jcr.api.query.qom.NodeDepth

Packages that use NodeDepth
org.modeshape.jcr.api.query.qom   
org.modeshape.jcr.query.qom   
 

Uses of NodeDepth in org.modeshape.jcr.api.query.qom
 

Methods in org.modeshape.jcr.api.query.qom that return NodeDepth
 NodeDepth QueryObjectModelFactory.nodeDepth(String selectorName)
          Evaluates to a LONG value equal to the depth of a node in the specified selector.
 

Uses of NodeDepth in org.modeshape.jcr.query.qom
 

Classes in org.modeshape.jcr.query.qom that implement NodeDepth
 class JcrNodeDepth
          Implementation of the node depth dynamic operand for the Graph API and that is an extension to the JCR Query Object Model.
 

Methods in org.modeshape.jcr.query.qom that return NodeDepth
 NodeDepth JcrQueryObjectModelFactory.nodeDepth(String selectorName)
          Evaluates to a LONG value equal to the depth of a node in the specified selector.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.