Serialized Form


Package org.xcmis.search

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

serialVersionUID: -393218322369202333L

Class org.xcmis.search.QueryObjectModelException extends java.lang.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 java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

offset

int offset

rowLimit

int rowLimit

hcode

int hcode

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

serialVersionUID: 1L

Serialized Fields

columns

java.util.List<E> columns

constraint

Constraint constraint

limits

Limit limits

orderings

java.util.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 java.lang.Object implements Serializable

serialVersionUID: 7650452286649408047L

Serialized Fields

columnName

java.lang.String columnName
Name of the column.


propertyName

java.lang.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

java.lang.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 java.lang.Object implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

ancestorPath

java.lang.String ancestorPath

selectorName

SelectorName selectorName

hcode

int hcode

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

serialVersionUID: 565310580065900807L

Serialized Fields

fullTextSearchExpression

java.lang.String fullTextSearchExpression
Full-text search expression.


propertyName

java.lang.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

java.lang.String propertyName

selectorName

SelectorName selectorName

hcode

int hcode

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

serialVersionUID: 1L

Serialized Fields

path

java.lang.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

java.lang.String variableName

hcode

int hcode

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

serialVersionUID: 1L

Serialized Fields

selectorNames

java.util.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

java.lang.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

java.lang.String propertyName

hcode

int hcode

Class org.xcmis.search.model.operand.StaticOperand extends java.lang.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 java.lang.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 java.lang.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

java.lang.String property1Name

selector2Name

SelectorName selector2Name

property2Name

java.lang.String property2Name

hcode

int hcode

Class org.xcmis.search.model.source.join.JoinCondition extends java.lang.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

java.lang.String selector2Path

hcode

int hcode



Copyright © 2011 eXo Platform SAS. All Rights Reserved.