Class CompositeCorrelationExplanation
java.lang.Object
com.evolveum.midpoint.model.api.correlator.CorrelationExplanation
com.evolveum.midpoint.model.api.correlator.CompositeCorrelationExplanation
- All Implemented Interfaces:
DebugDumpable,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested 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
ConstructorsConstructorDescriptionCompositeCorrelationExplanation(@NotNull CorrelatorConfiguration correlatorConfiguration, @NotNull Confidence confidence, @NotNull List<CompositeCorrelationExplanation.ChildCorrelationExplanationRecord> childRecords) -
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
-
CompositeCorrelationExplanation
public CompositeCorrelationExplanation(@NotNull @NotNull CorrelatorConfiguration correlatorConfiguration, @NotNull @NotNull Confidence confidence, @NotNull @NotNull List<CompositeCorrelationExplanation.ChildCorrelationExplanationRecord> childRecords)
-
-
Method Details
-
toLocalizableMessage
Description copied from class:CorrelationExplanationReturns the explanation formatted as a text.- Specified by:
toLocalizableMessagein classCorrelationExplanation
-