Uses of Interface
org.xcmis.search.content.command.VisitableCommand

Packages that use VisitableCommand
org.xcmis.search.content.command.index   
org.xcmis.search.content.command.query   
org.xcmis.search.content.command.read   
org.xcmis.search.content.interceptors   
 

Uses of VisitableCommand in org.xcmis.search.content.command.index
 

Classes in org.xcmis.search.content.command.index that implement VisitableCommand
 class ModifyIndexCommand
          Add and remove documents from the index storage.
 

Uses of VisitableCommand in org.xcmis.search.content.command.query
 

Classes in org.xcmis.search.content.command.query that implement VisitableCommand
 class ExecuteSelectorCommand
          Command for execution query with one single Selector filtered by Constraint, limited and ordered if needed.
 class ProcessQueryCommand
          Process Query for execution.
 

Uses of VisitableCommand in org.xcmis.search.content.command.read
 

Subinterfaces of VisitableCommand in org.xcmis.search.content.command.read
 interface AbstractReadDataCommand
          Common interface for all read commands.
 

Classes in org.xcmis.search.content.command.read that implement VisitableCommand
 class GetChildEntriesCommand
          Get child entries command.
 class GetContentEntryCommand
          Get content entry command.
 class GetUnfiledEntriesCommand
          Get unfilled entries command.
 

Uses of VisitableCommand in org.xcmis.search.content.interceptors
 

Methods in org.xcmis.search.content.interceptors with parameters of type VisitableCommand
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.
protected  Object AbstractVisitor.handleDefault(InvocationContext ctx, VisitableCommand command)
          A default handler for all commands visited.
 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.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.