Uses of Package
org.apache.jackrabbit.spi.commons.query.jsr283.qom

Packages that use org.apache.jackrabbit.spi.commons.query.jsr283.qom
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.query.lucene.constraint   
org.apache.jackrabbit.core.query.lucene.join   
org.apache.jackrabbit.spi.commons.query.jsr283.qom   
org.apache.jackrabbit.spi.commons.query.qom   
org.apache.jackrabbit.spi.commons.query.sql2   
 

Classes in org.apache.jackrabbit.spi.commons.query.jsr283.qom used by org.apache.jackrabbit.core
QueryObjectModel
          A query in the JCR query object model.
 

Classes in org.apache.jackrabbit.spi.commons.query.jsr283.qom used by org.apache.jackrabbit.core.query
Column
          Defines a column to include in the tabular view of query results.
Constraint
          Filters the set of node-tuples formed by evaluating the query's selectors and the joins between them.
Ordering
          Determines the relative order of two node-tuples by evaluating operand for each.
QueryObjectModel
          A query in the JCR query object model.
QueryObjectModelFactory
          A QueryObjectModelFactory creates instances of the JCR query object model.
Source
          Evaluates to a set of node-tuples.
 

Classes in org.apache.jackrabbit.spi.commons.query.jsr283.qom used by org.apache.jackrabbit.core.query.lucene.constraint
QueryObjectModelConstants
          Defines constants used in the query object model.
 

Classes in org.apache.jackrabbit.spi.commons.query.jsr283.qom used by org.apache.jackrabbit.core.query.lucene.join
QueryObjectModelConstants
          Defines constants used in the query object model.
 

Classes in org.apache.jackrabbit.spi.commons.query.jsr283.qom used by org.apache.jackrabbit.spi.commons.query.jsr283.qom
And
          Performs a logical conjunction of two other constraints.
BindVariableValue
          Evaluates to the value of a bind variable.
ChildNode
          Tests whether the selector node is a child of a node reachable by absolute path path.
ChildNodeJoinCondition
          Tests whether the childSelector node is a child of the parentSelector node.
Column
          Defines a column to include in the tabular view of query results.
Comparison
          Filters node-tuples based on the outcome of a binary operation.
Constraint
          Filters the set of node-tuples formed by evaluating the query's selectors and the joins between them.
DescendantNode
          Tests whether the selector node is a descendant of a node reachable by absolute path path.
DescendantNodeJoinCondition
          Tests whether the descendantSelector node is a descendant of the ancestorSelector node.
DynamicOperand
          An operand whose value can only be determined in evaluating the query.
EquiJoinCondition
          Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
FullTextSearch
          Performs a full-text search.
FullTextSearchScore
          Evaluates to a DOUBLE value equal to the full-text search score of a node.
Join
          Performs a join between two node-tuple sources.
JoinCondition
          Filters the set of node-tuples fromed from a join.
Length
          Evaluates to the length (or lengths, if multi-valued) of a property.
Literal
          Evaluates to a Literal value.
LowerCase
          Evaluates to the lower-case string value (or values, if multi-valued) of operand.
NodeLocalName
          Evaluates to a NAME value equal to the local (unprefixed) name of a node.
NodeName
          Evaluates to a NAME value equal to the namespace-qualified name of a node.
Not
          Performs a logical negation of another constraint.
Operand
          An operand to a binary operation specified by a Comparison.
Or
          Performs a logical disjunction of two other constraints.
Ordering
          Determines the relative order of two node-tuples by evaluating operand for each.
PropertyExistence
          Tests the existence of a property.
PropertyValue
          Evaluates to the value (or values, if multi-valued) of a property.
QueryObjectModel
          A query in the JCR query object model.
QueryObjectModelConstants
          Defines constants used in the query object model.
SameNode
          Tests whether the selector node is reachable by absolute path path.
SameNodeJoinCondition
          Tests whether two nodes are "the same" according to the isSame method of javax.jcr.Item.
Selector
          Selects a subset of the nodes in the repository based on node type.
Source
          Evaluates to a set of node-tuples.
StaticOperand
          An operand whose value can be determined from static analysis of the query, prior to its evaluation.
UpperCase
          Evaluates to the upper-case string value (or values, if multi-valued) of operand.
 

Classes in org.apache.jackrabbit.spi.commons.query.jsr283.qom used by org.apache.jackrabbit.spi.commons.query.qom
And
          Performs a logical conjunction of two other constraints.
BindVariableValue
          Evaluates to the value of a bind variable.
ChildNode
          Tests whether the selector node is a child of a node reachable by absolute path path.
ChildNodeJoinCondition
          Tests whether the childSelector node is a child of the parentSelector node.
Column
          Defines a column to include in the tabular view of query results.
Comparison
          Filters node-tuples based on the outcome of a binary operation.
Constraint
          Filters the set of node-tuples formed by evaluating the query's selectors and the joins between them.
DescendantNode
          Tests whether the selector node is a descendant of a node reachable by absolute path path.
DescendantNodeJoinCondition
          Tests whether the descendantSelector node is a descendant of the ancestorSelector node.
DynamicOperand
          An operand whose value can only be determined in evaluating the query.
EquiJoinCondition
          Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
FullTextSearch
          Performs a full-text search.
FullTextSearchScore
          Evaluates to a DOUBLE value equal to the full-text search score of a node.
Join
          Performs a join between two node-tuple sources.
JoinCondition
          Filters the set of node-tuples fromed from a join.
Length
          Evaluates to the length (or lengths, if multi-valued) of a property.
Literal
          Evaluates to a Literal value.
LowerCase
          Evaluates to the lower-case string value (or values, if multi-valued) of operand.
NodeLocalName
          Evaluates to a NAME value equal to the local (unprefixed) name of a node.
NodeName
          Evaluates to a NAME value equal to the namespace-qualified name of a node.
Not
          Performs a logical negation of another constraint.
Operand
          An operand to a binary operation specified by a Comparison.
Or
          Performs a logical disjunction of two other constraints.
Ordering
          Determines the relative order of two node-tuples by evaluating operand for each.
PropertyExistence
          Tests the existence of a property.
PropertyValue
          Evaluates to the value (or values, if multi-valued) of a property.
QueryObjectModel
          A query in the JCR query object model.
QueryObjectModelConstants
          Defines constants used in the query object model.
QueryObjectModelFactory
          A QueryObjectModelFactory creates instances of the JCR query object model.
SameNode
          Tests whether the selector node is reachable by absolute path path.
SameNodeJoinCondition
          Tests whether two nodes are "the same" according to the isSame method of javax.jcr.Item.
Selector
          Selects a subset of the nodes in the repository based on node type.
Source
          Evaluates to a set of node-tuples.
StaticOperand
          An operand whose value can be determined from static analysis of the query, prior to its evaluation.
UpperCase
          Evaluates to the upper-case string value (or values, if multi-valued) of operand.
 

Classes in org.apache.jackrabbit.spi.commons.query.jsr283.qom used by org.apache.jackrabbit.spi.commons.query.sql2
QueryObjectModel
          A query in the JCR query object model.
QueryObjectModelFactory
          A QueryObjectModelFactory creates instances of the JCR query object model.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.