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 UUID
InstanceStartEventManager. createAndStartInstance(SessionToken session, UUID templateID, 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 UUID
AbstractEventManager. createAndStartInstance(SessionToken session, UUID templateID, 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 UUID
InstanceControl. createAndStartInstance(SessionToken session, UUID processTemplateID, ExecutionContext executionContext, 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.UUID
InstanceControl. createAndStartInstance(SessionToken session, UUID processTemplateID, 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.UUID
InstanceControl. createAndStartInstance(SessionToken session, UUID processTemplateID, 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.UUID
InstanceControl. createAndStartSubInstance(SessionToken session, EBPInstanceReference superInstanceActivity, ExecutionContext executionContext, URI[] stateListener)
Creates a new instance of the designated process template as a subprocess of the designated activity. -
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)
-