| Package | Description |
|---|---|
| de.aristaflow.adept2.core.datamanager | |
| de.aristaflow.adept2.model.datamanagement |
| Modifier and Type | Method and Description |
|---|---|
InputDataContainer |
ProcessUnawareAccess.getInputDataContainer(SessionToken session,
Instance instance,
java.util.Set<java.lang.Integer> dataElementIDs)
Gets an input data container providing the most recent values of the
designated data element IDs.
|
InputDataContainer |
ProcessAwareAccess.getNodeDataContainer(SessionToken session,
Instance instance,
int nodeID)
Gets the data container for the designated node.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataContainer
This interface encapsulates the data context of an application as provided by
the execution manager for the runtime manager, that is, the values of the
input and output parameters of an application.
|
interface |
IndexedAccessDataContainer
An
IndexedAccessDataContainer extends the read-only access to
input parameter from InputDataContainer by indexed access to input
parameter as well as output parameters. |
interface |
InstanceDataContainer
An instance data container extends a normal
DataContainer and
allows to conveniently set the input parameters and retrieve the output
parameters of a process instance. |
| Modifier and Type | Field and Description |
|---|---|
protected InputDataContainer |
InvalidDataContainerException.invalidDataContainer
The data container that has caused this exception.
|
| Modifier and Type | Method and Description |
|---|---|
InputDataContainer |
InvalidDataContainerException.getInvalidDataContainer()
Gets the data container that caused this exception.
|
| Constructor and Description |
|---|
InvalidDataContainerException(InputDataContainer invalidDataContainer,
java.lang.String invalidParameterName)
Constructs a new
InvalidDataContainerException to indicate
that the designated data container does not contain the expected data. |
InvalidDataContainerException(InputDataContainer invalidDataContainer,
java.lang.String invalidParameterName,
java.lang.Throwable cause)
Constructs a new
InvalidDataContainerException raised by the
designated cause while accessing/manipulating the designated data container
with the designated parameter name. |
InvalidDataContainerException(InputDataContainer invalidDataContainer,
java.util.UUID instanceID,
int nodeID,
int nodeIteration)
Constructs a new
InvalidDataContainerException to indicate
that the designated data container does not correspond to the node
information when flushed. |
InvalidListValuedDataContainerException(InputDataContainer invalidDataContainer,
java.lang.String invalidParameterName)
Creates a new
InvalidListValuedDataContainerException
indicating problems with the designated parent data container and the
designated parameter. |