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 CorrelationExplanationCorrelationCaseDescription.CandidateDescription.getExplanation()Constructors in com.evolveum.midpoint.model.api.correlation with parameters of type CorrelationExplanationModifierConstructorDescriptionCandidateDescription(F object, double confidence, @NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription> propertiesValuesMap, @Nullable CorrelationExplanation explanation) -
Uses of CorrelationExplanation in com.evolveum.midpoint.model.api.correlator
Subclasses of CorrelationExplanation in com.evolveum.midpoint.model.api.correlatorModifier and TypeClassDescriptionclassstatic classThis 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 classThis is for correlators that do not support neither explanation nor candidate check (i.e., determining confidence for the provided candidate).classMethods in com.evolveum.midpoint.model.api.correlator that return CorrelationExplanationModifier and TypeMethodDescription@NotNull CorrelationExplanationCorrelator.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) -
Uses of CorrelationExplanation in com.evolveum.midpoint.model.impl.correlator
Methods in com.evolveum.midpoint.model.impl.correlator that return CorrelationExplanationModifier and TypeMethodDescription@NotNull CorrelationExplanationBaseCorrelator.explain(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidate, @NotNull OperationResult parentResult) protected @NotNull CorrelationExplanationBaseCorrelator.explainInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) This the default implementation, to be overridden in subclasses. -
Uses of CorrelationExplanation in com.evolveum.midpoint.model.impl.correlator.composite
Methods in com.evolveum.midpoint.model.impl.correlator.composite that return CorrelationExplanationModifier and TypeMethodDescriptionprotected @NotNull CorrelationExplanationCompositeCorrelator.explainInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) -
Uses of CorrelationExplanation in com.evolveum.midpoint.model.impl.correlator.items
Methods in com.evolveum.midpoint.model.impl.correlator.items that return CorrelationExplanationModifier and TypeMethodDescriptionprotected @NotNull CorrelationExplanationItemsCorrelator.explainInternal(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result)