Class DeleteGraphNodeCommand
- java.lang.Object
-
- org.uberfire.ext.wires.bpmn.client.commands.impl.DeleteGraphNodeCommand
-
-
Constructor Summary
Constructors Constructor Description DeleteGraphNodeCommand(org.uberfire.ext.wires.bpmn.api.model.BpmnGraph target, org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode candidate)
-
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
-
-