Class EntityRemoteIteratorWebService
- 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.model.orgmodel.EntityRemoteIteratorWebService
-
public class EntityRemoteIteratorWebService extends AddDataTransformatorRemoteIteratorWebService<Entity,Entity,AttributeMetaData,EntityInitialRemoteIteratorData,EntityRemoteIteratorData>
-
-
Constructor Summary
Constructors Constructor Description EntityRemoteIteratorWebService(AbstractSubResourceWebService<?> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<Entity,Entity>
getTransformator(AttributeMetaData amd)
Gets 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, keepAlive
-
Methods inherited from class de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService
getLogger, getLogService, getService, getServiceMetaData, getServiceUris, getSessionFactory, shutdown
-
-
-
-
Constructor Detail
-
EntityRemoteIteratorWebService
public EntityRemoteIteratorWebService(AbstractSubResourceWebService<?> parent)
-
-
Method Detail
-
getTransformator
public Function<Entity,Entity> getTransformator(AttributeMetaData amd)
Description copied from class:AddDataTransformatorRemoteIteratorWebService
Gets the transformator function for the elements of the remote iterator. This method will be called when initialising.- Specified by:
getTransformator
in 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.
-
-