Uses of Class
de.aristaflow.ilm.ws.model.runtimeenvironment.AsRemoteIteratorWebService
-
Packages that use AsRemoteIteratorWebService Package Description de.aristaflow.ilm.ws.core.runtimemanager de.aristaflow.ilm.ws.rest.model.runtimeenvironment -
-
Uses of AsRemoteIteratorWebService in de.aristaflow.ilm.ws.core.runtimemanager
Fields in de.aristaflow.ilm.ws.core.runtimemanager declared as AsRemoteIteratorWebService Modifier and Type Field Description protected AsRemoteIteratorWebServiceExecutionControlManagerWebService. ariwsThe web service for remote iterator handlers for activity states.Methods in de.aristaflow.ilm.ws.core.runtimemanager that return AsRemoteIteratorWebService Modifier and Type Method Description AsRemoteIteratorWebServiceExecutionControlManagerWebService. getAsRemoteIteratorWebService() -
Uses of AsRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
Constructors in de.aristaflow.ilm.ws.rest.model.runtimeenvironment with parameters of type AsRemoteIteratorWebService Constructor Description AsRemoteIteratorRest(AsRemoteIteratorWebService 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)
-