Uses of Class
com.evolveum.midpoint.model.api.correlator.Confidence
Packages that use Confidence
-
Uses of Confidence in com.evolveum.midpoint.model.api.correlator
Subclasses of Confidence in com.evolveum.midpoint.model.api.correlatorModifier and TypeClassDescriptionstatic classTheConfidenceextended by per-item confidence values.Fields in com.evolveum.midpoint.model.api.correlator declared as ConfidenceModifier and TypeFieldDescriptionprotected final @NotNull ConfidenceCorrelationExplanation.confidenceThe resulting confidence computed by the correlator.Methods in com.evolveum.midpoint.model.api.correlator that return ConfidenceModifier and TypeMethodDescription@NotNull ConfidenceCorrelator.checkCandidateOwner(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Checks whether the provided candidate focus object is the owner for given resource object.static ConfidenceConfidence.full()@NotNull ConfidenceCorrelationExplanation.getConfidence()static ConfidenceConfidence.of(double value) static Confidencestatic ConfidenceConfidence.zero()Constructors in com.evolveum.midpoint.model.api.correlator with parameters of type ConfidenceModifierConstructorDescriptionCompositeCorrelationExplanation(@NotNull CorrelatorConfiguration correlatorConfiguration, @NotNull Confidence confidence, @NotNull List<CompositeCorrelationExplanation.ChildCorrelationExplanationRecord> childRecords) GenericCorrelationExplanation(@NotNull CorrelatorConfiguration correlatorConfiguration, @NotNull Confidence confidence) ItemsCorrelationExplanation(@NotNull CorrelatorConfiguration correlatorConfiguration, @NotNull Confidence confidence)