Uses of Interface
com.evolveum.midpoint.schema.statistics.TaskIterativeOperationCollector
-
Packages that use TaskIterativeOperationCollector Package Description com.evolveum.midpoint.schema.statistics com.evolveum.midpoint.task.api com.evolveum.midpoint.task.api.test -
-
Uses of TaskIterativeOperationCollector in com.evolveum.midpoint.schema.statistics
Subinterfaces of TaskIterativeOperationCollector in com.evolveum.midpoint.schema.statistics Modifier and Type Interface Description interface
StatisticsCollector
An object that receives various statistics and state information, processes them and provides them back to appropriate clients. -
Uses of TaskIterativeOperationCollector in com.evolveum.midpoint.task.api
Subinterfaces of TaskIterativeOperationCollector in com.evolveum.midpoint.task.api Modifier and Type Interface Description interface
RunningLightweightTask
Running lightweight asynchronous task.interface
RunningTask
A task that is directly used to execute the handler code.interface
Task
Task instance - a logical unit of work. -
Uses of TaskIterativeOperationCollector in com.evolveum.midpoint.task.api.test
Classes in com.evolveum.midpoint.task.api.test that implement TaskIterativeOperationCollector Modifier and Type Class Description class
NullTaskImpl
DO NOT USE in production code.
-