Interface | Description |
---|---|
Evaluator<T> |
Evaluator for CMIS query parse trees.
|
IdentifierMap |
The methods of this class map CMIS identifiers to JCR identifiers.
|
XPathBuilder |
This result type of
EvaluatorXPath provides means for partially
evaluating the underlying query's condition. |
Class | Description |
---|---|
EvaluatorBase<T> |
This abstract base class implements all methods of the
Evaluator interface
by throwing a CmisNotSupportedException . |
EvaluatorXPath |
This implementation of
Evaluator results in an instance of a
XPathBuilder which can be used to validated the where clause of the
original CMIS query and translate it to a corresponding (i.e. |
IdentifierMapBase |
This abstract base class provides support for implementing
IdentifierMap . |
ParseTreeWalker<T> |
This implementation of
PredicateWalkerBase traverses the parse tree
of a CMIS query. |
QueryTranslator |
Abstract base class for translating a CMIS query statement to a JCR XPath
query statement.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.