A B C D E F G H I J L N O P Q R S T U V W

A

accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.column.Column
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.constraint.And
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.constraint.ChildNode
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.constraint.Comparison
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.constraint.DescendantNode
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.constraint.FullTextSearch
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.constraint.Not
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.constraint.Or
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.constraint.PropertyExistence
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.constraint.SameNode
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.Limit
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.operand.BindVariableName
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.operand.FullTextSearchScore
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.operand.Length
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.operand.Literal
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.operand.LowerCase
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.operand.NodeDepth
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.operand.NodeLocalName
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.operand.NodeName
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.operand.PropertyValue
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.operand.UpperCase
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.ordering.Ordering
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.Query
 
accept(QueryObjectModelVisitor) - Method in interface org.xcmis.search.model.QueryElement
Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.source.Join
Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.source.join.ChildNodeJoinCondition
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.source.join.DescendantNodeJoinCondition
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.source.join.EquiJoinCondition
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.source.join.SameNodeJoinCondition
 
accept(QueryObjectModelVisitor) - Method in class org.xcmis.search.model.source.Selector
Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
adding(Column...) - Method in class org.xcmis.search.model.Query
Create a copy of this query, but that returns results that include the columns specified by this query as well as the supplied columns.
adding(Ordering...) - Method in class org.xcmis.search.model.Query
Create a copy of this query, but that returns results that are ordered by the orderings of this column as well as those supplied.
ALL - Static variable in enum org.xcmis.search.model.constraint.Operator
 
And - Class in org.xcmis.search.model.constraint
A two-place logical connective that has the value true if both of its operands are true, otherwise a value of false.
And(Constraint, Constraint) - Constructor for class org.xcmis.search.model.constraint.And
 
append(String) - Method in class org.xcmis.search.Visitors.ReadableVisitor
 
append(char) - Method in class org.xcmis.search.Visitors.ReadableVisitor
 
append(int) - Method in class org.xcmis.search.Visitors.ReadableVisitor
 
append(SelectorName) - Method in class org.xcmis.search.Visitors.ReadableVisitor
 

B

BindVariableName - Class in org.xcmis.search.model.operand
A value bound to a variable name used in a Comparison constraint.
BindVariableName(String) - Constructor for class org.xcmis.search.model.operand.BindVariableName
 

C

ChildNode - Class in org.xcmis.search.model.constraint
A constraint requiring that the selected node is a child of the node reachable by the supplied absolute path.
ChildNode(SelectorName, String) - Constructor for class org.xcmis.search.model.constraint.ChildNode
Create a constraint requiring that the node identified by the selector is a child of the node reachable by the supplied absolute path.
ChildNodeJoinCondition - Class in org.xcmis.search.model.source.join
A join condition that evaluates to true only when the named child node is indeed a child of the named parent node.
ChildNodeJoinCondition(SelectorName, SelectorName) - Constructor for class org.xcmis.search.model.source.join.ChildNodeJoinCondition
Create a join condition that determines whether the node identified by the child selector is a child of the node identified by the parent selector.
Column - Class in org.xcmis.search.model.column
 
Column(SelectorName) - Constructor for class org.xcmis.search.model.column.Column
Include a column for each of the single-valued, accessible properties on the node identified by the selector.
Column(SelectorName, String, String) - Constructor for class org.xcmis.search.model.column.Column
A column with the given name representing the named property on the node identified by the selector.
Column(Column.ColumnFunction, String) - Constructor for class org.xcmis.search.model.column.Column
 
Column.ColumnFunction - Interface in org.xcmis.search.model.column
Basic interface for column operations.
Column.ScoreFunction - Class in org.xcmis.search.model.column
This is a predicate function that encapsulates the full-text search capability that MAY be provided by a service.
Column.ScoreFunction() - Constructor for class org.xcmis.search.model.column.Column.ScoreFunction
 
Comparison - Class in org.xcmis.search.model.constraint
A constraint that evaluates to true when the defined operation evaluates to true.
Comparison(DynamicOperand, Operator, StaticOperand) - Constructor for class org.xcmis.search.model.constraint.Comparison
 
constrainedBy(Constraint) - Method in class org.xcmis.search.model.Query
Create a copy of this query, but one that uses the supplied constraint.
Constraint - Class in org.xcmis.search.model.constraint
The degree of statistical dependence between or among variables.
Constraint() - Constructor for class org.xcmis.search.model.constraint.Constraint
 

D

