Uses of Class
de.aristaflow.ilm.model.runtimeenvironment.SimpleSessionContext
Packages that use SimpleSessionContext
Package
Description
-
Uses of SimpleSessionContext in de.aristaflow.ilm.model.runtimeenvironment
Methods in de.aristaflow.ilm.model.runtimeenvironment that return SimpleSessionContextModifier and TypeMethodDescriptionstatic SimpleSessionContextTransformation.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 SimpleSessionContextModifier and TypeMethodDescription@NotNull @Valid SimpleSessionContextRemoteActivityStartingWebService.resumeActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ExecutionMessageCallback callback) @NotNull @Valid SimpleSessionContextRemoteActivityStartingWebService.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 SimpleSessionContextModifier and TypeMethodDescriptionprotected SimpleSessionContextRemoteActivityStartingRest._resumeActivity(EbpInstanceReference activity, ExecutionMessageCallback callback) protected SimpleSessionContextRemoteActivityStartingRest._startActivity(ProcessConstants.ExecutionMode executionMode, EbpInstanceReference activity, ExecutionMessageCallback callback) @NotNull @Valid SimpleSessionContextRemoteActivityStartingRest.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 SimpleSessionContextRemoteActivityStartingRest.resumeActivityCallback(@NotNull @Valid ActivityRestCallbackData callback) @NotNull @Valid SimpleSessionContextRemoteActivityStartingRest.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 SimpleSessionContextRemoteActivityStartingRest.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 SimpleSessionContextRemoteActivityStartingRest.startActivityCallback(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid ActivityRestCallbackData callback) @NotNull @Valid SimpleSessionContextRemoteActivityStartingRest.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.