| Package | Description |
|---|---|
| de.aristaflow.adept2.core.datamanager | |
| de.aristaflow.adept2.model.datamanagement |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessAwareAccess.validateWrittenValues(SessionToken session,
Instance instance,
int nodeId,
int nodeIteration,
java.lang.String savepoint)
Validates and verifies all values written by the designated node instance
for the designated savepoint, that is, the values are not temporary any
more but valid for the following nodes and it is checked whether all
mandatory output parameters have valid values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MandatoryParameterValueNotSetException
A
MandatoryParameterValueNotSetException indicates that a
mandatory output parameter has not been provided a value. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedAccessDataContainer.validateWrittenValues(SessionToken session,
int index)
Validates and verifies all values written by the application identified by
the designated index.
|