Class BatchCommand
- java.lang.Object
-
- org.uberfire.ext.wires.bpmn.client.commands.impl.BatchCommand
-
-
Constructor Summary
Constructors Constructor Description BatchCommand(List<Command> commands)BatchCommand(Command... commands)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resultsapply(RuleManager ruleManager)Apply the commandResultsundo(RuleManager ruleManager)Undo the changes the command made to the model
-
-
-
Method Detail
-
apply
public Results apply(RuleManager ruleManager)
Description copied from interface:CommandApply the command
-
undo
public Results undo(RuleManager ruleManager)
Description copied from interface:CommandUndo the changes the command made to the model
-
-