| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ProcessAwareAccess.flushDataContainer(SessionToken session,
Instance instance,
int writingNodeId,
int writerIteration,
DataContainer dataContainer,
java.lang.String savepoint)
Flushes all values from the designated data container and persists them in
this data manager (if the corresponding data container stems from this data
manager) referring to it by the designated savepoint ID.
|
void |
ProcessAwareAccess.flushSavepoint(SessionToken session,
Instance instance,
int writingNodeId,
int writerIteration,
DataContainer dataContainer,
java.lang.String savepoint)
Flushes the designated safepoint only.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
InstanceStartEventManager.createAndStartInstance(SessionToken session,
java.util.UUID templateID,
InstanceDataContainer dataContainer)
Creates a new instance of the designated process template, starts the
instance and logs the designated user as initiator of the process instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
AbstractEventManager.createAndStartInstance(SessionToken session,
java.util.UUID templateID,
InstanceDataContainer dataContainer) |
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
InstanceControl.createAndStartInstance(SessionToken session,
java.util.UUID processTemplateID,
ExecutionContext executionContext,
java.net.URI[] rtMgr,
java.net.URI[] stateListener)
Creates a new instance of the designated process template, starts the instance and logs the
designated user as initiator of the process instance.
|
java.util.UUID |
InstanceControl.createAndStartInstance(SessionToken session,
java.util.UUID processTemplateID,
java.net.URI[] stateListener)
Creates a new instance of the designated process template, starts the
instance and logs the designated user as initiator of the process instance.
|
java.util.UUID |
InstanceControl.createAndStartInstance(SessionToken session,
java.util.UUID processTemplateID,
java.net.URI[] rtMgr,
java.net.URI[] stateListener)
Creates a new instance of the designated process template, starts the instance and logs the
designated user as initiator of the process instance.
|
java.util.UUID |
InstanceControl.createAndStartSubInstance(SessionToken session,
EBPInstanceReference superInstanceActivity,
ExecutionContext executionContext,
java.net.URI[] stateListener)
Creates a new instance of the designated process template as a subprocess
of the designated activity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidListValuedDataContainerException
An
InvalidListValuedDataContainerException indicates that a
designated data container does not provide the necessary data of the right
type for indexed access. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedAccessDataContainer.flush(SessionToken session)
Flushes all the internally stored values that have not been saved to the
data manager yet.
|