Class MatchingResult
java.lang.Object
com.evolveum.midpoint.model.api.correlator.idmatch.MatchingResult
- All Implemented Interfaces:
DebugDumpable
A response from an external ID Match service.
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptiondebugDump(int indent) static MatchingResultforReferenceId(@NotNull String referenceId) static MatchingResultforUncertain(@Nullable String matchRequestId, @NotNull Collection<PotentialMatch> potentialMatches) @Nullable String@NotNull Collection<PotentialMatch>@Nullable StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
forReferenceId
-
forUncertain
public static MatchingResult forUncertain(@Nullable @Nullable String matchRequestId, @NotNull @NotNull Collection<PotentialMatch> potentialMatches) -
getReferenceId
-
getMatchRequestId
-
getPotentialMatches
-
toString
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-