Uses of Class
de.aristaflow.ilm.model.runtimeenvironment.SimpleSessionContext
-
Packages that use SimpleSessionContext Package Description de.aristaflow.ilm.model.runtimeenvironment de.aristaflow.ilm.ws.core.runtimeservice de.aristaflow.ilm.ws.rest.core.runtimeservice -
-
Uses of SimpleSessionContext in de.aristaflow.ilm.model.runtimeenvironment
Methods in de.aristaflow.ilm.model.runtimeenvironment that return SimpleSessionContext Modifier and Type Method Description static SimpleSessionContext
Transformation. toIlm(SimpleSessionContext ssc, Logger logger)
-
Uses of SimpleSessionContext in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice that return SimpleSessionContext Modifier and Type Method Description @NotNull @Valid SimpleSessionContext
RemoteActivityStartingWebService. resumeActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ExecutionMessageCallback callback)
@NotNull @Valid SimpleSessionContext
RemoteActivityStartingWebService. startActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode, ExecutionMessageCallback callback)
-
Uses of SimpleSessionContext in de.aristaflow.ilm.ws.rest.core.runtimeservice
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice that return SimpleSessionContext Modifier and Type Method Description protected SimpleSessionContext
RemoteActivityStartingRest. _resumeActivity(EbpInstanceReference activity, ExecutionMessageCallback callback)
protected SimpleSessionContext
RemoteActivityStartingRest. _startActivity(ProcessConstants.ExecutionMode executionMode, EbpInstanceReference activity, ExecutionMessageCallback callback)
@NotNull @Valid SimpleSessionContext
RemoteActivityStartingRest. resumeActivity(@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. resumeActivityCallback(@NotNull @Valid ActivityRestCallbackData callback)
@NotNull @Valid SimpleSessionContext
RemoteActivityStartingRest. resumeActivitySse(@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.@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.
-