Class PartitionedReconciliationTaskHandlerCreator
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.sync.tasks.recon.PartitionedReconciliationTaskHandlerCreator
-
@Component public class PartitionedReconciliationTaskHandlerCreator extends Object
Creates the task handler for partitioned reconciliation. (A bit awkward idea but it stems from the fact that the handler itself resides in task-quartz-impl. This class serves only as the point of instantiation and configuration of that handler.) --- Task handler created here is responsible for creating subtasks that would deal with particular phases of the reconciliation process: 1. finishing operations 2. iterating through resource objects and synchronizing them 3. iterating through shadows and checking their existence
-
-
Field Summary
Fields Modifier and Type Field Description static String
HANDLER_URI
-
Constructor Summary
Constructors Constructor Description PartitionedReconciliationTaskHandlerCreator()
-
-
-
Field Detail
-
HANDLER_URI
public static final String HANDLER_URI
- See Also:
- Constant Field Values
-
-