DescendantNode - Class in org.xcmis.search.model.constraint
A constraint requiring that the selected node is a descendant of the node reachable by the supplied absolute path
DescendantNode(SelectorName, String) - Constructor for class org.xcmis.search.model.constraint.DescendantNode
Create a constraint requiring that the node identified by the selector is a descendant of the node reachable by the supplied absolute path.
DescendantNodeJoinCondition - Class in org.xcmis.search.model.source.join
A join condition that evaluates to true only when the named node is a descendant of another named node.
DescendantNodeJoinCondition(SelectorName, SelectorName) - Constructor for class org.xcmis.search.model.source.join.DescendantNodeJoinCondition
Create a join condition that determines whether the node identified by the descendant selector is indeed a descendant of the node identified by the ancestor selector.
distinct() - Method in class org.xcmis.search.model.Query
Create a copy of this query, but one in which there are no duplicate rows in the results.
DynamicOperand - Class in org.xcmis.search.model.operand
A dynamic operand used in a Comparison constraint.
DynamicOperand(Collection<SelectorName>) - Constructor for class org.xcmis.search.model.operand.DynamicOperand
Create a arithmetic dynamic operand that operates upon the supplied selector name(s).
DynamicOperand(DynamicOperand) - Constructor for class org.xcmis.search.model.operand.DynamicOperand
Create a arithmetic dynamic operand that operates upon the selector names given by the supplied dynamic operand(s).
DynamicOperand(DynamicOperand...) - Constructor for class org.xcmis.search.model.operand.DynamicOperand
Create a arithmetic dynamic operand that operates upon the selector names given by the supplied dynamic operand(s).
DynamicOperand(Iterable<? extends DynamicOperand>) - Constructor for class org.xcmis.search.model.operand.DynamicOperand
Create a arithmetic dynamic operand that operates upon the selector names given by the supplied dynamic operand(s).
DynamicOperand(SelectorName...) - Constructor for class org.xcmis.search.model.operand.DynamicOperand
Create a arithmetic dynamic operand that operates upon the supplied selector name(s).

E

enqueue(Iterable<? extends QueryElement>) - Method in class org.xcmis.search.Visitors.NavigationVisitor
 
enqueue(QueryElement) - Method in class org.xcmis.search.Visitors.NavigationVisitor
 
equals(Object) - Method in class org.xcmis.search.model.column.Column
equals(Object) - Method in class org.xcmis.search.model.constraint.And
equals(Object) - Method in class org.xcmis.search.model.constraint.ChildNode
equals(Object) - Method in class org.xcmis.search.model.constraint.Comparison
equals(Object) - Method in class org.xcmis.search.model.constraint.DescendantNode
equals(Object) - Method in class org.xcmis.search.model.constraint.FullTextSearch
equals(Object) - Method in class org.xcmis.search.model.constraint.Not
equals(Object) - Method in class org.xcmis.search.model.constraint.Or
equals(Object) - Method in class org.xcmis.search.model.constraint.PropertyExistence
equals(Object) - Method in class org.xcmis.search.model.constraint.SameNode
equals(Object) - Method in class org.xcmis.search.model.Limit
equals(Object) - Method in class org.xcmis.search.model.operand.BindVariableName
equals(Object) - Method in class org.xcmis.search.model.operand.DynamicOperand
equals(Object) - Method in class org.xcmis.search.model.operand.FullTextSearchScore
equals(Object) - Method in class org.xcmis.search.model.operand.Length
equals(Object) - Method in class org.xcmis.search.model.operand.Literal
equals(Object) - Method in class org.xcmis.search.model.operand.LowerCase
equals(Object) - Method in class org.xcmis.search.model.operand.NodeDepth
equals(Object) - Method in class org.xcmis.search.model.operand.NodeLocalName
equals(Object) - Method in class org.xcmis.search.model.operand.NodeName
equals(Object) - Method in class org.xcmis.search.model.operand.PropertyValue
equals(Object) - Method in class org.xcmis.search.model.operand.UpperCase
equals(Object) - Method in class org.xcmis.search.model.ordering.Ordering
equals(Object) - Method in class org.xcmis.search.model.Query
equals(Object) - Method in class org.xcmis.search.model.source.join.ChildNodeJoinCondition
equals(Object) - Method in class org.xcmis.search.model.source.join.DescendantNodeJoinCondition
equals(Object) - Method in class org.xcmis.search.model.source.Join
equals(Object) - Method in class org.xcmis.search.model.source.join.EquiJoinCondition
equals(Object) - Method in class org.xcmis.search.model.source.join.SameNodeJoinCondition
equals(Object) - Method in class org.xcmis.search.model.source.Selector
equals(Object) - Method in class org.xcmis.search.model.source.SelectorName
EquiJoinCondition - Class in org.xcmis.search.model.source.join
A join condition that tests whether a property on a node is equal to a property on another node.
EquiJoinCondition(Column, Column) - Constructor for class org.xcmis.search.model.source.join.EquiJoinCondition
Create an equi-join condition, given the columns.
EquiJoinCondition(SelectorName, String, SelectorName, String) - Constructor for class org.xcmis.search.model.source.join.EquiJoinCondition
Create an equi-join condition, given the names of the selector and property for the left- and right-hand-side of the join.

F

