Uses of Class
de.aristaflow.ilm.ws.rest.base.service.AbstractStub
-
-
Uses of AbstractStub in de.aristaflow.ilm.ws.rest.base.service
Subclasses of AbstractStub in de.aristaflow.ilm.ws.rest.base.service Modifier and Type Class Description class
AbstractRestStub
This class provides the means for making REST calls to callback objects.class
AbstractSseStub
-
Uses of AbstractStub in de.aristaflow.ilm.ws.rest.core.executionmanager
Subclasses of AbstractStub in de.aristaflow.ilm.ws.rest.core.executionmanager Modifier and Type Class Description class
InstanceStateNotificationRestStub
A stub implementingInstanceStateCallback
and calling a REST service conforming toInstanceStateNotificationRest
.class
InstanceStateNotificationSseStub
A stub implementingInstanceStateCallback
and sending server-sent events. -
Uses of AbstractStub in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
Subclasses of AbstractStub in de.aristaflow.ilm.ws.rest.core.orgmodelmanager Modifier and Type Class Description class
OrgPolicyScriptHandlerRestStub
A stub implementingOrgPolicyScriptHandler
and calling a REST service conforming toOrgPolicyScriptHandlerRest
. -
Uses of AbstractStub in de.aristaflow.ilm.ws.rest.core.runtimemanager
Subclasses of AbstractStub in de.aristaflow.ilm.ws.rest.core.runtimemanager Modifier and Type Class Description class
ActivityStateNotificationRestStub
A stub implementingActivityStateCallback
and calling a REST service conforming toActivityStateNotificationRest
.class
ActivityStateNotificationSseStub
A stub implementingActivityStateCallback
and sending server-sent events. -
Uses of AbstractStub in de.aristaflow.ilm.ws.rest.core.runtimeservice
Subclasses of AbstractStub in de.aristaflow.ilm.ws.rest.core.runtimeservice Modifier and Type Class Description class
ExecutionMessageNotificationRestStub
A stub implementingExecutionMessageRespondingCallback
and calling a REST service conforming toExecutionMessageNotificationRest
.class
ExecutionMessageNotificationSseStub
A stub implementingExecutionMessageCallback
and sending server-sent events. -
Uses of AbstractStub in de.aristaflow.ilm.ws.rest.core.worklistmanager
Subclasses of AbstractStub in de.aristaflow.ilm.ws.rest.core.worklistmanager Modifier and Type Class Description class
ClientWorklistRestStub
A stub implementingClientWorklistRevRespectingCallback
and calling a REST service conforming toClientWorklistRest
.class
ClientWorklistSseStub
A stub implementingClientWorklistCallback
and sending server-sent events.
-