Uses of Class
de.aristaflow.adept2.model.execution.AgentUnknownException
- 
Packages that use AgentUnknownException Package Description de.aristaflow.adept2.core.executionmanager de.aristaflow.adept2.core.runtimemanager de.aristaflow.ilm.model.execution 
- 
- 
Uses of AgentUnknownException in de.aristaflow.adept2.core.executionmanagerMethods in de.aristaflow.adept2.core.executionmanager that throw AgentUnknownException Modifier and Type Method Description voidActivityStarting. resumeActivity(SessionToken session, EBPInstanceReference activity)Resumes the designated activity from the latest valid savepoint and logs the agent, the organisational position.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.
- 
Uses of AgentUnknownException in de.aristaflow.adept2.core.runtimemanagerMethods in de.aristaflow.adept2.core.runtimemanager that throw AgentUnknownException Modifier and Type Method Description voidRuntimeManager. resumeActivity(SessionToken session, EBPInstanceReference ebpInstanceReference, ExecutionContext executionContext)Instructs the runtime manager to resume the specified activity.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.voidRuntimeManager. startActivity(SessionToken session, EBPInstanceReference ebpInstanceReference, ExecutionContext executionContext)Instructs the runtime manager to start the Application assigned to the specified activity.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 AgentUnknownException in de.aristaflow.ilm.model.executionConstructors in de.aristaflow.ilm.model.execution with parameters of type AgentUnknownException Constructor Description AgentUnknownException(AgentUnknownException aue)
 
-