Uses of Class
de.aristaflow.ilm.ws.model.orgmodel.EntityRemoteIteratorWebService
-
Packages that use EntityRemoteIteratorWebService Package Description de.aristaflow.ilm.ws.core.orgmodelmanager de.aristaflow.ilm.ws.rest.model.orgmodel -
-
Uses of EntityRemoteIteratorWebService in de.aristaflow.ilm.ws.core.orgmodelmanager
Fields in de.aristaflow.ilm.ws.core.orgmodelmanager declared as EntityRemoteIteratorWebService Modifier and Type Field Description protected EntityRemoteIteratorWebServiceModelExplorerWebService. eriwsThe web service for remote iterator handlers for entities.Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that return EntityRemoteIteratorWebService Modifier and Type Method Description EntityRemoteIteratorWebServiceModelExplorerWebService. getEntityRemoteIteratorWebService() -
Uses of EntityRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.orgmodel
Fields in de.aristaflow.ilm.ws.rest.model.orgmodel declared as EntityRemoteIteratorWebService Modifier and Type Field Description protected EntityRemoteIteratorWebServiceEntityRestRemoteIteratorWebService. wrappedConstructors in de.aristaflow.ilm.ws.rest.model.orgmodel with parameters of type EntityRemoteIteratorWebService Constructor Description EntityRemoteIteratorRest(EntityRemoteIteratorWebService 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)EntityRestRemoteIteratorWebService(EntityRemoteIteratorWebService wrapped)
-