Uses of Class
de.aristaflow.ilm.ws.model.resourcemodel.ResInstRemoteIteratorWebService
-
Packages that use ResInstRemoteIteratorWebService Package Description de.aristaflow.ilm.ws.core.resmodelmanager de.aristaflow.ilm.ws.core.worklistmanager de.aristaflow.ilm.ws.rest.model.resourcemodel -
-
Uses of ResInstRemoteIteratorWebService in de.aristaflow.ilm.ws.core.resmodelmanager
Fields in de.aristaflow.ilm.ws.core.resmodelmanager declared as ResInstRemoteIteratorWebService Modifier and Type Field Description protected ResInstRemoteIteratorWebService
ResModelExpressionEvaluationWebService. ririws
The web service for remote iterator handlers for resource instances.Methods in de.aristaflow.ilm.ws.core.resmodelmanager that return ResInstRemoteIteratorWebService Modifier and Type Method Description ResInstRemoteIteratorWebService
ResModelExpressionEvaluationWebService. getResInstRemoteIteratorWebService()
-
Uses of ResInstRemoteIteratorWebService in de.aristaflow.ilm.ws.core.worklistmanager
Fields in de.aristaflow.ilm.ws.core.worklistmanager declared as ResInstRemoteIteratorWebService Modifier and Type Field Description protected ResInstRemoteIteratorWebService
WorklistUpdateManagerWebService. ririws
The web service for resource instances.Methods in de.aristaflow.ilm.ws.core.worklistmanager that return ResInstRemoteIteratorWebService Modifier and Type Method Description ResInstRemoteIteratorWebService
WorklistUpdateManagerWebService. getResInstRemoteIteratorWebService()
-
Uses of ResInstRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.resourcemodel
Constructors in de.aristaflow.ilm.ws.rest.model.resourcemodel with parameters of type ResInstRemoteIteratorWebService Constructor Description ResInstRemoteIteratorRest(ResInstRemoteIteratorWebService 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)
-