Class CandidateOwnersMap
java.lang.Object
com.evolveum.midpoint.model.api.correlator.CandidateOwnersMap
- All Implemented Interfaces:
DebugDumpable,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()debugDump(int indent) static CandidateOwnersMapfrom(Collection<CandidateOwner> source) booleanisEmpty()voidmergeWith(CandidateOwnersMap other) voidput(@NotNull CandidateOwner candidateOwner) voidput(@NotNull ObjectType candidate, @Nullable String externalId, double confidence) selectWithConfidenceAtLeast(double threshold) @NotNull Collection<CandidateOwner>values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
CandidateOwnersMap
public CandidateOwnersMap()
-
-
Method Details
-
from
-
put
public void put(@NotNull @NotNull ObjectType candidate, @Nullable @Nullable String externalId, double confidence) -
put
-
values
-
isEmpty
public boolean isEmpty() -
selectWithConfidenceAtLeast
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-
mergeWith
-
clear
public void clear()
-