forSymbol(String) - Static method in enum org.xcmis.search.model.constraint.Operator
Attempt to find the Operator given a symbol.
forSymbol(String) - Static method in enum org.xcmis.search.model.ordering.Order
Attempt to find the Order given a symbol.
forSymbol(String) - Static method in enum org.xcmis.search.model.source.join.JoinType
Attempt to find the JoinType given a symbol.
FullTextSearch - Class in org.xcmis.search.model.constraint
A constraint that evaluates to true only when a full-text search applied to the search scope results in positive findings.
FullTextSearch(SelectorName, String, String) - Constructor for class org.xcmis.search.model.constraint.FullTextSearch
Create a constraint defining a full-text search against the property values on node within the search scope.
FullTextSearchScore - Class in org.xcmis.search.model.operand
A dynamic operand that evaluates to the full-text search score of a node given by a selector, used in a Comparison constraint and Orderings.
FullTextSearchScore(SelectorName) - Constructor for class org.xcmis.search.model.operand.FullTextSearchScore
Create a dynamic operand that evaluates to the full-text search score of the node identified by the selector.

G

getAlias() - Method in class org.xcmis.search.model.source.Selector
Get the alias name for this source, if there is one.
getAliasOrName() - Method in class org.xcmis.search.model.source.Selector
Get the alias if this selector has one, or the name.
getAncestorPath() - Method in class org.xcmis.search.model.constraint.DescendantNode
Get the path of the node that is to be the ancestor of the target node.
getAncestorSelectorName() - Method in class org.xcmis.search.model.source.join.DescendantNodeJoinCondition
Get the name of the selector for the ancestor node.
getChildSelectorName() - Method in class org.xcmis.search.model.source.join.ChildNodeJoinCondition
Get the name of the selector that represents the child.
getColumnFunction() - Method in class org.xcmis.search.model.column.Column
 
