org.xcmis.search.content.command.query
Class ProcessQueryCommand

java.lang.Object
  extended by org.xcmis.search.content.command.query.ProcessQueryCommand
All Implemented Interfaces:
VisitableCommand

public class ProcessQueryCommand
extends Object
implements VisitableCommand

Process Query for execution.


Constructor Summary
ProcessQueryCommand(org.xcmis.search.model.Query query, Map<String,Object> bindVariablesValues)
           
 
Method Summary
 Object acceptVisitor(InvocationContext ctx, Visitor visitor)
          Accept a visitor, and return the result of accepting this visitor.
 Map<String,Object> getBindVariablesValues()
           
 org.xcmis.search.model.Query getQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessQueryCommand

public ProcessQueryCommand(org.xcmis.search.model.Query query,
                           Map<String,Object> bindVariablesValues)
Parameters:
query -
Method Detail

getQuery

public org.xcmis.search.model.Query getQuery()
Returns:
the query

getBindVariablesValues

public Map<String,Object> getBindVariablesValues()
Returns:
the bindVariablesValues

acceptVisitor

public Object acceptVisitor(InvocationContext ctx,
                            Visitor visitor)
                     throws Throwable
Description copied from interface: VisitableCommand
Accept a visitor, and return the result of accepting this visitor.

Specified by:
acceptVisitor in interface VisitableCommand
Parameters:
ctx - invocation context
visitor - visitor to accept
Returns:
arbitrary return value
Throws:
Throwable - in the event of problems
See Also:
org.xcmis.search.content.command.appendIntereceptorVisitableCommand#acceptVisitor(org.xcmis.search.content.command.InvocationContext, org.xcmis.search.content.interceptors.Visitor)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.