Class CandidateOwner
java.lang.Object
com.evolveum.midpoint.model.api.correlator.CandidateOwner
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CandidateOwner.ObjectBased
,CandidateOwner.ValueBased
A candidate owner along with its confidence value (a number between 0 and 1, inclusive).
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Traditional, object-based owner.static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<CandidateOwner.ObjectBased>
ensureObjectBased
(Collection<CandidateOwner> candidateOwners) double
@Nullable String
abstract @NotNull Containerable
getValue()
abstract boolean
matchesIdentity
(CandidateOwner candidateOwner) True if this record refers to the same candidate owner identity as the provided one.toString()
-
Constructor Details
-
CandidateOwner
-
-
Method Details
-
ensureObjectBased
public static Collection<CandidateOwner.ObjectBased> ensureObjectBased(Collection<CandidateOwner> candidateOwners) -
getValue
-
getConfidence
public double getConfidence() -
getExternalId
-
toString
-
matchesIdentity
True if this record refers to the same candidate owner identity as the provided one.
-