Uses of Class
de.aristaflow.ilm.ws.model.runtimeenvironment.ScRemoteIteratorWebService
-
Packages that use ScRemoteIteratorWebService Package Description de.aristaflow.ilm.ws.core.runtimeservice de.aristaflow.ilm.ws.rest.model.runtimeenvironment -
-
Uses of ScRemoteIteratorWebService in de.aristaflow.ilm.ws.core.runtimeservice
Fields in de.aristaflow.ilm.ws.core.runtimeservice declared as ScRemoteIteratorWebService Modifier and Type Field Description protected ScRemoteIteratorWebService
RemoteActivityStartingWebService. sriws
The web service for remote iterator handlers for simple session contexts.Methods in de.aristaflow.ilm.ws.core.runtimeservice that return ScRemoteIteratorWebService Modifier and Type Method Description ScRemoteIteratorWebService
RemoteActivityStartingWebService. getScRemoteIteratorWebService()
-
Uses of ScRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
Constructors in de.aristaflow.ilm.ws.rest.model.runtimeenvironment with parameters of type ScRemoteIteratorWebService Constructor Description ScRemoteIteratorRest(ScRemoteIteratorWebService 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)
-