| Package | Description |
|---|---|
| de.aristaflow.adept2.core.executionmanager | |
| de.aristaflow.adept2.core.processmanager | |
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| Modifier and Type | Method and Description |
|---|---|
ChangeReport |
InstanceChanging.changeAndUnlockInstance(SessionToken session,
ChangeableInstance instance,
java.util.Locale... locales)
Validates the instance and if this is successful, the designated instance will be changed,
unlocked, resumed and the worklist and data managers will be informed about the new instance
structure and state.
|
ChangeReport |
InstanceChanging.changeInstance(SessionToken session,
ChangeableInstance instance,
java.util.Locale... locales)
Validates the instance and if this is successful, the designated instance will be changed and
the worklist and data managers will be informed about the new instance structure and state.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeReport |
InstanceManager.changeAndUnlockInstance(SessionToken session,
ChangeableInstance instance,
java.util.Locale... locales)
Releases the lock of the designated instance and incorporates the made changes.
|
ChangeReport |
InstanceManager.changeInstance(SessionToken session,
ChangeableInstance instance,
java.util.Locale... locales)
Changes the instance and returns a new UUID but does not release the lock.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalisedChangeReport
A
ChangeReport providing localisation like a LocalisedCheckReport. |