Uses of Class
de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Packages that use InvalidDataContainerException
Package
Description
-
Uses of InvalidDataContainerException in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that throw InvalidDataContainerExceptionModifier and TypeMethodDescriptionProcessAwareAccess.flushDataContainer(SessionToken session, Instance instance, int writingNodeId, int writerIteration, DataContainer dataContainer, String savepoint) Flushes all values from the designated data container and persists them in this data manager (if the corresponding data container stems from this data manager) referring to it by the designated savepoint ID.voidProcessAwareAccess.flushSavepoint(SessionToken session, Instance instance, int writingNodeId, int writerIteration, DataContainer dataContainer, String savepoint) Flushes the designated safepoint only. -
Uses of InvalidDataContainerException in de.aristaflow.adept2.core.eventmanager
Methods in de.aristaflow.adept2.core.eventmanager that throw InvalidDataContainerExceptionModifier and TypeMethodDescriptiondefault UUIDInstanceStartEventManager.createAndStartInstance(SessionToken session, UUID templateID, InstanceDataContainer dataContainer) Deprecated, for removal: This API element is subject to removal in a future version.InstanceStartEventManager.startInstance(SessionToken session, UUID templId, InstanceDataContainer dataContainer) Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance. -
Uses of InvalidDataContainerException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw InvalidDataContainerExceptionModifier and TypeMethodDescriptionAbstractEventManager.startInstance(SessionToken session, UUID templId, InstanceDataContainer dataContainer) -
Uses of InvalidDataContainerException in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that throw InvalidDataContainerExceptionModifier and TypeMethodDescriptiondefault UUIDInstanceControl.createAndStartInstance(SessionToken session, UUID processTemplateID, ExecutionContext executionContext, URI[] rtMgr, URI[] stateListener) Deprecated, for removal: This API element is subject to removal in a future version.default UUIDInstanceControl.createAndStartInstance(SessionToken session, UUID processTemplateID, URI[] stateListener) Deprecated, for removal: This API element is subject to removal in a future version.default UUIDInstanceControl.createAndStartInstance(SessionToken session, UUID processTemplateID, URI[] rtMgr, URI[] stateListener) Deprecated, for removal: This API element is subject to removal in a future version.default UUIDInstanceControl.createAndStartSubInstance(SessionToken session, EBPInstanceReference superInstanceActivity, ExecutionContext executionContext, URI[] stateListener) Deprecated, for removal: This API element is subject to removal in a future version.InstanceControl.startInstance(SessionToken session, UUID templId, ExecutionContext execContext, URI[] rtMgr, URI[] stateListener) Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance.InstanceControl.startInstance(SessionToken session, UUID templId, URI[] stateListener) Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance.InstanceControl.startInstance(SessionToken session, UUID templId, URI[] rtMgr, URI[] stateListener) Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance.InstanceControl.startSubInstance(SessionToken session, EBPInstanceReference parentLwp, ExecutionContext execContext, URI[] stateListener) Creates a new instance as subprocess of the designated activity/lightweight process referring to the corresponding subprocess template ID. -
Uses of InvalidDataContainerException in de.aristaflow.adept2.model.datamanagement
Subclasses of InvalidDataContainerException in de.aristaflow.adept2.model.datamanagementModifier and TypeClassDescriptionclassAnInvalidListValuedDataContainerExceptionindicates that a designated data container does not provide the necessary data of the right type for indexed access.Methods in de.aristaflow.adept2.model.datamanagement that throw InvalidDataContainerExceptionModifier and TypeMethodDescriptionvoidIndexedAccessDataContainer.flush(SessionToken session) Flushes all the internally stored values that have not been saved to the data manager yet. -
Uses of InvalidDataContainerException in de.aristaflow.ilm.model.datamanagement
Constructors in de.aristaflow.ilm.model.datamanagement with parameters of type InvalidDataContainerException
InstanceStartEventManager.startInstance(SessionToken, UUID, InstanceDataContainer)instead.