Class CorrelationResult

java.lang.Object
com.evolveum.midpoint.model.api.correlator.CorrelationResult
All Implemented Interfaces:
DebugDumpable, Serializable

public class CorrelationResult extends Object implements Serializable, DebugDumpable
Result of the correlation at the level of Correlator, i.e. the return value of Correlator.correlate(CorrelationContext, OperationResult) method. *Does not* deal with the question "who is the owner". It simply provides a list of candidates with appropriate confidence values. TODO better name?
See Also: