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 void
InstanceControlRest. resumeInstanceCallback(@NotNull UUID instId, @NotNull URL notificationCallback)
@NotNull InstIdPair
InstanceControlRest. 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 Boolean
PolicyResolutionRest. 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 GuiContext
SynchronousActivityStartingRest. resumeActivityCallback(@NotNull @Valid ActivityRestCallbackData callback)
@NotNull @Valid GuiContext
SynchronousActivityStartingRest. 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 SimpleSessionContext
RemoteActivityStartingRest. resumeActivityCallback(@NotNull @Valid ActivityRestCallbackData callback)
@NotNull @Valid SimpleSessionContext
RemoteActivityStartingRest. 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 void
WorklistUpdateManagerRest. registerClientWorklistCallback(@NotNull @Valid ClientWorklistRestCallbackData callback)
-