Uses of Class
de.aristaflow.adept2.model.execution.WrongAgentException
-
-
Uses of WrongAgentException in de.aristaflow.adept2.core.eventmanager
Methods in de.aristaflow.adept2.core.eventmanager that throw WrongAgentException Modifier and Type Method Description void
ActivityEventManager. deselectActivity(EBPInstanceReference activity)
Deselects the designated activity and thus makes it available for reassigning.SimpleSessionContext
ActivityEventManager. getSimpleSessionContext(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)
Gets an incomplete simple session context for the designated activity.SimpleSessionContext
ActivityEventManager. 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 aRuntimeService
and provides its process context. -
Uses of WrongAgentException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw WrongAgentException Modifier and Type Method Description void
AbstractEventManager. deselectActivity(EBPInstanceReference activity)
SimpleSessionContext
AbstractEventManager. getSimpleSessionContext(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)
SimpleSessionContext
AbstractEventManager. selectActivity(EBPInstanceReference activity)
Pair<SessionToken,SimpleSessionContext>
AbstractEventManager. startActivity(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)
-
Uses of WrongAgentException in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that throw WrongAgentException Modifier and Type Method Description void
ActivityStarting. deselectActivity(SessionToken session, EBPInstanceReference activity)
Deselects the designated activity, that is, the designated user does not want to execute the activity later any more.void
ActivityStarting. enquireActivity(SessionToken session, EBPInstanceReference activity, Set<QualifiedAgent> recipients, String question)
Sets an enquiry for the designated activity and delegates it to the designated recipients.ExecutionContext
ActivityStarting. getExecutionContext(SessionToken session, EBPInstanceReference activity)
Gets the execution context for the designated activity.void
ActivityStarting. replyEnquiry(SessionToken session, EBPInstanceReference activity, String reply)
Replies to the designated activity, that is the last enquiry is replied.void
ActivityStarting. resumeActivity(SessionToken session, EBPInstanceReference activity)
Resumes the designated activity from the latest valid savepoint and logs the agent, the organisational position.void
ActivityStarting. selectActivity(SessionToken session, EBPInstanceReference activity)
Selects the designated activity, that is, the designated user wants to execute the activity later.void
ActivityStarting. startActivity(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)
Starts the designated activity in the designated execution mode and logs the agent, the organisational position. -
Uses of WrongAgentException in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that throw WrongAgentException Modifier and Type Method Description GUIContext
SynchronousActivityStarting. resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity)
Resumes the designated activity and logs the agent, the organisational position.GUIContext
SynchronousActivityStarting. resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity, URI[] stateListener)
Resumes the designated activity and logs the agent, the organisational position.GUIContext
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 WrongAgentException in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that throw WrongAgentException Modifier and Type Method Description SimpleSessionContext
RemoteActivityStarting. getSimpleSessionContext(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)
Gets an incomplete simple session context for the designated activity.SimpleSessionContext
RemoteActivityStarting. resumeActivity(SessionToken session, EBPInstanceReference activity, URI[] exeMsgListener)
Resumes the designated activity from the latest valid savepoint if the activity is appropriate for aRuntimeService
and provides its process context and the execution session ID.SimpleSessionContext
RemoteActivityStarting. startActivity(SessionToken session, EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode, URI[] exeMsgListener)
Starts the designated activity if it is appropriate for aRuntimeService
and provides its process context and the execution session ID. -
Uses of WrongAgentException in de.aristaflow.ilm.model.execution
Constructors in de.aristaflow.ilm.model.execution with parameters of type WrongAgentException Constructor Description WrongAgentException(WrongAgentException wae)
-