getColumnName() - Method in class org.xcmis.search.model.column.Column
Get the name of the column.
getColumns() - Method in class org.xcmis.search.model.Query
Return the columns defining the query results.
getConstraint() - Method in class org.xcmis.search.model.constraint.Not
The constraint being negated.
getConstraint() - Method in class org.xcmis.search.model.Query
Get the constraints, if there are any.
getDescendantSelectorName() - Method in class org.xcmis.search.model.source.join.DescendantNodeJoinCondition
Get the name of the selector for the descedant node.
getFullTextSearchExpression() - Method in class org.xcmis.search.model.constraint.FullTextSearch
Get the full-text search expression, as a string.
getJoinCondition() - Method in class org.xcmis.search.model.source.Join
Get the join condition
getLanguage() - Method in interface org.xcmis.search.parser.QueryParser
Get the name of the language that this parser is able to understand.
getLeft() - Method in class org.xcmis.search.model.constraint.And
Get the constraint that is on the left-hand-side of the AND operation.
getLeft() - Method in class org.xcmis.search.model.constraint.Or
Get the left-hand constraint.
getLeft() - Method in class org.xcmis.search.model.source.Join
Get the source that represents the left-hand-side of the join.
getLimits() - Method in class org.xcmis.search.model.Query
Get the limits associated with this query.
getName() - Method in class org.xcmis.search.model.source.Selector
Get the name for this selector.
getName() - Method in class org.xcmis.search.model.source.SelectorName
The raw name of the selector.
getOffset() - Method in class org.xcmis.search.model.Limit
Get the number of rows skipped before the results begin.
getOperand() - Method in class org.xcmis.search.model.operand.LowerCase
Get the dynamic operand that is to be lower-cased.
getOperand() - Method in class org.xcmis.search.model.operand.UpperCase
Get the operand that is being uppercased.
getOperand() - Method in class org.xcmis.search.model.ordering.Ordering
Get the operand being ordered.
getOperand1() - Method in class org.xcmis.search.model.constraint.Comparison
Get the dynamic operand of this comparison.
getOperand2() - Method in class org.xcmis.search.model.constraint.Comparison
Get the dynamic operand of this comparison.
getOperator() - Method in class org.xcmis.search.model.constraint.Comparison
Get the operator for this comparison.
getOrder() - Method in class org.xcmis.search.model.ordering.Ordering
The order type.
getOrderings() - Method in class org.xcmis.search.model.Query
Return the orderings for this query.
getParentPath() - Method in class org.xcmis.search.model.constraint.ChildNode
Get the path of the parent.
getParentSelectorName() - Method in class org.xcmis.search.model.source.join.ChildNodeJoinCondition
Get the name of the selector that represents the parent.
getPath() - Method in class org.xcmis.search.model.constraint.SameNode
Get the absolute path for the node.
getProperty1Name() - Method in class org.xcmis.search.model.source.join.EquiJoinCondition
Get the name of the property that appears on the left-side of the join.
getProperty2Name() - Method in class org.xcmis.search.model.source.join.EquiJoinCondition
Get the name of the property that appears on the left-side of the join.
getPropertyName() - Method in class org.xcmis.search.model.column.Column
Get the name of the property that this column represents.
getPropertyName() - Method in class org.xcmis.search.model.constraint.FullTextSearch
Get the name of the property that is to be searched.
getPropertyName() - Method in class org.xcmis.search.model.constraint.PropertyExistence
Get the name of the property.
getPropertyName() - Method in class org.xcmis.search.model.operand.PropertyValue
Get the name of the property.
getPropertyValue() - Method in class org.xcmis.search.model.operand.Length
Get the property value whose length is being constrained.
getReverse() - Method in enum org.xcmis.search.model.constraint.Operator
Get the equivalent operator if the operands are to be reversed.
getRight() - Method in class org.xcmis.search.model.constraint.And
Get the constraint that is on the right-hand-side of the AND operation.
getRight() - Method in class org.xcmis.search.model.constraint.Or
Get the right-hand constraint.
getRight() - Method in class org.xcmis.search.model.source.Join
Get the source that represents the right-hand-side of the join.
getRowLimit() - Method in class org.xcmis.search.model.Limit
Get the maximum number of rows that are to be returned.
getSelector1Name() - Method in class org.xcmis.search.model.source.join.EquiJoinCondition
Get the name of the selector that appears on the left-side of the join.
getSelector1Name() - Method in class org.xcmis.search.model.source.join.SameNodeJoinCondition
Get the selector name for the first side of the join condition.
getSelector2Name() - Method in class org.xcmis.search.model.source.join.EquiJoinCondition
Get the name of the selector that appears on the right-side of the join.
getSelector2Name() - Method in class org.xcmis.search.model.source.join.SameNodeJoinCondition
Get the selector name for the second side of the join condition.
getSelector2Path() - Method in class org.xcmis.search.model.source.join.SameNodeJoinCondition
Get the path for the node being used, relative to the second selector.
getSelectorName() - Method in class org.xcmis.search.model.column.Column
Get the name of the selector for the node.
getSelectorName() - Method in class org.xcmis.search.model.constraint.ChildNode
Get the name of the selector representing the child
getSelectorName() - Method in class org.xcmis.search.model.constraint.DescendantNode
Get the name of the selector for the node.
getSelectorName() - Method in class org.xcmis.search.model.constraint.FullTextSearch
Get the name of the selector that is to be searched.
getSelectorName() - Method in class org.xcmis.search.model.constraint.PropertyExistence
Get the name of the selector.
getSelectorName() - Method in class org.xcmis.search.model.constraint.SameNode
Get the name of the selector.
getSelectorName() - Method in class org.xcmis.search.model.operand.FullTextSearchScore
Get the selector symbol upon which this operand applies.
getSelectorName() - Method in class org.xcmis.search.model.operand.Length
Get the selector symbol upon which this operand applies.
getSelectorName() - Method in class org.xcmis.search.model.operand.LowerCase
Get the selector symbol upon which this operand applies.
getSelectorName() - Method in class org.xcmis.search.model.operand.NodeDepth
Get the selector symbol upon which this operand applies.
getSelectorName() - Method in class org.xcmis.search.model.operand.NodeLocalName
Get the selector symbol upon which this operand applies.
getSelectorName() - Method in class org.xcmis.search.model.operand.NodeName
Get the selector symbol upon which this operand applies.
getSelectorName() - Method in class org.xcmis.search.model.operand.PropertyValue
Get the selector symbol upon which this operand applies.
getSelectorName() - Method in class org.xcmis.search.model.operand.UpperCase
Get the selector symbol upon which this operand applies.
getSelectorNames() - Method in class org.xcmis.search.model.operand.DynamicOperand
Get the selector symbols to which this operand applies.
getSelectorsReferencedBy(QueryElement) - Static method in class org.xcmis.search.Visitors
Get the names of the selectors referenced by the QueryElement object.
getSource() - Method in class org.xcmis.search.model.Query
Get the source for the results.
getString() - Method in enum org.xcmis.search.model.source.join.JoinType
getString() - Method in class org.xcmis.search.Visitors.ReadableVisitor
Get the string representation of the visited objects.
getSymbol() - Method in enum org.xcmis.search.model.constraint.Operator
Get the symbol for this operator.
getSymbol() - Method in enum org.xcmis.search.model.ordering.Order
Get the symbolic representation of the order.
getSymbol() - Method in enum org.xcmis.search.model.source.join.JoinType
 
getType() - Method in class org.xcmis.search.model.source.Join
Get the type of join.
getValue() - Method in class org.xcmis.search.model.operand.Literal
 
getVariableName() - Method in class org.xcmis.search.model.operand.BindVariableName
 

H

