org.xcmis.search.content.command.read
Class GetUnfiledEntriesCommand

java.lang.Object
  extended by org.xcmis.search.content.command.read.GetUnfiledEntriesCommand
All Implemented Interfaces:
AbstractReadDataCommand, VisitableCommand

public class GetUnfiledEntriesCommand
extends Object
implements AbstractReadDataCommand

Get unfiled entries command.


Constructor Summary
GetUnfiledEntriesCommand()
           
 
Method Summary
 Object acceptVisitor(InvocationContext ctx, Visitor visitor)
          Accept a visitor, and return the result of accepting this visitor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetUnfiledEntriesCommand

public GetUnfiledEntriesCommand()
Method Detail

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 context
visitor - visitor to accept
Returns:
arbitrary return value
Throws:
Throwable - in the event of problems
See Also:
org.exoplatform.services.jcr.impl.storage.command.JcrCommand#acceptVisitor(org.exoplatform.services.jcr.impl.storage.command.JcrInvocationContext, org.jboss.cache.commands.Visitor)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.