Uses of Class
com.evolveum.midpoint.model.api.correlator.CandidateOwner
Packages that use CandidateOwner
Package
Description
-
Uses of CandidateOwner in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return types with arguments of type CandidateOwnerModifier and TypeMethodDescription@Nullable Collection<CandidateOwner>SimplifiedCorrelationResult.getUncertainOwners()Method parameters in com.evolveum.midpoint.model.api.correlation with type arguments of type CandidateOwnerModifier and TypeMethodDescriptionstatic SimplifiedCorrelationResultSimplifiedCorrelationResult.uncertain(Collection<CandidateOwner> eligibleCandidates) -
Uses of CandidateOwner in com.evolveum.midpoint.model.api.correlator
Subclasses of CandidateOwner in com.evolveum.midpoint.model.api.correlatorModifier and TypeClassDescriptionstatic classTraditional, object-based owner.static classMethods in com.evolveum.midpoint.model.api.correlator that return types with arguments of type CandidateOwnerModifier and TypeMethodDescriptionCandidateOwners.selectWithConfidenceAtLeast(double threshold) @NotNull Collection<CandidateOwner>CandidateOwners.values()Methods in com.evolveum.midpoint.model.api.correlator with parameters of type CandidateOwnerModifier and TypeMethodDescriptionabstract booleanCandidateOwner.matchesIdentity(CandidateOwner candidateOwner) True if this record refers to the same candidate owner identity as the provided one.booleanCandidateOwner.ObjectBased.matchesIdentity(CandidateOwner candidateOwner) booleanCandidateOwner.ValueBased.matchesIdentity(CandidateOwner candidateOwner) Method parameters in com.evolveum.midpoint.model.api.correlator with type arguments of type CandidateOwnerModifier and TypeMethodDescriptionstatic Collection<CandidateOwner.ObjectBased>CandidateOwner.ensureObjectBased(Collection<CandidateOwner> candidateOwners) static CandidateOwnersCandidateOwners.from(Collection<? extends CandidateOwner> source)