Package | Description |
---|---|
org.uberfire.ext.wires.bpmn.client.commands | |
org.uberfire.ext.wires.bpmn.client.commands.impl |
Modifier and Type | Method and Description |
---|---|
Results |
CommandManager.execute(RuleManager ruleManager,
Command command)
Execute a Command and return results
|
Modifier and Type | Class and Description |
---|---|
class |
AddEdgeCommand
A Command to add an Edge between two GraphNodes
|
class |
AddGraphNodeCommand
A Command to add a GraphNode to a Graph
|
class |
BatchCommand
A batch of Commands to be executed as an atomic unit
|
class |
DeleteEdgeCommand
A Command to delete an Edge between two GraphNodes
|
class |
DeleteGraphNodeCommand
A Command to delete a GraphNode from a Graph
|
Modifier and Type | Method and Description |
---|---|
Results |
DefaultCommandManagerImpl.execute(RuleManager ruleManager,
Command command) |
Constructor and Description |
---|
BatchCommand(Command... commands) |
Constructor and Description |
---|
BatchCommand(List<Command> commands) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.