Uses of Class
org.xcmis.search.model.constraint.Constraint

Packages that use Constraint
org.xcmis.search.model   
org.xcmis.search.model.constraint   
 

Uses of Constraint in org.xcmis.search.model
 

Methods in org.xcmis.search.model that return Constraint
 Constraint Query.getConstraint()
          Get the constraints, if there are any.
 

Methods in org.xcmis.search.model with parameters of type Constraint
 Query Query.constrainedBy(Constraint constraint)
          Create a copy of this query, but one that uses the supplied constraint.
 

Constructors in org.xcmis.search.model with parameters of type Constraint
Query(Source source, Constraint constraint, List<Ordering> orderings, List<Column> columns, Limit limit)
          Create a new query that uses the supplied source, constraint, orderings, columns and limits.
 

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

Subclasses of Constraint in org.xcmis.search.model.constraint
 class And
          A two-place logical connective that has the value true if both of its operands are true, otherwise a value of false.
 class ChildNode
          A constraint requiring that the selected node is a child of the node reachable by the supplied absolute path.
 class Comparison
          A constraint that evaluates to true when the defined operation evaluates to true.
 class DescendantNode
          A constraint requiring that the selected node is a descendant of the node reachable by the supplied absolute path
 class FullTextSearch
          A constraint that evaluates to true only when a full-text search applied to the search scope results in positive findings.
 class Not
          A constraint that negates another constraint.
 class Or
          A constraint that evaluates to true when either of the other constraints evaluates to true.
 class PropertyExistence
          A constraint that evaluates to true only when a named property exists on a node.
 class SameNode
          A constraint requiring that the selected node is reachable by the supplied absolute path.
 

Methods in org.xcmis.search.model.constraint that return Constraint
 Constraint Not.getConstraint()
          The constraint being negated.
 Constraint And.getLeft()
          Get the constraint that is on the left-hand-side of the AND operation.
 Constraint Or.getLeft()
          Get the left-hand constraint.
 Constraint And.getRight()
          Get the constraint that is on the right-hand-side of the AND operation.
 Constraint Or.getRight()
          Get the right-hand constraint.
 

Constructors in org.xcmis.search.model.constraint with parameters of type Constraint
And(Constraint left, Constraint right)
           
Not(Constraint constraint)
          Create a constraint that negates another constraint.
Or(Constraint left, Constraint right)
          Create a constraint that evaluates to true if either of the two supplied constraints evaluates to true.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.