Uses of Class
de.aristaflow.adept2.model.execution.InvalidActivityStateException
Packages that use InvalidActivityStateException
Package
Description
-
Uses of InvalidActivityStateException in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that throw InvalidActivityStateExceptionModifier and TypeMethodDescriptionProcessAwareAccess.getObsoleteDataContainer(SessionToken session, ExecutionHistory execHist, Instance instance, int nodeID, int iteration) Gets the data container for a finished application specified by the designated node and iteration ID. -
Uses of InvalidActivityStateException in de.aristaflow.adept2.core.eventmanager
Methods in de.aristaflow.adept2.core.eventmanager that throw InvalidActivityStateExceptionModifier and TypeMethodDescriptionvoidActivityEventManager.deselectActivity(EBPInstanceReference activity) Deselects the designated activity and thus makes it available for reassigning.ActivityEventManager.getSimpleSessionContext(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode) Gets an incomplete simple session context for the designated activity.ActivityEventManager.selectActivity(EBPInstanceReference activity) Selects the designated activity and thus assigns it to this event manager.ActivityEventManager.startActivity(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode) Starts the designated activity if it is appropriate for aRuntimeServiceand provides its process context. -
Uses of InvalidActivityStateException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw InvalidActivityStateExceptionModifier and TypeMethodDescriptionvoidAbstractEventManager.deselectActivity(EBPInstanceReference activity) AbstractEventManager.getSimpleSessionContext(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode) AbstractEventManager.selectActivity(EBPInstanceReference activity) AbstractEventManager.startActivity(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode) -
Uses of InvalidActivityStateException in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that throw InvalidActivityStateExceptionModifier and TypeMethodDescriptionvoidActivityExecutionControl.abortActivity(SessionToken session, EBPInstanceReference activity, String errorMessage, long errorCode, boolean force, boolean propagate) Instructs the ActivityExecutionControl to abort the activity and propagate the abortion if appropriate, e.voidActivityTermination.activityFailed(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer, String errorMessage, String state, long errorCode) Signals the failure of an activity, which means, setting the state of the process step accordingly and starting appropriate measures, for instance, rolling back or restarting.voidActivityTermination.activityFinished(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer) Signals the termination of an activity, which means, setting the state of the process step accordingly, storing the values of the output parameters - encapsulated in the designated data container - and activating new process steps if appropriate.voidActivityTermination.activityReset(SessionToken session, EBPInstanceReference activity) Signals a reset of a running activity, which means, the current state (including the written values) is completely dropped and resetting the state of the node toNS_ACTIVATED.voidActivityTermination.activityResetTo(SessionToken session, EBPInstanceReference activity, String savepoint) Signals a reset of a running activity to the designated savepoint.voidActivityTermination.activitySuspended(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer) Signals a suspending of an activity, which means, setting the state of the process step accordingly and storing the values of the output parameters - encapsulated in the designated data container.voidActivityTermination.activitySuspended(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer, String savepoint) Signals a suspending of an activity, which means, setting the state of the process step accordingly and storing the values of the output parameters - encapsulated in the designated data container.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.voidActivityTermination.flushDataContainer(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer) Flushes the current state of the designated data container, that is, the values of the output parameters and the application states and stores them internally with the last savepoint ID of the designated data container.voidActivityTermination.flushSavepoint(SessionToken session, EBPInstanceReference activity, DataContainer dataContainer, String savepoint) Flushes the state of the designated savepoint in the designated data container, that is, the values of the output parameters and the application states for the designated savepoint and stores them internally.ActivityStarting.getExecutionContext(SessionToken session, EBPInstanceReference activity) Gets the execution context for the designated activity.ActivityExecutionControl.getSavepoints(SessionToken session, EBPInstanceReference activity) Gets all savepoints and their respective names for the designated activity.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.ActivityExecutionControl.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.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.booleanActivityExecutionControl.suspendActivity(SessionToken session, EBPInstanceReference activity, boolean waitForAcknowledgement, boolean propagate) Instructs the ActivityExecutionControl to suspend the specified activity and propagate the suspension if appropriate, e. -
Uses of InvalidActivityStateException in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that throw InvalidActivityStateExceptionModifier and TypeMethodDescriptionSynchronousActivityStarting.resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity) Resumes the designated activity and logs the agent, the organisational position.SynchronousActivityStarting.resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity, URI[] stateListener) Resumes the designated activity and logs the agent, the organisational position.SynchronousActivityStarting.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 InvalidActivityStateException in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that throw InvalidActivityStateExceptionModifier and TypeMethodDescriptionRemoteActivityStarting.getSimpleSessionContext(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode) Gets an incomplete simple session context for the designated activity.RemoteActivityStarting.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.RemoteActivityStarting.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 InvalidActivityStateException in de.aristaflow.adept2.model.execution
Subclasses of InvalidActivityStateException in de.aristaflow.adept2.model.executionModifier and TypeClassDescriptionclassThis exception will be raised if an execution manager cannot resolve the runtime manager URIs provided by anEBPInstanceReference. -
Uses of InvalidActivityStateException in de.aristaflow.ilm.model.execution
Constructors in de.aristaflow.ilm.model.execution with parameters of type InvalidActivityStateException