org.xcmis.search.model
Interface QueryElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
And, BindVariableName, ChildNode, ChildNodeJoinCondition, Column, Comparison, Constraint, DescendantNode, DescendantNodeJoinCondition, DynamicOperand, EquiJoinCondition, FullTextSearch, FullTextSearchScore, Join, JoinCondition, Length, Limit, Literal, LowerCase, NodeDepth, NodeLocalName, NodeName, Not, Or, Ordering, PropertyExistence, PropertyValue, Query, SameNode, SameNodeJoinCondition, Selector, Source, StaticOperand, UpperCase

public interface QueryElement
extends Serializable

An interface called by a visitor when that visitor is visiting the node.


Method Summary
 void accept(QueryObjectModelVisitor visitor)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 

Method Detail

accept

void accept(QueryObjectModelVisitor visitor)
            throws VisitException
Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.

Parameters:
visitor - the visitor.
Throws:
VisitException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.