Uses of Interface
com.evolveum.midpoint.schema.statistics.TaskActionsExecutedCollector
-
Packages that use TaskActionsExecutedCollector Package Description com.evolveum.midpoint.schema.statistics com.evolveum.midpoint.task.api com.evolveum.midpoint.task.api.test -
-
Uses of TaskActionsExecutedCollector in com.evolveum.midpoint.schema.statistics
Subinterfaces of TaskActionsExecutedCollector 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 TaskActionsExecutedCollector in com.evolveum.midpoint.task.api
Subinterfaces of TaskActionsExecutedCollector 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 TaskActionsExecutedCollector in com.evolveum.midpoint.task.api.test
Classes in com.evolveum.midpoint.task.api.test that implement TaskActionsExecutedCollector Modifier and Type Class Description class
NullTaskImpl
DO NOT USE in production code.
-