public class StartTransaction
extends java.lang.Object
| Constructor and Description |
|---|
StartTransaction() |
| Modifier and Type | Method and Description |
|---|---|
static void |
performOperation(ChangeableInstance instance,
UpdateManager updateManager)
starts a transaction
|
static void |
performOperation(ChangeableTemplate template,
UpdateManager updateManager)
starts a transaction
|
static void |
performOperation(ChangePrimitives processGraph,
UpdateManager updateManager)
Worker method to do the structural changes for both changeable templates
and changeable instances.
|
public static void performOperation(ChangeableTemplate template, UpdateManager updateManager)
template - the related templateupdateManager - The UpdateManager where modifications are logged, may
be nullpublic static void performOperation(ChangeableInstance instance, UpdateManager updateManager)
instance - the related changeable instanceupdateManager - The UpdateManager where modifications are logged, may
be nullpublic static void performOperation(ChangePrimitives processGraph, UpdateManager updateManager)
processGraph - an instance of type ChangeableTemplate or
ChangeableInstanceupdateManager - The UpdateManager where modifications are logged, may
be null