|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcrStaticOperand | |
---|---|
org.modeshape.jcr.query.qom |
Uses of JcrStaticOperand in org.modeshape.jcr.query.qom |
---|
Classes in org.modeshape.jcr.query.qom that implement JcrStaticOperand | |
---|---|
class |
JcrBindVariableName
Implementation of the bind variable name static operand for the JCR Query Object Model and the Graph API. |
class |
JcrLiteral
Implementation of the literal value static operand for the JCR Query Object Model and the Graph API. |
class |
JcrSubquery
Implementation of the subquery static operand for the JCR Query Object Model and the Graph API. |
Methods in org.modeshape.jcr.query.qom that return JcrStaticOperand | |
---|---|
JcrStaticOperand |
JcrBetween.lowerBound()
Get the lower bound operand. |
JcrStaticOperand |
JcrComparison.operand2()
Get the dynamic operand of this comparison. |
JcrStaticOperand |
JcrBetween.upperBound()
Get the upper bound operand. |
Constructors in org.modeshape.jcr.query.qom with parameters of type JcrStaticOperand | |
---|---|
JcrBetween(JcrDynamicOperand operand,
JcrStaticOperand lowerBound,
JcrStaticOperand upperBound,
boolean includeLowerBound,
boolean includeUpperBound)
Create a constraint that the values of the supplied dynamic operand are between the lower and upper bounds, specifying whether the boundary values are to be included in the range. |
|
JcrComparison(JcrDynamicOperand operand1,
Operator operator,
JcrStaticOperand operand2)
|
|
JcrSetCriteria(JcrDynamicOperand left,
JcrStaticOperand... setOperands)
|
Constructor parameters in org.modeshape.jcr.query.qom with type arguments of type JcrStaticOperand | |
---|---|
JcrSetCriteria(JcrDynamicOperand left,
Collection<? extends JcrStaticOperand> setOperands)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |