Uses of Class
de.aristaflow.ilm.ws.rest.base.service.openapi.Callback
-
-
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 Callback Modifier and Type Method Description voidInstanceControlRest. 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 Callback Modifier and Type Method Description @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 Callback Modifier and Type Method Description @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 Callback Modifier and Type Method Description @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 Callback Modifier and Type Method Description voidWorklistUpdateManagerRest. registerClientWorklistCallback(@NotNull @Valid ClientWorklistRestCallbackData callback)
-