Package com.evolveum.midpoint.model.impl.tasks.simple
-
Class Summary Class Description ExecutionContext Context of the execution of a simple task.Processing<O extends ObjectType,EC extends ExecutionContext> Specifies the processing of a simple task: - how object type, query, and search options are specified - how resulting objects are handledSimpleIterativeTaskHandler<O extends ObjectType,EC extends ExecutionContext,P extends Processing<O,EC>> Enables writing simple search-iterative task handlers without having to deal with the complexity of task executions, task part executions, and result handlers.