Class ReconciliationProcessor
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.ReconciliationProcessor
- All Implemented Interfaces:
ProjectorProcessor
Processor that reconciles the computed account and the real account. There
will be some deltas already computed from the other processors. This
processor will compare the "projected" state of the account after application
of the deltas to the actual (real) account with the result of the mappings.
The differences will be expressed as additional "reconciliation" deltas.
- Author:
- lazyman, Radovan Semancik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ReconciliationProcessor
public ReconciliationProcessor()
-