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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
debugDump
(int indent) static CandidateOwnersMap
from
(Collection<CandidateOwner> source) boolean
isEmpty()
void
mergeWith
(CandidateOwnersMap other) void
put
(@NotNull CandidateOwner candidateOwner) void
put
(@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, wait
Methods 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:
debugDump
in interfaceDebugDumpable
-
mergeWith
-
clear
public void clear()
-