Constructor and Description |
---|
BatchCommand(Command... commands) |
BatchCommand(List<Command> commands) |
Modifier and Type | Method and Description |
---|---|
Results |
apply(RuleManager ruleManager)
Apply the command
|
Results |
undo(RuleManager ruleManager)
Undo the changes the command made to the model
|
public BatchCommand(Command... commands)
public Results apply(RuleManager ruleManager)
Command
public Results undo(RuleManager ruleManager)
Command
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.