Uses of Class
de.aristaflow.ilm.ws.base.sessionmanagement.RaRemoteIteratorWebService
-
Packages that use RaRemoteIteratorWebService Package Description de.aristaflow.ilm.ws.core.orgmodelmanager de.aristaflow.ilm.ws.rest.base.sessionmanagement -
-
Uses of RaRemoteIteratorWebService in de.aristaflow.ilm.ws.core.orgmodelmanager
Fields in de.aristaflow.ilm.ws.core.orgmodelmanager declared as RaRemoteIteratorWebService Modifier and Type Field Description protected RaRemoteIteratorWebService
ModelExplorerWebService. rriws
The web service for remote iterator handlers for rich agents.Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that return RaRemoteIteratorWebService Modifier and Type Method Description RaRemoteIteratorWebService
ModelExplorerWebService. getRaRemoteIteratorWebService()
-
Uses of RaRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.base.sessionmanagement
Constructors in de.aristaflow.ilm.ws.rest.base.sessionmanagement with parameters of type RaRemoteIteratorWebService Constructor Description RaRemoteIteratorRest(RaRemoteIteratorWebService 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)
-