Uses of Class
de.aristaflow.ilm.ws.model.orgmodel.EntityRemoteIteratorWebService
Packages that use EntityRemoteIteratorWebService
Package
Description
-
Uses of EntityRemoteIteratorWebService in de.aristaflow.ilm.ws.core.orgmodelmanager
Fields in de.aristaflow.ilm.ws.core.orgmodelmanager declared as EntityRemoteIteratorWebServiceModifier and TypeFieldDescriptionprotected final EntityRemoteIteratorWebServiceModelExplorerWebService.eriwsThe web service for remote iterator handlers for entities.Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that return EntityRemoteIteratorWebService -
Uses of EntityRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.orgmodel
Fields in de.aristaflow.ilm.ws.rest.model.orgmodel declared as EntityRemoteIteratorWebServiceModifier and TypeFieldDescriptionprotected final EntityRemoteIteratorWebServiceEntityRestRemoteIteratorWebService.wrappedConstructors in de.aristaflow.ilm.ws.rest.model.orgmodel with parameters of type EntityRemoteIteratorWebServiceModifierConstructorDescriptionEntityRemoteIteratorRest(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)