org.xcmis.search.content.command.query
Class ProcessQueryCommand
java.lang.Object
org.xcmis.search.content.command.query.ProcessQueryCommand
- All Implemented Interfaces:
- VisitableCommand
public class ProcessQueryCommand
- extends Object
- implements VisitableCommand
Process Query for execution.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessQueryCommand
public ProcessQueryCommand(org.xcmis.search.model.Query query,
Map<String,Object> bindVariablesValues)
- Parameters:
query -
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 contextvisitor - 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.