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>
- See Also:
EntityRemoteIteratorWebService
,ModelExplorerRest
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityRemoteIteratorWebService
wrapped
-
Constructor Summary
Constructors Constructor Description EntityRestRemoteIteratorWebService(EntityRemoteIteratorWebService wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Field Detail
-
wrapped
protected final EntityRemoteIteratorWebService wrapped
-
-
Constructor Detail
-
EntityRestRemoteIteratorWebService
public EntityRestRemoteIteratorWebService(EntityRemoteIteratorWebService wrapped)
-
-
Method Detail
-
getTransformator
protected 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.
-
-