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 ofCorrelator, i.e. the return value ofCorrelator.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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CorrelationResult(@NotNull CandidateOwnersMap candidateOwnersMap)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)static CorrelationResultempty()@NotNull CandidateOwnersMapgetCandidateOwnersMap()static CorrelationResultof(@NotNull CandidateOwnersMap candidateOwnersMap)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
CorrelationResult
public CorrelationResult(@NotNull @NotNull CandidateOwnersMap candidateOwnersMap)
-
-
Method Detail
-
empty
public static CorrelationResult empty()
-
of
public static CorrelationResult of(@NotNull @NotNull CandidateOwnersMap candidateOwnersMap)
-
getCandidateOwnersMap
@NotNull public @NotNull CandidateOwnersMap getCandidateOwnersMap()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-