Class DefaultCommandManagerImpl
- java.lang.Object
-
- org.uberfire.ext.wires.bpmn.client.commands.impl.DefaultCommandManagerImpl
-
- All Implemented Interfaces:
CommandManager
@ApplicationScoped public class DefaultCommandManagerImpl extends Object implements CommandManager
Default implementation of CommandManager
-
-
Constructor Summary
Constructors Constructor Description DefaultCommandManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resultsexecute(RuleManager ruleManager, Command command)Execute a Command and return resultsResultsundo(RuleManager ruleManager)Undo the most recent command
-
-
-
Method Detail
-
execute
public Results execute(RuleManager ruleManager, Command command)
Description copied from interface:CommandManagerExecute a Command and return results- Specified by:
executein interfaceCommandManager- Returns:
-
undo
public Results undo(RuleManager ruleManager)
Description copied from interface:CommandManagerUndo the most recent command- Specified by:
undoin interfaceCommandManager- Returns:
-
-