ModeShape Distribution 3.0.0.Beta2

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

All Superinterfaces:
DynamicOperand, Operand
All Known Implementing Classes:
NodeDepth

public interface NodeDepth
extends DynamicOperand

A dynamic operand that evaluates to the depth of a node given by a selector, used in a Comparison constraint.


Method Summary
 String getSelectorName()
          Get the selector symbol upon which this operand applies.
 

Method Detail

getSelectorName

String getSelectorName()
Get the selector symbol upon which this operand applies.

Returns:
the one selector names used by this operand; never null

ModeShape Distribution 3.0.0.Beta2

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