Uses of Class
de.aristaflow.ilm.model.common.AbstractIteratorHandler
-
Packages that use AbstractIteratorHandler Package Description de.aristaflow.ilm.model.common de.aristaflow.ilm.model.common.collection de.aristaflow.ilm.model.worklistmodel -
-
Uses of AbstractIteratorHandler in de.aristaflow.ilm.model.common
Subclasses of AbstractIteratorHandler in de.aristaflow.ilm.model.common Modifier and Type Class Description classServerStreamStringHandlerThis class handles server input streams as iterators and converts their content toString. -
Uses of AbstractIteratorHandler in de.aristaflow.ilm.model.common.collection
Subclasses of AbstractIteratorHandler in de.aristaflow.ilm.model.common.collection Modifier and Type Class Description classRemoteIteratorHandler<T,I extends InitialRemoteIteratorData<T>,N extends RemoteIteratorData<T>>This class handles remote iterators by assigning IDs to them and mapping these IDs to the respective handler. -
Uses of AbstractIteratorHandler in de.aristaflow.ilm.model.worklistmodel
Subclasses of AbstractIteratorHandler in de.aristaflow.ilm.model.worklistmodel Modifier and Type Class Description classIncWorklistHandler<WJ extends WorklistItem,WI extends WorklistItem,I extends InitialIncWorklistData<WI>,N extends IncWorklistData<WI>>This class handles incremental worklists by assigning IDs to them and mapping these IDs to the respective incremental worklist.classIncWorklistUpdateHandlerThis class handles incremental worklist updates by assigning IDs to them and mapping these IDs to the respective incremental worklist update.
-