Uses of Interface
de.aristaflow.adept2.model.datamanagement.InputDataContainer
Packages that use InputDataContainer
Package
Description
-
Uses of InputDataContainer in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that return InputDataContainerModifier and TypeMethodDescriptionProcessUnawareAccess.getInputDataContainer(SessionToken session, Instance instance, Set<Integer> dataElementIDs) Gets an input data container providing the most recent values of the designated data element IDs.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 InputDataContainerModifier and TypeMethodDescriptionDataMonitor.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.datamanagementModifier and TypeInterfaceDescriptioninterfaceThis 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.interfaceAnIndexedAccessDataContainerextends the read-only access to input parameter fromInputDataContainerby indexed access to input parameter as well as output parameters.interfaceAn 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 InputDataContainerModifier and TypeFieldDescriptionprotected final InputDataContainerInvalidDataContainerException.invalidDataContainerThe data container that has caused this exception.Methods in de.aristaflow.adept2.model.datamanagement that return InputDataContainerModifier and TypeMethodDescriptionInvalidDataContainerException.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 InputDataContainerModifierConstructorDescriptionInvalidDataContainerException(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. -
Uses of InputDataContainer in de.aristaflow.ilm.model.datamanagement
Methods in de.aristaflow.ilm.model.datamanagement with parameters of type InputDataContainerModifier and TypeMethodDescriptionstatic DataContainerTransformation.toIlm(InputDataContainer idc, Logger logger)