Uses of Class
de.aristaflow.ilm.model.common.AbstractIteratorHandler
Packages that use AbstractIteratorHandler
Package
Description
-
Uses of AbstractIteratorHandler in de.aristaflow.ilm.model.common
Subclasses of AbstractIteratorHandler in de.aristaflow.ilm.model.commonModifier and TypeClassDescriptionclassThis 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.collectionModifier and TypeClassDescriptionclassRemoteIteratorHandler<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.worklistmodelModifier and TypeClassDescriptionclassIncWorklistHandler<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.classThis class handles incremental worklist updates by assigning IDs to them and mapping these IDs to the respective incremental worklist update.