Uses of Class
com.evolveum.midpoint.model.api.correlation.CorrelationContext
Packages that use CorrelationContext
Package
Description
-
Uses of CorrelationContext in com.evolveum.midpoint.model.api.correlation
Subclasses of CorrelationContext in com.evolveum.midpoint.model.api.correlationModifier and TypeClassDescriptionstatic class
Context for correlating a focus to a set of matching focuses.static class
Context for correlating a shadow to a set of matching focuses.Methods in com.evolveum.midpoint.model.api.correlation that return CorrelationContext -
Uses of CorrelationContext in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator with parameters of type CorrelationContextModifier and TypeMethodDescription@NotNull Confidence
Correlator.checkCandidateOwner
(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Checks whether the provided candidate focus object is the owner for given resource object.@NotNull CorrelationResult
Correlator.correlate
(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result) Finds matching focus object (or potentially matching objects) for given resource object or for the pre-focus object.@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).default void
Correlator.update
(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result) Updates the internal state of the correlator with the "fresh" data from the resource.