Uses of Class
de.aristaflow.ilm.ws.model.processmodel.InstRemoteIteratorWebService
-
Packages that use InstRemoteIteratorWebService Package Description de.aristaflow.ilm.ws.core.processmanager de.aristaflow.ilm.ws.rest.model.processmodel -
-
Uses of InstRemoteIteratorWebService in de.aristaflow.ilm.ws.core.processmanager
Fields in de.aristaflow.ilm.ws.core.processmanager declared as InstRemoteIteratorWebService Modifier and Type Field Description protected InstRemoteIteratorWebServiceInstanceManagerWebService. iriwsThe web service for remote iterator handlers for instances.Methods in de.aristaflow.ilm.ws.core.processmanager that return InstRemoteIteratorWebService Modifier and Type Method Description InstRemoteIteratorWebServiceInstanceManagerWebService. getInstRemoteIteratorWebService() -
Uses of InstRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.processmodel
Constructors in de.aristaflow.ilm.ws.rest.model.processmodel with parameters of type InstRemoteIteratorWebService Constructor Description InstanceRemoteIteratorRest(InstRemoteIteratorWebService 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)
-