Uses of Class
com.evolveum.midpoint.model.api.correlator.CandidateOwner
-
Packages that use CandidateOwner Package Description com.evolveum.midpoint.model.api.correlator -
-
Uses of CandidateOwner in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that return types with arguments of type CandidateOwner Modifier and Type Method Description Collection<CandidateOwner>
CandidateOwnersMap. selectWithConfidenceAtLeast(double threshold)
@NotNull Collection<CandidateOwner>
CandidateOwnersMap. values()
Methods in com.evolveum.midpoint.model.api.correlator with parameters of type CandidateOwner Modifier and Type Method Description void
CandidateOwnersMap. put(@NotNull CandidateOwner candidateOwner)
Method parameters in com.evolveum.midpoint.model.api.correlator with type arguments of type CandidateOwner Modifier and Type Method Description static CandidateOwnersMap
CandidateOwnersMap. from(Collection<CandidateOwner> source)
-