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

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

@Component
public class ConsolidationProcessor
extends Object

This processor consolidate delta set triples acquired from account sync context and transforms them to property deltas. It converts mappings to deltas considering exclusions, authoritativeness and strength of individual mappings. It also (somehow indirectly) merges all the mappings together. It considers also property deltas from sync, which already happened.

Author:
Radovan Semancik, lazyman

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

Field Detail

PROCESS_CONSOLIDATION

public static final String PROCESS_CONSOLIDATION
Constructor Detail

ConsolidationProcessor

public ConsolidationProcessor()


Copyright © 2013 evolveum. All Rights Reserved.