Class EntityRestRemoteIteratorWebService
java.lang.Object
de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService<RemoteIteratorHandler<WI,I,N>>
de.aristaflow.ilm.ws.model.common.collection.AddDataTransformatorRemoteIteratorWebService<Entity,Entity,AttributeMetaData,EntityInitialRemoteIteratorData,EntityRemoteIteratorData>
de.aristaflow.ilm.ws.rest.model.orgmodel.EntityRestRemoteIteratorWebService
public class EntityRestRemoteIteratorWebService
extends AddDataTransformatorRemoteIteratorWebService<Entity,Entity,AttributeMetaData,EntityInitialRemoteIteratorData,EntityRemoteIteratorData>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the transformator function for the elements of the remote iterator.Methods inherited from class de.aristaflow.ilm.ws.model.common.collection.AddDataTransformatorRemoteIteratorWebService
close, getNext, getPrevious, init, keepAliveMethods inherited from class de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService
getLogger, getLogService, getService, getServiceMetaData, getServiceUris, getSessionFactory, shutdown
-
Field Details
-
wrapped
-
-
Constructor Details
-
EntityRestRemoteIteratorWebService
-
-
Method Details
-
getTransformator
Description copied from class:AddDataTransformatorRemoteIteratorWebServiceGets the transformator function for the elements of the remote iterator. This method will be called when initialising.- Specified by:
getTransformatorin classAddDataTransformatorRemoteIteratorWebService<Entity,Entity, AttributeMetaData, EntityInitialRemoteIteratorData, EntityRemoteIteratorData> - Parameters:
amd- Additional data provided when initialising and required by the transformator function.- Returns:
- The transformator function for the elements of the remote iterator.
-