com.evolveum.midpoint.model.lens.projector
Class ReconciliationProcessor

java.lang.Object
  extended by com.evolveum.midpoint.model.lens.projector.ReconciliationProcessor

@Component
public class ReconciliationProcessor
extends Object

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

Field Summary
static String PROCESS_RECONCILIATION
           
 
Constructor Summary
ReconciliationProcessor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS_RECONCILIATION

public static final String PROCESS_RECONCILIATION
Constructor Detail

ReconciliationProcessor

public ReconciliationProcessor()


Copyright © 2013 evolveum. All Rights Reserved.