Uses of Class
de.aristaflow.ilm.ws.base.sessionmanagement.QaRemoteIteratorWebService
-
-
Uses of QaRemoteIteratorWebService in de.aristaflow.ilm.ws.core.executionmanager
Fields in de.aristaflow.ilm.ws.core.executionmanager declared as QaRemoteIteratorWebService Modifier and Type Field Description protected QaRemoteIteratorWebService
ActivityStartingWebService. qriws
The web service for remote iterator handlers for qualified agents.Methods in de.aristaflow.ilm.ws.core.executionmanager that return QaRemoteIteratorWebService Modifier and Type Method Description QaRemoteIteratorWebService
ActivityStartingWebService. getQaRemoteIteratorWebService()
-
Uses of QaRemoteIteratorWebService in de.aristaflow.ilm.ws.core.orgmodelmanager
Fields in de.aristaflow.ilm.ws.core.orgmodelmanager declared as QaRemoteIteratorWebService Modifier and Type Field Description protected QaRemoteIteratorWebService
PolicyResolutionWebService. qriws
The web service for remote iterator handlers for qualified agents.Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that return QaRemoteIteratorWebService Modifier and Type Method Description QaRemoteIteratorWebService
PolicyResolutionWebService. getQaRemoteIteratorWebService()
-
Uses of QaRemoteIteratorWebService in de.aristaflow.ilm.ws.core.worklistmanager
Fields in de.aristaflow.ilm.ws.core.worklistmanager declared as QaRemoteIteratorWebService Modifier and Type Field Description protected QaRemoteIteratorWebService
DelegationManagerWebService. qriws
The web service for remote iterator handlers for qualified agents.protected QaRemoteIteratorWebService
WorklistUpdateManagerWebService. qriws
The web service for remote iterator handlers for qualified agents.Methods in de.aristaflow.ilm.ws.core.worklistmanager that return QaRemoteIteratorWebService Modifier and Type Method Description QaRemoteIteratorWebService
DelegationManagerWebService. getQaRemoteIteratorWebService()
QaRemoteIteratorWebService
WorklistUpdateManagerWebService. getQaRemoteIteratorWebService()
Constructors in de.aristaflow.ilm.ws.core.worklistmanager with parameters of type QaRemoteIteratorWebService Constructor Description DelegationManagerWebService(DelegationManager service, AbstractSubResourceWebService<?> parent, QaRemoteIteratorWebService qriws)
WorklistUpdateManagerWebService(WorklistUpdateManager service, WorklistManagerWebService parent, QaRemoteIteratorWebService qriws)
-
Uses of QaRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.base.sessionmanagement
Constructors in de.aristaflow.ilm.ws.rest.base.sessionmanagement with parameters of type QaRemoteIteratorWebService Constructor Description QaRemoteIteratorRest(QaRemoteIteratorWebService service, de.aristaflow.adept2.base.communication.rest.RequestHandler reqHandler, de.aristaflow.adept2.base.communication.rest.ResponseHandler respHandler, de.aristaflow.adept2.base.communication.rest.ExceptionHandler excpHandler, de.aristaflow.adept2.base.communication.rest.ServiceResourceConfig srConf, Supplier<com.fasterxml.jackson.databind.ObjectMapper> objectMapper, UnaryOperator<Exception> headerDataExcpAdapter)
-
Uses of QaRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.core.worklistmanager
Constructors in de.aristaflow.ilm.ws.rest.core.worklistmanager with parameters of type QaRemoteIteratorWebService Constructor Description DelRecRemoteIteratorRest(QaRemoteIteratorWebService service, de.aristaflow.adept2.base.communication.rest.RequestHandler reqHandler, de.aristaflow.adept2.base.communication.rest.ResponseHandler respHandler, de.aristaflow.adept2.base.communication.rest.ExceptionHandler excpHandler, de.aristaflow.adept2.base.communication.rest.ServiceResourceConfig srConf, Supplier<com.fasterxml.jackson.databind.ObjectMapper> objectMapper, UnaryOperator<Exception> headerDataExcpAdapter)
PossAbsRemoteIteratorRest(QaRemoteIteratorWebService service, de.aristaflow.adept2.base.communication.rest.RequestHandler reqHandler, de.aristaflow.adept2.base.communication.rest.ResponseHandler respHandler, de.aristaflow.adept2.base.communication.rest.ExceptionHandler excpHandler, de.aristaflow.adept2.base.communication.rest.ServiceResourceConfig srConf, Supplier<com.fasterxml.jackson.databind.ObjectMapper> objectMapper, UnaryOperator<Exception> headerDataExcpAdapter)
-