Uses of Interface
org.uberfire.ext.wires.bpmn.client.commands.Command
-
Packages that use Command Package Description org.uberfire.ext.wires.bpmn.client.commands org.uberfire.ext.wires.bpmn.client.commands.impl -
-
Uses of Command in org.uberfire.ext.wires.bpmn.client.commands
Methods in org.uberfire.ext.wires.bpmn.client.commands with parameters of type Command Modifier and Type Method Description ResultsCommandManager. execute(RuleManager ruleManager, Command command)Execute a Command and return results -
Uses of Command in org.uberfire.ext.wires.bpmn.client.commands.impl
Classes in org.uberfire.ext.wires.bpmn.client.commands.impl that implement Command Modifier and Type Class Description classAddEdgeCommandA Command to add an Edge between two GraphNodesclassAddGraphNodeCommandA Command to add a GraphNode to a GraphclassBatchCommandA batch of Commands to be executed as an atomic unitclassDeleteEdgeCommandA Command to delete an Edge between two GraphNodesclassDeleteGraphNodeCommandA Command to delete a GraphNode from a GraphMethods in org.uberfire.ext.wires.bpmn.client.commands.impl with parameters of type Command Modifier and Type Method Description ResultsDefaultCommandManagerImpl. execute(RuleManager ruleManager, Command command)Constructors in org.uberfire.ext.wires.bpmn.client.commands.impl with parameters of type Command Constructor Description BatchCommand(Command... commands)Constructor parameters in org.uberfire.ext.wires.bpmn.client.commands.impl with type arguments of type Command Constructor Description BatchCommand(List<Command> commands)
-