Uses of Class
de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
-
-
Uses of InvalidDataContainerException in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that throw InvalidDataContainerException Modifier and Type Method Description String
ProcessAwareAccess. 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.void
ProcessAwareAccess. 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 InvalidDataContainerException Modifier and Type Method Description default UUID
InstanceStartEventManager. createAndStartInstance(SessionToken session, UUID templateID, InstanceDataContainer dataContainer)
Deprecated, for removal: This API element is subject to removal in a future version.SerialisablePair<UUID,UUID>
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 InvalidDataContainerException Modifier and Type Method Description SerialisablePair<UUID,UUID>
AbstractEventManager. 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 InvalidDataContainerException Modifier and Type Method Description default UUID
InstanceControl. 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 UUID
InstanceControl. createAndStartInstance(SessionToken session, UUID processTemplateID, URI[] stateListener)
Deprecated, for removal: This API element is subject to removal in a future version.default UUID
InstanceControl. createAndStartInstance(SessionToken session, UUID processTemplateID, URI[] rtMgr, URI[] stateListener)
Deprecated, for removal: This API element is subject to removal in a future version.default UUID
InstanceControl. createAndStartSubInstance(SessionToken session, EBPInstanceReference superInstanceActivity, ExecutionContext executionContext, URI[] stateListener)
Deprecated, for removal: This API element is subject to removal in a future version.SerialisablePair<UUID,UUID>
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.SerialisablePair<UUID,UUID>
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.SerialisablePair<UUID,UUID>
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.SerialisablePair<UUID,UUID>
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.datamanagement Modifier and Type Class Description class
InvalidListValuedDataContainerException
AnInvalidListValuedDataContainerException
indicates 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 InvalidDataContainerException Modifier and Type Method Description void
IndexedAccessDataContainer. 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 Constructor Description InvalidDataContainerException(InvalidDataContainerException idce)
-