Uses of Class
org.xcmis.search.model.operand.DynamicOperand

Packages that use DynamicOperand
org.xcmis.search.model.constraint   
org.xcmis.search.model.operand   
org.xcmis.search.model.ordering   
 

Uses of DynamicOperand in org.xcmis.search.model.constraint
 

Methods in org.xcmis.search.model.constraint that return DynamicOperand
 DynamicOperand Comparison.getOperand1()
          Get the dynamic operand of this comparison.
 

Constructors in org.xcmis.search.model.constraint with parameters of type DynamicOperand
Comparison(DynamicOperand operand1, Operator operator, StaticOperand operand2)
           
 

Uses of DynamicOperand in org.xcmis.search.model.operand
 

Subclasses of DynamicOperand in org.xcmis.search.model.operand
 class FullTextSearchScore
          A dynamic operand that evaluates to the full-text search score of a node given by a selector, used in a Comparison constraint and Orderings.
 class Length
          A dynamic operand that evaluates to the length of the supplied propety values, used in a Comparison constraint.
 class LowerCase
          A dynamic operand that evaluates to the lower-case representation of the supplied operand, used in a Comparison constraint.
 class NodeDepth
          A dynamic operand that evaluates to the depth of a node given by a selector, used in a Comparison constraint.
 class NodeLocalName
          A dynamic operand that evaluates to the local name of a node given by a selector, used in a Comparison constraint.
 class NodeName
          A dynamic operand that evaluates to the qualified name of a node given by a selector, used in a Comparison constraint.
 class PropertyValue
          A dynamic operand that evaluates to the value(s) of a property on a selector, used in a Comparison constraint.
 class UpperCase
          A dynamic operand that evaluates to the upper-case representation of the supplied operand, used in a Comparison constraint.
 

Methods in org.xcmis.search.model.operand that return DynamicOperand
 DynamicOperand UpperCase.getOperand()
          Get the operand that is being uppercased.
 DynamicOperand LowerCase.getOperand()
          Get the dynamic operand that is to be lower-cased.
 

Constructors in org.xcmis.search.model.operand with parameters of type DynamicOperand
DynamicOperand(DynamicOperand... operands)
          Create a arithmetic dynamic operand that operates upon the selector names given by the supplied dynamic operand(s).
DynamicOperand(DynamicOperand operand)
          Create a arithmetic dynamic operand that operates upon the selector names given by the supplied dynamic operand(s).
LowerCase(DynamicOperand operand)
          Create a dynamic operand that evaluates to the lower-case representation of the supplied operand.
UpperCase(DynamicOperand operand)
          Create a dynamic operand that evaluates to the upper-case representation of the supplied operand.
 

Constructor parameters in org.xcmis.search.model.operand with type arguments of type DynamicOperand
DynamicOperand(Iterable<? extends DynamicOperand> operands)
          Create a arithmetic dynamic operand that operates upon the selector names given by the supplied dynamic operand(s).
 

Uses of DynamicOperand in org.xcmis.search.model.ordering
 

Methods in org.xcmis.search.model.ordering that return DynamicOperand
 DynamicOperand Ordering.getOperand()
          Get the operand being ordered.
 

Constructors in org.xcmis.search.model.ordering with parameters of type DynamicOperand
Ordering(DynamicOperand operand, Order order)
          Create a new ordering specification, given the supplied operand and order.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.