hasAlias() - Method in class org.xcmis.search.model.source.Selector
Determine if this selector has an alias.
hashCode() - Method in class org.xcmis.search.model.column.Column
hashCode() - Method in class org.xcmis.search.model.constraint.And
hashCode() - Method in class org.xcmis.search.model.constraint.ChildNode
hashCode() - Method in class org.xcmis.search.model.constraint.Comparison
hashCode() - Method in class org.xcmis.search.model.constraint.DescendantNode
hashCode() - Method in class org.xcmis.search.model.constraint.FullTextSearch
hashCode() - Method in class org.xcmis.search.model.constraint.Not
hashCode() - Method in class org.xcmis.search.model.constraint.Or
hashCode() - Method in class org.xcmis.search.model.constraint.PropertyExistence
hashCode() - Method in class org.xcmis.search.model.constraint.SameNode
hashCode() - Method in class org.xcmis.search.model.Limit
hashCode() - Method in class org.xcmis.search.model.operand.BindVariableName
hashCode() - Method in class org.xcmis.search.model.operand.DynamicOperand
hashCode() - Method in class org.xcmis.search.model.operand.FullTextSearchScore
hashCode() - Method in class org.xcmis.search.model.operand.Length
hashCode() - Method in class org.xcmis.search.model.operand.Literal
hashCode() - Method in class org.xcmis.search.model.operand.LowerCase
hashCode() - Method in class org.xcmis.search.model.operand.NodeDepth
hashCode() - Method in class org.xcmis.search.model.operand.NodeLocalName
hashCode() - Method in class org.xcmis.search.model.operand.NodeName
hashCode() - Method in class org.xcmis.search.model.operand.PropertyValue
hashCode() - Method in class org.xcmis.search.model.operand.UpperCase
hashCode() - Method in class org.xcmis.search.model.ordering.Ordering
hashCode() - Method in class org.xcmis.search.model.Query
hashCode() - Method in class org.xcmis.search.model.source.join.ChildNodeJoinCondition
hashCode() - Method in class org.xcmis.search.model.source.join.DescendantNodeJoinCondition
hashCode() - Method in class org.xcmis.search.model.source.join.EquiJoinCondition
hashCode() - Method in class org.xcmis.search.model.source.Join
hashCode() - Method in class org.xcmis.search.model.source.join.SameNodeJoinCondition
hashCode() - Method in class org.xcmis.search.model.source.Selector
hashCode() - Method in class org.xcmis.search.model.source.SelectorName
hasRowLimited() - Method in class org.xcmis.search.model.Limit
Determine whether this limit clause defines a maximum limit

I

InvalidQueryException - Exception in org.xcmis.search
Query invalid exception.
InvalidQueryException() - Constructor for exception org.xcmis.search.InvalidQueryException
 
InvalidQueryException(String) - Constructor for exception org.xcmis.search.InvalidQueryException
 
InvalidQueryException(Throwable) - Constructor for exception org.xcmis.search.InvalidQueryException
 
InvalidQueryException(String, Throwable) - Constructor for exception org.xcmis.search.InvalidQueryException
 
isFunction() - Method in class org.xcmis.search.model.column.Column
 
isOffset() - Method in class org.xcmis.search.model.Limit
Determine whether this limit clause defines an offset.
isOuter() - Method in enum org.xcmis.search.model.source.join.JoinType
Check if this join type is an outer join.
isRangeOperator() - Method in enum org.xcmis.search.model.constraint.Operator
Determine whether this operator is one that is used to define a range of values: <, >, <=, or >= .
isUnlimited() - Method in class org.xcmis.search.model.Limit
Determine whether this limit clause is necessary.

J

JCR_JOIN_TYPE_INNER - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
An inner join.
JCR_JOIN_TYPE_LEFT_OUTER - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
A left-outer join.
JCR_JOIN_TYPE_RIGHT_OUTER - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
A right-outer join.
JCR_OPERATOR_EQUAL_TO - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
The "=" comparison operator.
JCR_OPERATOR_GREATER_THAN - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
The ">" comparison operator.
JCR_OPERATOR_GREATER_THAN_OR_EQUAL_TO - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
The ">=" comparison operator.
JCR_OPERATOR_LESS_THAN - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
The "<" comparison operator.
JCR_OPERATOR_LESS_THAN_OR_EQUAL_TO - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
The "<=" comparison operator.
JCR_OPERATOR_LIKE - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
The "like" comparison operator.
JCR_OPERATOR_NOT_EQUAL_TO - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
The "!=" comparison operator.
JCR_ORDER_ASCENDING - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
Ascending order.
JCR_ORDER_DESCENDING - Static variable in interface org.xcmis.search.model.QueryObjectModelConstants
Descending order.
Join - Class in org.xcmis.search.model.source
Created by The eXo Platform SAS.
Join(Source, JoinType, Source, JoinCondition) - Constructor for class org.xcmis.search.model.source.Join
 
JoinCondition - Class in org.xcmis.search.model.source.join
The condition used for a join between two sources.
JoinCondition() - Constructor for class org.xcmis.search.model.source.join.JoinCondition
 
JoinType - Enum in org.xcmis.search.model.source.join
 

L

Length - Class in org.xcmis.search.model.operand
A dynamic operand that evaluates to the length of the supplied propety values, used in a Comparison constraint.
Length(PropertyValue) - Constructor for class org.xcmis.search.model.operand.Length
Create a dynamic operand that evaluates to the length of the supplied property values.
Limit - Class in org.xcmis.search.model
 
Limit(int) - Constructor for class org.xcmis.search.model.Limit
Create a limit on the number of rows.
Limit(int, int) - Constructor for class org.xcmis.search.model.Limit
Create a limit on the number of rows and the number of initial rows to skip.
Literal - Class in org.xcmis.search.model.operand
A literal value used in a Comparison constraint.
Literal(Object) - Constructor for class org.xcmis.search.model.operand.Literal
 
LowerCase - Class in org.xcmis.search.model.operand
A dynamic operand that evaluates to the lower-case representation of the supplied operand, used in a Comparison constraint.
LowerCase(DynamicOperand) - Constructor for class org.xcmis.search.model.operand.LowerCase
Create a dynamic operand that evaluates to the lower-case representation of the supplied operand.

