org.xcmis.search.content.command
Interface VisitableCommand

All Known Subinterfaces:
AbstractReadDataCommand
All Known Implementing Classes:
ExecuteSelectorCommand, GetChildEntriesCommand, GetContentEntryCommand, GetUnfiledEntriesCommand, ModifyIndexCommand, ProcessQueryCommand

public interface VisitableCommand

A type of command that can accept Visitors.


Method Summary
 Object acceptVisitor(InvocationContext ctx, Visitor visitor)
          Accept a visitor, and return the result of accepting this visitor.
 

Method Detail

acceptVisitor

Object acceptVisitor(InvocationContext ctx,
                     Visitor visitor)
                     throws Throwable
Accept a visitor, and return the result of accepting this visitor.

Parameters:
ctx - invocation context
visitor - visitor to accept
Returns:
arbitrary return value
Throws:
Throwable - in the event of problems


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.