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 MatchingResult
forReferenceId
(@NotNull String referenceId) static MatchingResult
forUncertain
(@Nullable String matchRequestId, @NotNull Collection<PotentialMatch> potentialMatches) @Nullable String
@NotNull Collection<PotentialMatch>
@Nullable String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
debugDump
in interfaceDebugDumpable
-