Uses of Class
de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
-
-
Uses of ProcessConstants.ExecutionMode in de.aristaflow.adept2.core.eventmanager
Methods in de.aristaflow.adept2.core.eventmanager with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description SimpleSessionContext
ActivityEventManager. getSimpleSessionContext(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)
Gets an incomplete simple session context for the designated activity.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 ProcessConstants.ExecutionMode in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description SimpleSessionContext
AbstractEventManager. getSimpleSessionContext(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)
Pair<SessionToken,SimpleSessionContext>
AbstractEventManager. startActivity(EBPInstanceReference activity, ProcessConstants.ExecutionMode executionMode)
-
Uses of ProcessConstants.ExecutionMode in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description 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 ProcessConstants.ExecutionMode in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description 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 ProcessConstants.ExecutionMode in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice with parameters of type ProcessConstants.ExecutionMode 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.Pair<Map<EBPInstanceReference,SimpleSessionContext>,Map<EBPInstanceReference,Throwable>>
RemoteActivityStarting. getSimpleSessionContexts(SessionToken session, Collection<EBPInstanceReference> activities, ProcessConstants.ExecutionMode executionMode)
Gets incomplete simple session contexts for the designated activities.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 ProcessConstants.ExecutionMode in de.aristaflow.adept2.model.execution
Methods in de.aristaflow.adept2.model.execution that return ProcessConstants.ExecutionMode Modifier and Type Method Description ProcessConstants.ExecutionMode
ExecutionContext. getExecutionMode()
Informs the runtime manager about the execution mode.Methods in de.aristaflow.adept2.model.execution with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description ExecutionContext
ExecutionFactory. getExecutionContext(QualifiedAgent agent, ExecutableBusinessProcessInstance ebpInstance, DataContainer dataContainer, ProcessConstants.ExecutionMode executionMode, boolean resume, Enquiry currentEnquiry, Enquiry repliedEnquiry, Map<String,Set<String>> supportedPlugins, Map<String,PluginData> pluginData, Map<String,String> userAttributes)
Returns an application related execution context its fields initialised with the provided values.void
ExecutableInstance. setExecutionMode(int nodeID, ProcessConstants.ExecutionMode executionMode)
Sets the designated execution mode for the designated node. -
Uses of ProcessConstants.ExecutionMode in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.ExecutionMode Modifier and Type Method Description static ProcessConstants.ExecutionMode
ProcessConstants.ExecutionMode. valueOf(int code)
Returns the enum constant of this type with the specified name.static ProcessConstants.ExecutionMode
ProcessConstants.ExecutionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessConstants.ExecutionMode[]
ProcessConstants.ExecutionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessConstants.ExecutionMode in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.ExecutionMode Modifier and Type Method Description ProcessConstants.ExecutionMode
Instance. getExecutionMode(int nodeID)
Returns the execution mode of the designated node, that is production mode, component test mode or substituted test mode (the component is not called at all but substituted). -
Uses of ProcessConstants.ExecutionMode in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description SimpleSessionContext
RuntimeEnvironmentFactory. createSimpleSessionContext(String sessionID, EBPInstanceReference ebpIR, SerialisableDataContext dataContext, ActivityInstance activity, ProcessConstants.ExecutionMode executionMode, Enquiry currentEnquiry, Enquiry repliedEnquiry, Map<String,String> userAttributes)
Creates a new simple session context for starting an activity in a runtime service.SimpleSessionContext
RuntimeEnvironmentFactory. createSimpleSessionContext(String sessionId, String savepoint, EBPInstanceReference ebpIr, SerialisableDataContext dataContext, ActivityInstance activity, ProcessConstants.ExecutionMode executionMode, Enquiry currentEnquiry, Enquiry repliedEnquiry, Map<String,String> userAttributes)
Creates a new simple session context for resuming an activity in a runtime service.SessionContext
RuntimeEnvironmentFactory. getWrappedSessionContext(SessionContext sessionContext, DataContext dataContext, ProcessConstants.ExecutionMode executionMode, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread)
Returns a session context based on the designated one. -
Uses of ProcessConstants.ExecutionMode in de.aristaflow.ilm.model.execution
Fields in de.aristaflow.ilm.model.execution declared as ProcessConstants.ExecutionMode Modifier and Type Field Description ProcessConstants.ExecutionMode
ExecutionContext. execMode
This will only benull
when callingActivityStartingWebService.getExecutionContext(de.aristaflow.ilm.base.sessionmanagement.SessionToken, de.aristaflow.ilm.model.processmodel.EbpInstanceReference)
andActivityStartingWebService.getExecutionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, Integer)
. -
Uses of ProcessConstants.ExecutionMode in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel declared as ProcessConstants.ExecutionMode Modifier and Type Field Description ProcessConstants.ExecutionMode
NodeInstanceData. executionMode
-
Uses of ProcessConstants.ExecutionMode in de.aristaflow.ilm.ws.core.executionmanager
Methods in de.aristaflow.ilm.ws.core.executionmanager with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description void
ActivityStartingWebService. startActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act, ProcessConstants.ExecutionMode em)
@NotNull InstIdPair
InstanceControlWebService. startInstance(@NotNull @Valid SessionToken session, @NotNull UUID templId, @Valid DataContainer dc, ProcessConstants.ExecutionMode execMode, List<URI> rtMgr, InstanceStateCallback callback)
-
Uses of ProcessConstants.ExecutionMode in de.aristaflow.ilm.ws.core.runtimemanager
Methods in de.aristaflow.ilm.ws.core.runtimemanager with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description @NotNull @Valid GuiContext
SynchronousActivityStartingWebService. startActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode, ActivityStateCallback callback)
-
Uses of ProcessConstants.ExecutionMode in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description @NotNull @Valid IncompleteSessionContext
RemoteActivityStartingWebService. getSimpleSessionContext(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode)
@Valid ScInitialRemoteIteratorData
RemoteActivityStartingWebService. getSimpleSessionContexts(@NotNull @Valid SessionToken session, @NotEmpty Collection<@Valid EbpInstanceReference> activities, ProcessConstants.ExecutionMode executionMode, @Positive Integer count)
@NotNull @Valid SimpleSessionContext
RemoteActivityStartingWebService. startActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode, ExecutionMessageCallback callback)
-
Uses of ProcessConstants.ExecutionMode in de.aristaflow.ilm.ws.rest.core.executionmanager
Methods in de.aristaflow.ilm.ws.rest.core.executionmanager with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description void
ActivityStartingRest. startActivity(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid EbpInstanceReference act)
-
Uses of ProcessConstants.ExecutionMode in de.aristaflow.ilm.ws.rest.core.runtimemanager
Methods in de.aristaflow.ilm.ws.rest.core.runtimemanager with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description protected GuiContext
SynchronousActivityStartingRest. _startActivity(ProcessConstants.ExecutionMode executionMode, EbpInstanceReference activity, ActivityStateCallback callback)
@NotNull @Valid GuiContext
SynchronousActivityStartingRest. startActivity(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid EbpInstanceReference activity)
@NotNull @Valid GuiContext
SynchronousActivityStartingRest. startActivityCallback(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid ActivityRestCallbackData callback)
@NotNull @Valid GuiContext
SynchronousActivityStartingRest. startActivitySse(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid ActivitySseCallbackData callback)
-
Uses of ProcessConstants.ExecutionMode in de.aristaflow.ilm.ws.rest.core.runtimeservice
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type ProcessConstants.ExecutionMode Modifier and Type Method Description protected SimpleSessionContext
RemoteActivityStartingRest. _startActivity(ProcessConstants.ExecutionMode executionMode, EbpInstanceReference activity, ExecutionMessageCallback callback)
@NotNull @Valid IncompleteSessionContext
RemoteActivityStartingRest. getSimpleSessionContext(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid EbpInstanceReference activity)
@Valid ScInitialRemoteIteratorData
RemoteActivityStartingRest. getSimpleSessionContexts(ProcessConstants.ExecutionMode executionMode, @Positive Integer count, Long aliveTime, @NotEmpty Collection<@Valid EbpInstanceReference> activities)
@NotNull @Valid SimpleSessionContext
RemoteActivityStartingRest. startActivity(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid EbpInstanceReference activity)
Since this method does not have a callback for execution messages,RemoteRuntimeEnvironmentRest.getUnrepliedRequests(String)
has to be called regularly while executing to get asynchronous execution messages.this messages may require a reply.@NotNull @Valid SimpleSessionContext
RemoteActivityStartingRest. startActivityCallback(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid ActivityRestCallbackData callback)
@NotNull @Valid SimpleSessionContext
RemoteActivityStartingRest. startActivitySse(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid ActivitySseCallbackData callback)
It the callback data is set, this operation will start sending notifications in case execution messages arrive for the started execution session. -
Uses of ProcessConstants.ExecutionMode in de.aristaflow.ilm.ws.rest.model.execution
Fields in de.aristaflow.ilm.ws.rest.model.execution declared as ProcessConstants.ExecutionMode Modifier and Type Field Description ProcessConstants.ExecutionMode
InstanceCreationData. execMode
-