| Methods in org.xcmis.search.content.interceptors with parameters of type InvocationContext |
List<ScoredRow> |
QueryProcessorInterceptor.execute(InvocationContext ctx,
QueryExecutionContext context,
org.xcmis.search.model.Query query)
Execute the supplied query by planning, optimizing, and then processing it. |
protected Object |
AbstractVisitor.handleDefault(InvocationContext ctx,
VisitableCommand command)
A default handler for all commands visited. |
protected Object |
CommandInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
The default behaviour of the visitXXX methods, which is to ignore the call
and pass the call up to the next interceptor in the chain. |
Object |
InterceptorChain.invoke(InvocationContext ctx,
VisitableCommand command)
Walks the command through the interceptor chain. |
Object |
CommandInterceptor.invokeNextInterceptor(InvocationContext ctx,
VisitableCommand command)
Invokes the next interceptor in the chain. |
abstract Object |
ContentReaderInterceptor.visitChildEntriesCommand(InvocationContext ctx,
GetChildEntriesCommand command)
|
Object |
AbstractVisitor.visitChildEntriesCommand(InvocationContext ctx,
GetChildEntriesCommand command)
|
Object |
Visitor.visitChildEntriesCommand(InvocationContext ctx,
GetChildEntriesCommand command)
|
abstract Object |
QueryableIndexStorage.visitExecuteSelectorCommand(InvocationContext ctx,
ExecuteSelectorCommand command)
|
Object |
AbstractVisitor.visitExecuteSelectorCommand(InvocationContext ctx,
ExecuteSelectorCommand command)
|
Object |
Visitor.visitExecuteSelectorCommand(InvocationContext ctx,
ExecuteSelectorCommand command)
|
abstract Object |
ContentReaderInterceptor.visitGetContentEntryCommand(InvocationContext ctx,
GetContentEntryCommand command)
|
Object |
AbstractVisitor.visitGetContentEntryCommand(InvocationContext ctx,
GetContentEntryCommand command)
|
Object |
Visitor.visitGetContentEntryCommand(InvocationContext ctx,
GetContentEntryCommand command)
|
abstract Object |
ContentReaderInterceptor.visitGetUnfiledEntriesCommand(InvocationContext ctx,
GetUnfiledEntriesCommand command)
|
Object |
AbstractVisitor.visitGetUnfiledEntriesCommand(InvocationContext ctx,
GetUnfiledEntriesCommand command)
|
Object |
Visitor.visitGetUnfiledEntriesCommand(InvocationContext ctx,
GetUnfiledEntriesCommand command)
|
abstract Object |
QueryableIndexStorage.visitModifyIndexCommand(InvocationContext ctx,
ModifyIndexCommand command)
|
Object |
AbstractVisitor.visitModifyIndexCommand(InvocationContext ctx,
ModifyIndexCommand command)
|
Object |
Visitor.visitModifyIndexCommand(InvocationContext ctx,
ModifyIndexCommand command)
|
Object |
QueryProcessorInterceptor.visitProcessQueryCommand(InvocationContext ctx,
ProcessQueryCommand command)
|
Object |
AbstractVisitor.visitProcessQueryCommand(InvocationContext ctx,
ProcessQueryCommand command)
|
Object |
Visitor.visitProcessQueryCommand(InvocationContext ctx,
ProcessQueryCommand command)
|