Uses of Class
de.aristaflow.ilm.ws.model.processmodel.TemplIdRemoteIteratorWebService
-
-
Uses of TemplIdRemoteIteratorWebService in de.aristaflow.ilm.ws.core.executionmanager
Fields in de.aristaflow.ilm.ws.core.executionmanager declared as TemplIdRemoteIteratorWebService Modifier and Type Field Description protected TemplIdRemoteIteratorWebService
InstanceControlWebService. tiriws
The web service for remote iterator handlers for template IDs.Methods in de.aristaflow.ilm.ws.core.executionmanager that return TemplIdRemoteIteratorWebService Modifier and Type Method Description TemplIdRemoteIteratorWebService
ExecutionManagerWebService. getTemplIdRemoteIteratorWebService()
TemplIdRemoteIteratorWebService
InstanceControlWebService. getTemplIdRemoteIteratorWebService()
Constructors in de.aristaflow.ilm.ws.core.executionmanager with parameters of type TemplIdRemoteIteratorWebService Constructor Description InstanceControlWebService(InstanceControl service, ExecutionManagerWebService parent, TemplIdRemoteIteratorWebService tiriws)
-
Uses of TemplIdRemoteIteratorWebService in de.aristaflow.ilm.ws.core.processmanager
Fields in de.aristaflow.ilm.ws.core.processmanager declared as TemplIdRemoteIteratorWebService Modifier and Type Field Description protected TemplIdRemoteIteratorWebService
TemplateManagerWebService. tiriws
The web service for remote iterator handlers for template IDs.Methods in de.aristaflow.ilm.ws.core.processmanager that return TemplIdRemoteIteratorWebService Modifier and Type Method Description TemplIdRemoteIteratorWebService
TemplateManagerWebService. getTemplIdRemoteIteratorWebService()
-
Uses of TemplIdRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.core.executionmanager
Constructors in de.aristaflow.ilm.ws.rest.core.executionmanager with parameters of type TemplIdRemoteIteratorWebService Constructor Description ArchTemplIdRemoteIteratorRest(TemplIdRemoteIteratorWebService 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)
-
Uses of TemplIdRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.processmodel
Constructors in de.aristaflow.ilm.ws.rest.model.processmodel with parameters of type TemplIdRemoteIteratorWebService Constructor Description TemplIdRemoteIteratorRest(TemplIdRemoteIteratorWebService 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)
-