Uses of Class
com.evolveum.midpoint.model.api.correlator.CorrelationExplanation
Packages that use CorrelationExplanation
Package
Description
-
Uses of CorrelationExplanation in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return CorrelationExplanationModifier and TypeMethodDescription@Nullable CorrelationExplanation
CorrelationCaseDescription.CandidateDescription.getExplanation()
Constructors in com.evolveum.midpoint.model.api.correlation with parameters of type CorrelationExplanationModifierConstructorDescriptionCandidateDescription
(F object, double confidence, @NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription> properties, @Nullable CorrelationExplanation explanation) -
Uses of CorrelationExplanation in com.evolveum.midpoint.model.api.correlator
Subclasses of CorrelationExplanation in com.evolveum.midpoint.model.api.correlatorModifier and TypeClassDescriptionclass
static class
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.static class
This is for correlators that do not support neither explanation nor candidate check (i.e., determining confidence for the provided candidate).class
Methods in com.evolveum.midpoint.model.api.correlator that return CorrelationExplanationModifier and TypeMethodDescription@NotNull CorrelationExplanation
Correlator.explain
(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidate, @NotNull OperationResult result) Explains how the correlator came to a given candidate owner (and the specific confidence value of it).Constructors in com.evolveum.midpoint.model.api.correlator with parameters of type CorrelationExplanationModifierConstructorDescriptionChildCorrelationExplanationRecord
(@NotNull CorrelationExplanation explanation, double weight, double confidenceIncrement, @NotNull Set<String> ignoredBecause)