Uses of Class
de.aristaflow.ilm.model.common.collection.AbstractIteratorHandler
-
Packages that use AbstractIteratorHandler Package Description de.aristaflow.ilm.model.common.collection de.aristaflow.ilm.model.worklistmodel -
-
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 class
RemoteIteratorHandler<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 class
IncWorklistHandler<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.class
IncWorklistUpdateHandler
This class handles incremental worklist updates by assigning IDs to them and mapping these IDs to the respective incremental worklist update.
-