Uses of Class
org.xcmis.search.query.QueryBuilder.ComparisonBuilder

Packages that use QueryBuilder.ComparisonBuilder
org.xcmis.search.query   
 

Uses of QueryBuilder.ComparisonBuilder in org.xcmis.search.query
 

Fields in org.xcmis.search.query declared as QueryBuilder.ComparisonBuilder
protected  QueryBuilder.ComparisonBuilder QueryBuilder.RightHandSide.comparisonBuilder
           
 

Methods in org.xcmis.search.query that return QueryBuilder.ComparisonBuilder
protected  QueryBuilder.ComparisonBuilder QueryBuilder.ConstraintBuilder.comparisonBuilder(DynamicOperand operand)
           
 QueryBuilder.ComparisonBuilder QueryBuilder.DynamicOperandBuilder.depth(String table)
          Constrains the nodes in the the supplied table based upon criteria on the node's depth.
 QueryBuilder.ComparisonBuilder QueryBuilder.ConstraintBuilder.depth(String table)
          Constrains the nodes in the the supplied table based upon criteria on the node's depth.
 QueryBuilder.ComparisonBuilder QueryBuilder.DynamicOperandBuilder.fullTextSearchScore(String table)
          Constrains the nodes in the the supplied table such that they must satisfy the supplied full-text search on the nodes' property values.
 QueryBuilder.ComparisonBuilder QueryBuilder.ConstraintBuilder.fullTextSearchScore(String table)
          Constrains the nodes in the the supplied table such that they must satisfy the supplied full-text search on the nodes' property values.
 QueryBuilder.ComparisonBuilder QueryBuilder.DynamicOperandBuilder.length(String table, String property)
          Constrains the nodes in the the supplied table such that they must have a property value whose length matches the criteria.
 QueryBuilder.ComparisonBuilder QueryBuilder.ConstraintBuilder.length(String table, String property)
          Constrains the nodes in the the supplied table such that they must have a property value whose length matches the criteria.
 QueryBuilder.ComparisonBuilder QueryBuilder.DynamicOperandBuilder.nodeLocalName(String table)
          Constrains the nodes in the the supplied table based upon criteria on the node's local name.
 QueryBuilder.ComparisonBuilder QueryBuilder.ConstraintBuilder.nodeLocalName(String table)
          Constrains the nodes in the the supplied table based upon criteria on the node's local name.
 QueryBuilder.ComparisonBuilder QueryBuilder.DynamicOperandBuilder.nodeName(String table)
          Constrains the nodes in the the supplied table based upon criteria on the node's name.
 QueryBuilder.ComparisonBuilder QueryBuilder.ConstraintBuilder.nodeName(String table)
          Constrains the nodes in the the supplied table based upon criteria on the node's name.
 QueryBuilder.ComparisonBuilder QueryBuilder.DynamicOperandBuilder.propertyValue(String table, String property)
          Constrains the nodes in the the supplied table such that they must have a matching value for the named property.
 QueryBuilder.ComparisonBuilder QueryBuilder.ConstraintBuilder.propertyValue(String table, String property)
          Constrains the nodes in the the supplied table such that they must have a matching value for the named property.
 

Constructors in org.xcmis.search.query with parameters of type QueryBuilder.ComparisonBuilder
QueryBuilder.RightHandSide(QueryBuilder.ComparisonBuilder comparisonBuilder, Operator operator)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.