Uses of Annotation Interface
de.aristaflow.ilm.ws.rest.base.service.openapi.Callback
Packages that use Callback
Package
Description
-
Uses of Callback in de.aristaflow.ilm.ws.rest.core.executionmanager
Method parameters in de.aristaflow.ilm.ws.rest.core.executionmanager with annotations of type CallbackModifier and TypeMethodDescriptionvoidInstanceControlRest.resumeInstanceCallback(@NotNull UUID instId, @NotNull URL notificationCallback) @NotNull InstIdPairInstanceControlRest.startInstanceCallback(@NotNull UUID templId, @NotNull @Valid InstanceCreationRestData cir) -
Uses of Callback in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
Method parameters in de.aristaflow.ilm.ws.rest.core.orgmodelmanager with annotations of type CallbackModifier and TypeMethodDescription@NotNull BooleanPolicyResolutionRest.registerOrgPolicyHandlerCallback(Boolean replace, @NotNull @Valid OrgPolScriptHandlerCallbackData callback) -
Uses of Callback in de.aristaflow.ilm.ws.rest.core.runtimemanager
Method parameters in de.aristaflow.ilm.ws.rest.core.runtimemanager with annotations of type CallbackModifier and TypeMethodDescription@NotNull @Valid GuiContextSynchronousActivityStartingRest.resumeActivityCallback(@NotNull @Valid ActivityRestCallbackData callback) @NotNull @Valid GuiContextSynchronousActivityStartingRest.startActivityCallback(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid ActivityRestCallbackData callback) -
Uses of Callback in de.aristaflow.ilm.ws.rest.core.runtimeservice
Method parameters in de.aristaflow.ilm.ws.rest.core.runtimeservice with annotations of type CallbackModifier and TypeMethodDescription@NotNull @Valid SimpleSessionContextRemoteActivityStartingRest.resumeActivityCallback(@NotNull @Valid ActivityRestCallbackData callback) @NotNull @Valid SimpleSessionContextRemoteActivityStartingRest.startActivityCallback(ProcessConstants.ExecutionMode executionMode, @NotNull @Valid ActivityRestCallbackData callback) -
Uses of Callback in de.aristaflow.ilm.ws.rest.core.worklistmanager
Method parameters in de.aristaflow.ilm.ws.rest.core.worklistmanager with annotations of type CallbackModifier and TypeMethodDescriptionvoidWorklistUpdateManagerRest.registerClientWorklistCallback(@NotNull @Valid ClientWorklistRestCallbackData callback)