Uses of Class
de.aristaflow.ilm.ws.model.processmodel.InstStatusRemoteIteratorWebService
-
Packages that use InstStatusRemoteIteratorWebService Package Description de.aristaflow.ilm.ws.core.processmanager de.aristaflow.ilm.ws.rest.model.processmodel -
-
Uses of InstStatusRemoteIteratorWebService in de.aristaflow.ilm.ws.core.processmanager
Fields in de.aristaflow.ilm.ws.core.processmanager declared as InstStatusRemoteIteratorWebService Modifier and Type Field Description protected InstStatusRemoteIteratorWebServiceInstanceManagerWebService. isriwsThe web service for remote iterator handlers for instance statuses.Methods in de.aristaflow.ilm.ws.core.processmanager that return InstStatusRemoteIteratorWebService Modifier and Type Method Description InstStatusRemoteIteratorWebServiceInstanceManagerWebService. getInstStatusRemoteIteratorWebService() -
Uses of InstStatusRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.processmodel
Constructors in de.aristaflow.ilm.ws.rest.model.processmodel with parameters of type InstStatusRemoteIteratorWebService Constructor Description InstStatusRemoteIteratorRest(InstStatusRemoteIteratorWebService 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)
-