Serialized Form


Package org.xcmis.search

Class org.xcmis.search.InvalidQueryException extends Exception implements Serializable

serialVersionUID: -393218322369202333L

Class org.xcmis.search.QueryObjectModelException extends Exception implements Serializable

serialVersionUID: -2354666701076126822L

Class org.xcmis.search.VisitException extends QueryObjectModelException implements Serializable

serialVersionUID: 3730043060732772674L


Package org.xcmis.search.model

Class org.xcmis.search.model.Limit extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

offset

int offset

rowLimit

int rowLimit

hcode

int hcode

Class org.xcmis.search.model.Query extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

columns

List<E> columns

constraint

Constraint constraint

limits

Limit limits

orderings

List<E> orderings

source

Source source

hcode

int hcode
Object hash code.


Package org.xcmis.search.model.column

Class org.xcmis.search.model.column.Column extends Object implements Serializable

serialVersionUID: 7650452286649408047L

Serialized Fields

columnName

String columnName
Name of the column.


propertyName

String propertyName
Name of the property.


selectorName

SelectorName selectorName
Name of the selector.


hcode

int hcode
Object hash code.


columnFunction

Column.ColumnFunction columnFunction

Package org.xcmis.search.model.constraint

Class org.xcmis.search.model.constraint.And extends Constraint implements Serializable

Serialized Fields

left

Constraint left

right

Constraint right

hc

int hc

Class org.xcmis.search.model.constraint.ChildNode extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

parentPath

String parentPath

selectorName

SelectorName selectorName

hcode

int hcode

Class org.xcmis.search.model.constraint.Comparison extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

operand1

DynamicOperand operand1

operand2

StaticOperand operand2

operator

Operator operator

hcode

int hcode

Class org.xcmis.search.model.constraint.Constraint extends Object implements Serializable

serialVersionUID: 1L

Class org.xcmis.search.model.constraint.DescendantNode extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

ancestorPath

String ancestorPath

selectorName

SelectorName selectorName

hcode

int hcode

Class org.xcmis.search.model.constraint.FullTextSearch extends Constraint implements Serializable

serialVersionUID: 565310580065900807L

Serialized Fields

fullTextSearchExpression

String fullTextSearchExpression
Full-text search expression.


propertyName

String propertyName
Name of the property.


selectorName

SelectorName selectorName
Name of the selector against which to apply this constraint.


hcode

int hcode

Class org.xcmis.search.model.constraint.Not extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

constraint

Constraint constraint

Class org.xcmis.search.model.constraint.Or extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

left

Constraint left

right

Constraint right

hcode

int hcode

Class org.xcmis.search.model.constraint.PropertyExistence extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

selectorName

SelectorName selectorName

hcode

int hcode

Class org.xcmis.search.model.constraint.SameNode extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

path

String path

selectorName

SelectorName selectorName

hcode

int hcode

Package org.xcmis.search.model.operand

Class org.xcmis.search.model.operand.BindVariableName extends StaticOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

variableName

String variableName

hcode

int hcode

Class org.xcmis.search.model.operand.DynamicOperand extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

hcode

int hcode

Class org.xcmis.search.model.operand.FullTextSearchScore extends DynamicOperand implements Serializable

serialVersionUID: 1L

Class org.xcmis.search.model.operand.Length extends DynamicOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyValue

PropertyValue propertyValue

Class org.xcmis.search.model.operand.Literal extends StaticOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

Class org.xcmis.search.model.operand.LowerCase extends DynamicOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

operand

DynamicOperand operand

Class org.xcmis.search.model.operand.NodeDepth extends DynamicOperand implements Serializable

serialVersionUID: 1L

Class org.xcmis.search.model.operand.NodeLocalName extends DynamicOperand implements Serializable

serialVersionUID: 1L

Class org.xcmis.search.model.operand.NodeName extends DynamicOperand implements Serializable

serialVersionUID: 1L

Class org.xcmis.search.model.operand.PropertyValue extends DynamicOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

hcode

int hcode

Class org.xcmis.search.model.operand.StaticOperand extends Object implements Serializable

serialVersionUID: 1L

Class org.xcmis.search.model.operand.UpperCase extends DynamicOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

operand

DynamicOperand operand

Package org.xcmis.search.model.ordering

Class org.xcmis.search.model.ordering.Ordering extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operand

DynamicOperand operand

order

Order order

hcode

int hcode

Package org.xcmis.search.model.source

Class org.xcmis.search.model.source.Join extends Source implements Serializable

serialVersionUID: 1211161706067474072L

Serialized Fields

joinCondition

JoinCondition joinCondition
Join condition.


joinType

JoinType joinType
Join type.


left

Source left
Left node-tuple source.


right

Source right
Right node-tuple source.


hcode

int hcode

Class org.xcmis.search.model.source.Selector extends Source implements Serializable

serialVersionUID: 1474532281798814862L

Serialized Fields

alias

SelectorName alias
Selector alias.


name

SelectorName name
Name of the selector.


hcode

int hcode

Class org.xcmis.search.model.source.Source extends Object implements Serializable

serialVersionUID: 1L


Package org.xcmis.search.model.source.join

Class org.xcmis.search.model.source.join.ChildNodeJoinCondition extends JoinCondition implements Serializable

serialVersionUID: -3147655062331492585L

Serialized Fields

childSelectorName

SelectorName childSelectorName

parentSelectorName

SelectorName parentSelectorName

hcode

int hcode

Class org.xcmis.search.model.source.join.DescendantNodeJoinCondition extends JoinCondition implements Serializable

serialVersionUID: 2732835610719207500L

Serialized Fields

descendantSelectorName

SelectorName descendantSelectorName

ancestorSelectorName

SelectorName ancestorSelectorName

hcode

int hcode

Class org.xcmis.search.model.source.join.EquiJoinCondition extends JoinCondition implements Serializable

serialVersionUID: 5357188353322766280L

Serialized Fields

selector1Name

SelectorName selector1Name

property1Name

String property1Name

selector2Name

SelectorName selector2Name

property2Name

String property2Name

hcode

int hcode

Class org.xcmis.search.model.source.join.JoinCondition extends Object implements Serializable

serialVersionUID: 1L

Class org.xcmis.search.model.source.join.SameNodeJoinCondition extends JoinCondition implements Serializable

serialVersionUID: 8876245918655451590L

Serialized Fields

selector1Name

SelectorName selector1Name

selector2Name

SelectorName selector2Name

selector2Path

String selector2Path

hcode

int hcode



Copyright © 2010 eXo Platform SAS. All Rights Reserved.