Class CorrelationExplanation.GenericCorrelationExplanation
java.lang.Object
com.evolveum.midpoint.model.api.correlator.CorrelationExplanation
com.evolveum.midpoint.model.api.correlator.CorrelationExplanation.GenericCorrelationExplanation
- All Implemented Interfaces:
DebugDumpable,Serializable
- Enclosing class:
- CorrelationExplanation
public static class CorrelationExplanation.GenericCorrelationExplanation
extends CorrelationExplanation
This is for correlators that support candidate check (i.e., determining confidence for the provided candidate)
but do not provide any the specific explanations of their decisions.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.model.api.correlator.CorrelationExplanation
CorrelationExplanation.GenericCorrelationExplanation, CorrelationExplanation.UnsupportedCorrelationExplanation -
Field Summary
Fields inherited from class com.evolveum.midpoint.model.api.correlator.CorrelationExplanation
confidenceFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionGenericCorrelationExplanation(@NotNull CorrelatorConfiguration correlatorConfiguration, @NotNull Confidence confidence) -
Method Summary
Modifier and TypeMethodDescription@NotNull LocalizableMessageReturns the explanation formatted as a text.Methods inherited from class com.evolveum.midpoint.model.api.correlator.CorrelationExplanation
debugDump, getConfidence, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
GenericCorrelationExplanation
public GenericCorrelationExplanation(@NotNull @NotNull CorrelatorConfiguration correlatorConfiguration, @NotNull @NotNull Confidence confidence)
-
-
Method Details
-
toLocalizableMessage
Description copied from class:CorrelationExplanationReturns the explanation formatted as a text.- Specified by:
toLocalizableMessagein classCorrelationExplanation
-