Uses of Class
de.aristaflow.ilm.ws.model.monitor.TtdeRemoteIteratorWebService
Packages that use TtdeRemoteIteratorWebService
Package
Description
-
Uses of TtdeRemoteIteratorWebService in de.aristaflow.ilm.ws.core.executionmanager
Fields in de.aristaflow.ilm.ws.core.executionmanager declared as TtdeRemoteIteratorWebServiceModifier and TypeFieldDescriptionprotected final TtdeRemoteIteratorWebServiceInstanceExecutionMonitorWebService.triwsThe web service for remote iterator handlers for template tree data elements.Methods in de.aristaflow.ilm.ws.core.executionmanager that return TtdeRemoteIteratorWebServiceModifier and TypeMethodDescriptionInstanceExecutionMonitorWebService.getTtdeRemoteIteratorWebService() -
Uses of TtdeRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.monitor
Constructors in de.aristaflow.ilm.ws.rest.model.monitor with parameters of type TtdeRemoteIteratorWebServiceModifierConstructorDescriptionTtdeRemoteIteratorRest(TtdeRemoteIteratorWebService 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)