N

NodeDepth - Class in org.xcmis.search.model.operand
A dynamic operand that evaluates to the depth of a node given by a selector, used in a Comparison constraint.
NodeDepth(SelectorName) - Constructor for class org.xcmis.search.model.operand.NodeDepth
Create a dynamic operand that evaluates to the depth of the node identified by the selector.
NodeLocalName - Class in org.xcmis.search.model.operand
A dynamic operand that evaluates to the local name of a node given by a selector, used in a Comparison constraint.
NodeLocalName(SelectorName) - Constructor for class org.xcmis.search.model.operand.NodeLocalName
Create a dynamic operand that evaluates to the local name of the node identified by the selector.
NodeName - Class in org.xcmis.search.model.operand
A dynamic operand that evaluates to the qualified name of a node given by a selector, used in a Comparison constraint.
NodeName(SelectorName) - Constructor for class org.xcmis.search.model.operand.NodeName
Create a dynamic operand that evaluates to the qualified name of the node identified by the selector.
NONE - Static variable in class org.xcmis.search.model.Limit
 
Not - Class in org.xcmis.search.model.constraint
A constraint that negates another constraint.
Not(Constraint) - Constructor for class org.xcmis.search.model.constraint.Not
Create a constraint that negates another constraint.

O

Operator - Enum in org.xcmis.search.model.constraint
Comparison operator.
Or - Class in org.xcmis.search.model.constraint
A constraint that evaluates to true when either of the other constraints evaluates to true.
Or(Constraint, Constraint) - Constructor for class org.xcmis.search.model.constraint.Or
Create a constraint that evaluates to true if either of the two supplied constraints evaluates to true.
Order - Enum in org.xcmis.search.model.ordering
Created by The eXo Platform SAS.
orderedBy(List<Ordering>) - Method in class org.xcmis.search.model.Query
Create a copy of this query, but one whose results should be ordered by the supplied orderings.
Ordering - Class in org.xcmis.search.model.ordering
A specification of the ordering for the results.
Ordering(DynamicOperand, Order) - Constructor for class org.xcmis.search.model.ordering.Ordering
Create a new ordering specification, given the supplied operand and order.
org.xcmis.search - package org.xcmis.search
 
org.xcmis.search.model - package org.xcmis.search.model
 
org.xcmis.search.model.column - package org.xcmis.search.model.column
 
org.xcmis.search.model.constraint - package org.xcmis.search.model.constraint
 
org.xcmis.search.model.operand - package org.xcmis.search.model.operand
 
org.xcmis.search.model.ordering - package org.xcmis.search.model.ordering
 
org.xcmis.search.model.source - package org.xcmis.search.model.source
 
org.xcmis.search.model.source.join - package org.xcmis.search.model.source.join
 
org.xcmis.search.parser - package org.xcmis.search.parser
 

P

parseQuery(String) - Method in interface org.xcmis.search.parser.QueryParser
Parse the supplied query from a string representation into a Query.
PropertyExistence - Class in org.xcmis.search.model.constraint
A constraint that evaluates to true only when a named property exists on a node.
PropertyExistence(SelectorName, String) - Constructor for class org.xcmis.search.model.constraint.PropertyExistence
Create a constraint requiring that a property exist on a node.
PropertyValue - Class in org.xcmis.search.model.operand
A dynamic operand that evaluates to the value(s) of a property on a selector, used in a Comparison constraint.
PropertyValue(SelectorName, String) - Constructor for class org.xcmis.search.model.operand.PropertyValue
Create a dynamic operand that evaluates to the property values of the node identified by the selector.

Q

Query - Class in org.xcmis.search.model
 
Query(Source) - Constructor for class org.xcmis.search.model.Query
Create a new query that uses the supplied source.
Query(Source, Constraint, List<Ordering>, List<Column>, Limit) - Constructor for class org.xcmis.search.model.Query
Create a new query that uses the supplied source, constraint, orderings, columns and limits.
QueryElement - Interface in org.xcmis.search.model
An interface called by a visitor when that visitor is visiting the node.
QueryObjectModelConstants - Interface in org.xcmis.search.model
Defines constants used in the query object model.
QueryObjectModelException - Exception in org.xcmis.search
Query model exception.
QueryObjectModelException(String) - Constructor for exception org.xcmis.search.QueryObjectModelException
 
QueryObjectModelVisitor - Interface in org.xcmis.search
Interface to make use of the Visitor pattern programming style.
QueryParser - Interface in org.xcmis.search.parser
The basic interface defining a component that is able to parse a string query into a Query.

R

readable(QueryElement) - Static method in class org.xcmis.search.Visitors
Using a visitor, obtain the readable string representation of the supplied object
returning(List<Column>) - Method in class org.xcmis.search.model.Query
Create a copy of this query, but that returns results with the supplied columns.

S

