Uses of Interface
de.aristaflow.adept2.model.datamanagement.InputDataContainer
-
Packages that use InputDataContainer Package Description de.aristaflow.adept2.core.datamanager de.aristaflow.adept2.model.datamanagement -
-
Uses of InputDataContainer in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that return InputDataContainer Modifier and Type Method Description InputDataContainer
ProcessUnawareAccess. getInputDataContainer(SessionToken session, Instance instance, Set<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.Methods in de.aristaflow.adept2.core.datamanager that return types with arguments of type InputDataContainer Modifier and Type Method Description Map<UUID,InputDataContainer>
DataMonitor. getCurrentDataValues(SessionToken session, Collection<InstanceNode> instTrees, Map<UUID,Map<Integer,ProcessConstants.AdeptDataType>> dataElementIds)
Gets the current values of the designated data elements for the designated instances. -
Uses of InputDataContainer in de.aristaflow.adept2.model.datamanagement
Subinterfaces of InputDataContainer in de.aristaflow.adept2.model.datamanagement Modifier and Type Interface 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
AnIndexedAccessDataContainer
extends the read-only access to input parameter fromInputDataContainer
by indexed access to input parameter as well as output parameters.interface
InstanceDataContainer
An instance data container extends a normalDataContainer
and allows to conveniently set the input parameters and retrieve the output parameters of a process instance.Fields in de.aristaflow.adept2.model.datamanagement declared as InputDataContainer Modifier and Type Field Description protected InputDataContainer
InvalidDataContainerException. invalidDataContainer
The data container that has caused this exception.Methods in de.aristaflow.adept2.model.datamanagement that return InputDataContainer Modifier and Type Method Description InputDataContainer
InvalidDataContainerException. getInvalidDataContainer()
Gets the data container that caused this exception ornull
if this exception is caused by a missing data container.Constructors in de.aristaflow.adept2.model.datamanagement with parameters of type InputDataContainer Constructor Description InvalidDataContainerException(InputDataContainer invalidDataContainer, String invalidParameterName)
Constructs a newInvalidDataContainerException
to indicate that the designated data container does not contain the expected data.InvalidDataContainerException(InputDataContainer invalidDataContainer, String invalidParameterName, Throwable cause)
Constructs a newInvalidDataContainerException
raised by the designated cause while accessing/manipulating the designated data container with the designated parameter name.InvalidDataContainerException(InputDataContainer invalidDataContainer, UUID instanceID, int nodeID, int nodeIteration)
Constructs a newInvalidDataContainerException
to indicate that the designated data container does not correspond to the node information when flushed.InvalidListValuedDataContainerException(InputDataContainer invalidDataContainer, String invalidParameterName)
Creates a newInvalidListValuedDataContainerException
indicating problems with the designated parent data container and the designated parameter.
-