Uses of Class
de.aristaflow.ilm.model.common.collection.IteratorWrapper
-
Packages that use IteratorWrapper Package Description de.aristaflow.ilm.model.worklistmodel -
-
Uses of IteratorWrapper in de.aristaflow.ilm.model.worklistmodel
Methods in de.aristaflow.ilm.model.worklistmodel with parameters of type IteratorWrapper Modifier and Type Method Description protected N
IncWorklistHandler. getNext(UUID incWorklistId, IteratorWrapper<IncrementalWorklist<? extends WJ>> ir, Integer count, Integer start)
CallsIncrementalWorklist.getNext(int)
on the designated incremental worklist.protected IncWorklistUpdateData
IncWorklistUpdateHandler. getNext(UUID incUpdateId, IteratorWrapper<CachingIncWorklistUpdate> ir, Integer count, Integer start)
CallsIncrementalWorklistUpdate.getNext(int)
orIncrementalWorklistUpdate.getAll()
on the designated incremental worklist update.
-