org.xcmis.search.content.command.read
Class GetChildEntriesCommand
java.lang.Object
org.xcmis.search.content.command.read.GetChildEntriesCommand
- All Implemented Interfaces:
- AbstractReadDataCommand, VisitableCommand
public class GetChildEntriesCommand
- extends Object
- implements AbstractReadDataCommand
Get child entries command.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetChildEntriesCommand
public GetChildEntriesCommand(String parentUuid)
- Parameters:
parentUuid - String
getParentUuid
public String getParentUuid()
- Returns:
- the parentUuid
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 contextvisitor - visitor to accept
- Returns:
- arbitrary return value
- Throws:
Throwable - in the event of problems- See Also:
VisitableCommand.acceptVisitor(org.xcmis.search.content.command.InvocationContext,
org.xcmis.search.content.interceptors.Visitor)
Copyright © 2011 eXo Platform SAS. All Rights Reserved.