SameNode - Class in org.xcmis.search.model.constraint
A constraint requiring that the selected node is reachable by the supplied absolute path.
SameNode(SelectorName, String) - Constructor for class org.xcmis.search.model.constraint.SameNode
Create a constraint requiring that the node identified by the selector is reachable by the supplied absolute path.
SameNodeJoinCondition - Class in org.xcmis.search.model.source.join
Created by The eXo Platform SAS.
SameNodeJoinCondition(SelectorName, SelectorName) - Constructor for class org.xcmis.search.model.source.join.SameNodeJoinCondition
Create a join condition that determines whether the node identified by the first selector is the same as the node identified by the second selector.
SameNodeJoinCondition(SelectorName, SelectorName, String) - Constructor for class org.xcmis.search.model.source.join.SameNodeJoinCondition
Create a join condition that determines whether the node identified by the first selector is the same as the node at the given path relative to the node identified by the second selector.
Selector - Class in org.xcmis.search.model.source
Created by The eXo Platform SAS.
Selector(SelectorName) - Constructor for class org.xcmis.search.model.source.Selector
Create a selector with a name.
Selector(SelectorName, SelectorName) - Constructor for class org.xcmis.search.model.source.Selector
Create a selector with the supplied name and alias.
SelectorName - Class in org.xcmis.search.model.source
A representation of a selector name.
SelectorName(String) - Constructor for class org.xcmis.search.model.source.SelectorName
 
Source - Class in org.xcmis.search.model.source
Created by The eXo Platform SAS.
Source() - Constructor for class org.xcmis.search.model.source.Source
 
StaticOperand - Class in org.xcmis.search.model.operand
A static operand used in a Comparison constraint.
StaticOperand() - Constructor for class org.xcmis.search.model.operand.StaticOperand
 
strategy - Variable in class org.xcmis.search.Visitors.NavigationVisitor
 

T

toString() - Method in class org.xcmis.search.model.column.Column.ScoreFunction
 
toString() - Method in class org.xcmis.search.model.column.Column
 
toString() - Method in class org.xcmis.search.model.constraint.And
toString() - Method in class org.xcmis.search.model.constraint.ChildNode
toString() - Method in class org.xcmis.search.model.constraint.Comparison
toString() - Method in class org.xcmis.search.model.constraint.DescendantNode
toString() - Method in class org.xcmis.search.model.constraint.FullTextSearch
toString() - Method in class org.xcmis.search.model.constraint.Not
toString() - Method in enum org.xcmis.search.model.constraint.Operator
toString() - Method in class org.xcmis.search.model.constraint.Or
toString() - Method in class org.xcmis.search.model.constraint.PropertyExistence
toString() - Method in class org.xcmis.search.model.constraint.SameNode
toString() - Method in class org.xcmis.search.model.Limit
toString() - Method in class org.xcmis.search.model.operand.BindVariableName
toString() - Method in class org.xcmis.search.model.operand.DynamicOperand
toString() - Method in class org.xcmis.search.model.operand.FullTextSearchScore
toString() - Method in class org.xcmis.search.model.operand.Length
toString() - Method in class org.xcmis.search.model.operand.Literal
toString() - Method in class org.xcmis.search.model.operand.LowerCase
toString() - Method in class org.xcmis.search.model.operand.NodeDepth
toString() - Method in class org.xcmis.search.model.operand.NodeLocalName
toString() - Method in class org.xcmis.search.model.operand.NodeName
toString() - Method in class org.xcmis.search.model.operand.PropertyValue
toString() - Method in class org.xcmis.search.model.operand.UpperCase
toString() - Method in enum org.xcmis.search.model.ordering.Order
toString() - Method in class org.xcmis.search.model.ordering.Ordering
toString() - Method in class org.xcmis.search.model.Query
toString() - Method in class org.xcmis.search.model.source.join.ChildNodeJoinCondition
toString() - Method in class org.xcmis.search.model.source.join.DescendantNodeJoinCondition
toString() - Method in class org.xcmis.search.model.source.join.EquiJoinCondition
toString() - Method in enum org.xcmis.search.model.source.join.JoinType
toString() - Method in class org.xcmis.search.model.source.join.SameNodeJoinCondition
toString() - Method in class org.xcmis.search.model.source.Join
toString() - Method in class org.xcmis.search.model.source.Selector
toString() - Method in class org.xcmis.search.model.source.SelectorName
toString() - Method in class org.xcmis.search.Visitors.ReadableVisitor

U

UpperCase - Class in org.xcmis.search.model.operand
A dynamic operand that evaluates to the upper-case representation of the supplied operand, used in a Comparison constraint.
UpperCase(DynamicOperand) - Constructor for class org.xcmis.search.model.operand.UpperCase
Create a dynamic operand that evaluates to the upper-case representation of the supplied operand.

V

