Uses of Package
org.apache.jackrabbit.core.query

Packages that use org.apache.jackrabbit.core.query
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.core.query.qom   
org.apache.jackrabbit.core.query.sql   
org.apache.jackrabbit.core.query.xpath   
 

Classes in org.apache.jackrabbit.core.query used by org.apache.jackrabbit.core
AbstractQueryImpl
          Defines common initialization methods for all query implementations.
QueryManagerImpl
          This class implements the QueryManager interface.
 

Classes in org.apache.jackrabbit.core.query used by org.apache.jackrabbit.core.query
AbstractQueryImpl
          Defines common initialization methods for all query implementations.
AndQueryNode
          Implements a query node that defines an AND operation between arbitrary other QueryNodes.
DefaultQueryNodeVisitor
          Implements the QueryNodeVisitor interface with default behaviour.
DerefQueryNode
          Represents query node that dereferences a reference property into a node and does an optional name test on the target node.
ExactQueryNode
          Implements a query node that defines an exact match of a property and a value.
ExecutablePreparedQuery
          ExecutablePreparedQuery extends ExecutableQuery with a method to bind a value to a variable.
ExecutableQuery
          Specifies an interface for a query object implementation that can just be executed.
LocationStepQueryNode
          Defines a location step for querying the path of a node.
NAryQueryNode
          Defines an abstract query node for nodes that have child nodes.
NodeTypeQueryNode
          Implements a query node that defines a node type match.
NotQueryNode
          Implements a query node that defines a not operation on the child query.
OrderQueryNode
          Implements a query node that defines the order of nodes according to the values of properties.
OrderQueryNode.OrderSpec
          Implements a single order specification.
OrQueryNode
          Implements a query node that defines an OR operation between arbitrary other QueryNodes.
PathQueryNode
          Implements a query node that defines a path restriction.
PropertyFunctionQueryNode
          PropertyFunctionQueryNode allows to place function calls on properties in a query.
PropertyTypeRegistry
          The PropertyTypeRegistry keeps track of registered node type definitions and its property types.
PropertyTypeRegistry.TypeMapping
           
QueryConstants
          This interface defines constants for data types and operation types used in queries.
QueryHandler
          Defines an interface for the actual node indexing and query execution.
QueryHandlerContext
          Acts as an argument for the QueryHandler to keep the interface stable.
QueryImpl
          Provides the default implementation for a JCR query.
QueryNode
          Implements an abstract base class for nodes of a query tree that represents a query.
QueryNodeFactory
          A factory for QueryNodes.
QueryNodeVisitor
          Defines the interface for a QueryNodeVisitor.
QueryRootNode
          Implements the root node of a query tree.
QueryTreeBuilder
          Specifies an interface for a query tree builder.
RelationQueryNode
          Implements a query node that defines property value relation.
TextsearchQueryNode
          Implements a query node that defines a textsearch clause.
 

Classes in org.apache.jackrabbit.core.query used by org.apache.jackrabbit.core.query.lucene
AbstractQueryHandler
          Implements default behaviour for some methods of QueryHandler.
AndQueryNode
          Implements a query node that defines an AND operation between arbitrary other QueryNodes.
DefaultQueryNodeFactory
          Default implementetation of a QueryNodeFactory.
DerefQueryNode
          Represents query node that dereferences a reference property into a node and does an optional name test on the target node.
ExactQueryNode
          Implements a query node that defines an exact match of a property and a value.
ExecutablePreparedQuery
          ExecutablePreparedQuery extends ExecutableQuery with a method to bind a value to a variable.
ExecutableQuery
          Specifies an interface for a query object implementation that can just be executed.
LocationStepQueryNode
          Defines a location step for querying the path of a node.
NodeTypeQueryNode
          Implements a query node that defines a node type match.
NotQueryNode
          Implements a query node that defines a not operation on the child query.
OrderQueryNode
          Implements a query node that defines the order of nodes according to the values of properties.
OrQueryNode
          Implements a query node that defines an OR operation between arbitrary other QueryNodes.
PathQueryNode
          Implements a query node that defines a path restriction.
PropertyFunctionQueryNode
          PropertyFunctionQueryNode allows to place function calls on properties in a query.
PropertyTypeRegistry
          The PropertyTypeRegistry keeps track of registered node type definitions and its property types.
QueryHandler
          Defines an interface for the actual node indexing and query execution.
QueryHandlerContext
          Acts as an argument for the QueryHandler to keep the interface stable.
QueryNodeFactory
          A factory for QueryNodes.
QueryNodeVisitor
          Defines the interface for a QueryNodeVisitor.
QueryRootNode
          Implements the root node of a query tree.
RelationQueryNode
          Implements a query node that defines property value relation.
TextFilter
          Deprecated. use the TextExtractor interface
TextsearchQueryNode
          Implements a query node that defines a textsearch clause.
 

Classes in org.apache.jackrabbit.core.query used by org.apache.jackrabbit.core.query.qom
AbstractQueryImpl
          Defines common initialization methods for all query implementations.
PreparedQueryImpl
          PreparedQueryImpl...
QueryImpl
          Provides the default implementation for a JCR query.
 

Classes in org.apache.jackrabbit.core.query used by org.apache.jackrabbit.core.query.sql
QueryNodeFactory
          A factory for QueryNodes.
QueryRootNode
          Implements the root node of a query tree.
 

Classes in org.apache.jackrabbit.core.query used by org.apache.jackrabbit.core.query.xpath
QueryNodeFactory
          A factory for QueryNodes.
QueryRootNode
          Implements the root node of a query tree.
QueryTreeBuilder
          Specifies an interface for a query tree builder.
 



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