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.
acceptVisitor
Object acceptVisitor(InvocationContext ctx,
Visitor visitor)
throws Throwable
- Accept a visitor, and return the result of accepting this visitor.
- Parameters:
ctx - invocation contextvisitor - visitor to accept
- Returns:
- arbitrary return value
- Throws:
Throwable - in the event of problems
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.