valueOf(String) - Static method in enum org.xcmis.search.model.constraint.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.search.model.ordering.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xcmis.search.model.source.join.JoinType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xcmis.search.model.constraint.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.search.model.ordering.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xcmis.search.model.source.join.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
visit(And) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(BindVariableName) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(ChildNode) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(ChildNodeJoinCondition) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Column) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Comparison) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(DescendantNode) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(DescendantNodeJoinCondition) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(EquiJoinCondition) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(FullTextSearch) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(FullTextSearchScore) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Join) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Length) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Limit) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Literal) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(LowerCase) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(NodeDepth) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(NodeLocalName) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(NodeName) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Not) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Or) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Ordering) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(PropertyExistence) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(PropertyValue) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Query) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(SameNode) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(SameNodeJoinCondition) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(Selector) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(UpperCase) - Method in interface org.xcmis.search.QueryObjectModelVisitor
 
visit(And) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(BindVariableName) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(ChildNode) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(ChildNodeJoinCondition) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Column) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Comparison) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(DescendantNode) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(DescendantNodeJoinCondition) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(EquiJoinCondition) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(FullTextSearch) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(FullTextSearchScore) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Join) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Length) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Limit) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Literal) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(LowerCase) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(NodeDepth) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(NodeLocalName) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(NodeName) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Not) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Or) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Ordering) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(PropertyExistence) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(PropertyValue) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Query) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(SameNode) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(SameNodeJoinCondition) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(UpperCase) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(Selector) - Method in class org.xcmis.search.Visitors.AbstractModelVisitor
 
visit(And) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(BindVariableName) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(ChildNode) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(ChildNodeJoinCondition) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Column) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Comparison) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(DescendantNode) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(DescendantNodeJoinCondition) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(EquiJoinCondition) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(FullTextSearch) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(FullTextSearchScore) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Join) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Length) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Limit) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Literal) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(LowerCase) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(NodeDepth) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(NodeLocalName) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(NodeName) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Selector) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Not) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Or) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Ordering) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(PropertyExistence) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(PropertyValue) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(Query) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(SameNode) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(SameNodeJoinCondition) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(UpperCase) - Method in class org.xcmis.search.Visitors.ReadableVisitor
visit(QueryElement, GeneralVisitor) - Static method in class org.xcmis.search.Visitors
Visit the supplied object using the supplied QueryObjectModelVisitor, which must be responsible for navigation as well as any business logic.
visit(And) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(BindVariableName) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(ChildNode) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(ChildNodeJoinCondition) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Column) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Comparison) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(DescendantNode) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(DescendantNodeJoinCondition) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(EquiJoinCondition) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(FullTextSearch) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(FullTextSearchScore) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Join) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Length) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Limit) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Literal) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(LowerCase) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(NodeDepth) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(NodeLocalName) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(NodeName) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Not) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Or) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Ordering) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(PropertyExistence) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(PropertyValue) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Query) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(SameNode) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(SameNodeJoinCondition) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(UpperCase) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
visit(Selector) - Method in class org.xcmis.search.Visitors.WalkAllVisitor
 
visitAll(QueryElement, StrategyVisitor) - Static method in class org.xcmis.search.Visitors
Visit all objects in the supplied object using a Visitors.NavigationVisitor (specifically a Visitors.WalkAllVisitor), and with each of these visited objects calling the appropriate visit(...) method on the supplied QueryObjectModelVisitor.
VisitException - Exception in org.xcmis.search
VisitException.
VisitException(String) - Constructor for exception org.xcmis.search.VisitException
 
visitNext() - Method in class org.xcmis.search.Visitors.NavigationVisitor
 
Visitors - Class in org.xcmis.search
 
Visitors() - Constructor for class org.xcmis.search.Visitors
 
Visitors.AbstractModelVisitor - Class in org.xcmis.search
A common base class for all visitors, which provides no-op implementations for all visit(...) methods.
Visitors.AbstractModelVisitor() - Constructor for class org.xcmis.search.Visitors.AbstractModelVisitor
 
Visitors.NavigationVisitor - Class in org.xcmis.search
An abstract visitor implementation that performs navigation of the query object.
Visitors.NavigationVisitor(QueryObjectModelVisitor) - Constructor for class org.xcmis.search.Visitors.NavigationVisitor
Create a visitor that walks all query objects.
Visitors.ReadableVisitor - Class in org.xcmis.search
 
Visitors.ReadableVisitor() - Constructor for class org.xcmis.search.Visitors.ReadableVisitor
 
Visitors.WalkAllVisitor - Class in org.xcmis.search
A visitor implementation that walks the entire query object tree and delegates to another supplied visitor to do the actual work.
Visitors.WalkAllVisitor(QueryObjectModelVisitor) - Constructor for class org.xcmis.search.Visitors.WalkAllVisitor
Create a visitor that walks all query objects.

W

with(SelectorName) - Method in class org.xcmis.search.model.column.Column
Create a copy of this Column except that uses the supplied selector name instead.
withLimit(int) - Method in class org.xcmis.search.model.Query
Create a copy of this query, but one that uses the supplied limit on the number of result rows.
withOffset(int) - Method in class org.xcmis.search.model.Limit
 
withOffset(int) - Method in class org.xcmis.search.model.Query
Create a copy of this query, but one that uses the supplied offset.
withRowLimit(int) - Method in class org.xcmis.search.model.Limit
 

A B C D E F G H I J L N O P Q R S T U V W

Copyright © 2010 eXo Platform SAS. All Rights Reserved.