org.riotfamily.riot.list.command.result
Class BatchResult
java.lang.Object
org.riotfamily.riot.list.command.result.BatchResult
- All Implemented Interfaces:
- CommandResult
public class BatchResult
- extends Object
- implements CommandResult
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
BatchResult
public BatchResult()
BatchResult
public BatchResult(Collection<CommandResult> results)
BatchResult
public BatchResult(CommandResult... results)
getAction
public String getAction()
- Specified by:
getAction
in interface CommandResult
add
public void add(CommandResult result)
getBatch
public CommandResult[] getBatch()