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
Nested ClassesModifier and TypeClassDescriptionstatic classTraditional, object-based owner.static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<CandidateOwner.ObjectBased>ensureObjectBased(Collection<CandidateOwner> candidateOwners) double@Nullable Stringabstract @NotNull ContainerablegetValue()abstract booleanmatchesIdentity(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.
-