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 InputDataContainerProcessUnawareAccess. getInputDataContainer(SessionToken session, Instance instance, Set<Integer> dataElementIDs)Gets an input data container providing the most recent values of the designated data element IDs.InputDataContainerProcessAwareAccess. 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 interfaceDataContainerThis 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.interfaceIndexedAccessDataContainerAnIndexedAccessDataContainerextends the read-only access to input parameter fromInputDataContainerby indexed access to input parameter as well as output parameters.interfaceInstanceDataContainerAn instance data container extends a normalDataContainerand 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 InputDataContainerInvalidDataContainerException. invalidDataContainerThe data container that has caused this exception.Methods in de.aristaflow.adept2.model.datamanagement that return InputDataContainer Modifier and Type Method Description InputDataContainerInvalidDataContainerException. getInvalidDataContainer()Gets the data container that caused this exception ornullif 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 newInvalidDataContainerExceptionto indicate that the designated data container does not contain the expected data.InvalidDataContainerException(InputDataContainer invalidDataContainer, String invalidParameterName, Throwable cause)Constructs a newInvalidDataContainerExceptionraised 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 newInvalidDataContainerExceptionto indicate that the designated data container does not correspond to the node information when flushed.InvalidListValuedDataContainerException(InputDataContainer invalidDataContainer, String invalidParameterName)Creates a newInvalidListValuedDataContainerExceptionindicating problems with the designated parent data container and the designated parameter.
-