org.riotfamily.riot.list.command.result
Class BatchResult

java.lang.Object
  extended by org.riotfamily.riot.list.command.result.BatchResult
All Implemented Interfaces:
CommandResult

public class BatchResult
extends Object
implements CommandResult


Field Summary
static String ACTION
           
 
Constructor Summary
BatchResult()
           
BatchResult(Collection<CommandResult> results)
           
BatchResult(CommandResult... results)
           
 
Method Summary
 void add(CommandResult result)
           
 String getAction()
           
 CommandResult[] getBatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static final String ACTION
See Also:
Constant Field Values
Constructor Detail

BatchResult

public BatchResult()

BatchResult

public BatchResult(Collection<CommandResult> results)

BatchResult

public BatchResult(CommandResult... results)
Method Detail

getAction

public String getAction()
Specified by:
getAction in interface CommandResult

add

public void add(CommandResult result)

getBatch

public CommandResult[] getBatch()