| AddNodeSystemParameter |
Change operation for adding a system parameter to a node.
|
| AddSystemDataFlow |
Change operation for adding a system data flow.
|
| AssignEmptyEmbeddedSubprocess |
Change operation for the creation/assignment of an empty embedded subprocess
on a node.
|
| AssignExecutableBusinessProcess |
Change operation for the assignment of an executable business process
(activity or sub-process/lightweight-process) to a node.
|
| ChangeOperationTools |
A helper class with tools which are used by the change operations.
|
| ConvertActivityTemplateToActivity |
Helper class for the conversion of an activity template to an activity
|
| CopyNode |
Change operation to copy a process node.
|
| CreateSurroundingBlock |
This change operation offers the possibility to surround nodes with a block
of the following types:
AND-Split -> AND-Join
XOR-Split -> XOR-Join
LOOP-Start -> LOOP-End
Call isPossible first to check if the insertion of the surrounding block is
valid, than call perform operation to execute the change.
|
| DeleteBorderNodes |
Use this change operation to delete the split/start loop and join/end loop
nodes.
|
| DeleteDataEdge |
Change operation for the deletion of a data edge between a node and a data element.
|
| DeleteDataElement |
ChangeOperation to delete a data element (including its in- and outgoing data
edges).
|
| DeleteEmptyBranch |
Deletes an empty branch between a split and its corresponding join node.
|
| DeleteNode |
Change operation for the deletion of a single node.
|
| EndTransaction |
Signals the end of a change transaction
|
| InsertBetweenNodeSets |
Change operation for inserting a new node between a set of nodes which should
be executed before and a set of nodes which should be executed after the
newly inserted node.
|
| InsertDataEdge |
Change operation for inserting a data edge between a node and a data element.
|
| InsertDataElement |
Change operation for insertion of a new data element.
|
| InsertEmptyBlock |
Inserts an empty block consisting of a split, and a join node, and a single
empty branch between them.
|
| InsertEmptyBranch |
Insert a branch between a split and its corresponding join node.
|
| InsertNode |
Change operation for inserting a new node.
|
| MoveNodes |
Change operation for moving nodes.
|
| NodeDependencyProvider |
|
| ReconnectDataEdge |
The intended task of this change operation is to reconnect an already
existent and already to a parameter connected data edge to a parameter which
is disabled or unconnected.
|
| RemoveExecutableBusinessProcess |
Change operation for the removal/deletion of a nodes' EBP
Call isPossible first to check if the assignment is valid, than call perform
operation to execute the change.
|
| RemoveNodeSystemParameter |
Change operation for removing a system parameter from a node.
|
| RemoveSystemDataFlow |
Change operation for removing a system data flow.
|
| StartTransaction |
Signals the beginning of a change transaction
|
| SwapDataElementParameterConnections |
The intended task of this change operation is to swap the already existent
logical mapping between two data elements and their parameters of an EBP.
|
| ToggleNodeVisibility |
Change operation, which allows to hide nodes in the process graph.
|
| ToggleSyncEdge |
Change operation, which allows toggling sync-edges between nodes of parallel
branches.
|
| UpdateDataEdge |
Change Operation to update the properties of a data edge.
|
| UpdateDataElement |
Change Operation to update the properties of a data element.
|
| UpdateDataElementParameterMapping |
Use this operation to update/change the mapping between the parameters of an
assigned EBP and its data elements.
|
| UpdateExecutableBusinessProcess |
Change Operation to update the properties of an executable business process.
|
| UpdateInstance |
Change Operation to update the properties of an instance.
|
| UpdateNode |
Change Operation to update the properties of a node.
|
| UpdateNodeSystemDependency |
Change Operation to update (add/remove) the system parameters referenced by the node property.
|
| UpdatePluginDataContainer |
Change Operation to update a plug in data container.
|
| UpdateTemplate |
Change Operation to update the properties of a template.
|
| UpdateUserAttribute |
Change Operation to update a user attribute.
|
| VolatileNodeDependencyProvider |
A dependency provider in the context of a template and a volatile node, i.e.
|