Uses of Class
de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
-
-
Uses of InvalidInstanceStateException in de.aristaflow.adept2.core.eventmanager
Methods in de.aristaflow.adept2.core.eventmanager that throw InvalidInstanceStateException Modifier and Type Method Description voidActivityEventManager. deselectActivity(EBPInstanceReference activity)Deselects the designated activity and thus makes it available for reassigning.SimpleSessionContextActivityEventManager. getSimpleSessionContext(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)Gets an incomplete simple session context for the designated activity.SimpleSessionContextActivityEventManager. selectActivity(EBPInstanceReference activity)Selects the designated activity and thus assigns it to this event manager.Pair<SessionToken,SimpleSessionContext>ActivityEventManager. startActivity(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)Starts the designated activity if it is appropriate for aRuntimeServiceand provides its process context.voidInstanceStartEventManager. stopAndAbortInstance(SessionToken session, UUID instanceId, String errorMessage, String errorState, long errorCode)Stops the designated instance and also the running activities. -
Uses of InvalidInstanceStateException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw InvalidInstanceStateException Modifier and Type Method Description voidAbstractEventManager. deselectActivity(EBPInstanceReference activity)SimpleSessionContextAbstractEventManager. getSimpleSessionContext(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)SimpleSessionContextAbstractEventManager. selectActivity(EBPInstanceReference activity)Pair<SessionToken,SimpleSessionContext>AbstractEventManager. startActivity(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)voidAbstractEventManager. stopAndAbortInstance(SessionToken session, UUID instanceId, String errorMessage, String errorState, long errorCode) -
Uses of InvalidInstanceStateException in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that throw InvalidInstanceStateException Modifier and Type Method Description Map<UUID,UUID>ExecutionManager. archiveInstance(SessionToken session, UUID instanceID)Archives the designated instance which removes the instance data completely from the underlying services which includes theInstanceManager, theDataManagerand theExecutionHistory.SerialisablePair<Collection<UUID>,Map<UUID,UUID>>ExecutionManager. archiveTemplate(SessionToken session, UUID templateID)Archives the designated template which removes the template and the instance data completely from the underlying services which includes theTemplateManager, theInstanceManager, theDataManagerand theExecutionHistory.voidInstanceControl. commitInstance(SessionToken session, UUID instanceID)Commits the designated instance, that means, the instance is marked as successfully completed.voidActivityStarting. deselectActivity(SessionToken session, EBPInstanceReference activity)Deselects the designated activity, that is, the designated user does not want to execute the activity later any more.voidActivityStarting. enquireActivity(SessionToken session, EBPInstanceReference activity, Set<QualifiedAgent> recipients, String question)Sets an enquiry for the designated activity and delegates it to the designated recipients.ExecutionContextActivityStarting. getExecutionContext(SessionToken session, EBPInstanceReference activity)Gets the execution context for the designated activity.ChangeableInstanceInstanceChanging. getInstanceForChanging(SessionToken session, UUID instanceID)Gets a process instance that may be changed after retrieval.VoteInstanceControl. prepareCommitInstance(SessionToken session, UUID instanceID)Prepares the commit of an instance.voidActivityStarting. replyEnquiry(SessionToken session, EBPInstanceReference activity, String reply)Replies to the designated activity, that is the last enquiry is replied.voidActivityExecutionControl. resetActivity(SessionToken session, EBPInstanceReference activity, boolean forceReset)Resets the designated activity to its initial state when it is first activated.voidActivityExecutionControl. resetActivity(SessionToken session, EBPInstanceReference activity, boolean forceReset, String savepoint)Resets the designated activity to the designated savepoint.StringActivityExecutionControl. resetToPrevSavepoint(SessionToken session, EBPInstanceReference activity, boolean forceReset)Resets the designated activity to the previous savepoint.voidActivityStarting. resumeActivity(SessionToken session, EBPInstanceReference activity)Resumes the designated activity from the latest valid savepoint and logs the agent, the organisational position.voidInstanceControl. resumeInstance(SessionToken session, UUID instanceID)Resumes the designated (top-level or sub-process) instance and (re-)offers all active (including suspended) activities to the worklist manager.voidInstanceControl. resumeInstance(SessionToken session, UUID instanceID, URI[] stateListener)Resumes the designated (top-level or sub-process) instance and (re-)offers all active (including suspended) activities to the worklist manager.voidInstanceControl. rollbackInstance(SessionToken session, UUID instanceID)Resets the designated instance, which includes rolling back the data and the effects of the instance as a whole.voidActivityStarting. selectActivity(SessionToken session, EBPInstanceReference activity)Selects the designated activity, that is, the designated user wants to execute the activity later.voidActivityStarting. startActivity(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)Starts the designated activity in the designated execution mode and logs the agent, the organisational position.voidInstanceControl. stopAndAbortInstance(SessionToken session, UUID instanceID, boolean propagateToRunningActs, String errorMessage, String state, long errorCode)Stops the designated instance and if appropriate also the running activities.booleanInstanceControl. suspendInstance(SessionToken session, UUID instanceID, boolean propagateToRunningActs)Suspends the designated instance and if appropriate also the running activities. -
Uses of InvalidInstanceStateException in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that throw InvalidInstanceStateException Modifier and Type Method Description Map<UUID,UUID>InstanceManager. archiveInstance(SessionToken session, UUID instanceID)Archives the designated instance, that is the instance and all related data like the status, child instances (and their statuses) as well as the (modified) template in case of a instance-specific template are removed from this instance manager.SerialisablePair<Collection<UUID>,Map<UUID,UUID>>TemplateManager. archiveTemplate(SessionToken session, UUID templateID)Archives the designated template, which removes: the template itself, modified templates based on this template, its embedded templates, all corresponding template statuses, all of its instances (including the ones from the modified and embedded templates based on the designated template, all corresponding instance statuses, This alsoarchives all corresponding instances. -
Uses of InvalidInstanceStateException in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that throw InvalidInstanceStateException Modifier and Type Method Description GUIContextSynchronousActivityStarting. resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity)Resumes the designated activity and logs the agent, the organisational position.GUIContextSynchronousActivityStarting. resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity, URI[] stateListener)Resumes the designated activity and logs the agent, the organisational position.GUIContextSynchronousActivityStarting. startActivitySynchronously(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode, URI[] stateListener)Starts the designated activity in the designated execution mode and logs the agent, the organisational position. -
Uses of InvalidInstanceStateException in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that throw InvalidInstanceStateException Modifier and Type Method Description SimpleSessionContextRemoteActivityStarting. getSimpleSessionContext(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)Gets an incomplete simple session context for the designated activity.SimpleSessionContextRemoteActivityStarting. resumeActivity(SessionToken session, EBPInstanceReference activity, URI[] exeMsgListener)Resumes the designated activity from the latest valid savepoint if the activity is appropriate for aRuntimeServiceand provides its process context and the execution session ID.SimpleSessionContextRemoteActivityStarting. startActivity(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode, URI[] exeMsgListener)Starts the designated activity if it is appropriate for aRuntimeServiceand provides its process context and the execution session ID. -
Uses of InvalidInstanceStateException in de.aristaflow.ilm.model.processmodel
Constructors in de.aristaflow.ilm.model.processmodel with parameters of type InvalidInstanceStateException Constructor Description InvalidInstanceStateException(InvalidInstanceStateException iise)
-