Class CorrelationExplanation.UnsupportedCorrelationExplanation
java.lang.Object
com.evolveum.midpoint.model.api.correlator.CorrelationExplanation
com.evolveum.midpoint.model.api.correlator.CorrelationExplanation.UnsupportedCorrelationExplanation
- All Implemented Interfaces:
DebugDumpable,Serializable
- Enclosing class:
- CorrelationExplanation
public static class CorrelationExplanation.UnsupportedCorrelationExplanation
extends CorrelationExplanation
This is for correlators that do not support neither explanation nor candidate check (i.e., determining confidence
for the provided candidate).
- 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
ConstructorsConstructorDescriptionUnsupportedCorrelationExplanation(@NotNull CorrelatorConfiguration correlatorConfiguration) -
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
-
UnsupportedCorrelationExplanation
public UnsupportedCorrelationExplanation(@NotNull @NotNull CorrelatorConfiguration correlatorConfiguration)
-
-
Method Details
-
toLocalizableMessage
Description copied from class:CorrelationExplanationReturns the explanation formatted as a text.- Specified by:
toLocalizableMessagein classCorrelationExplanation
-