Uses of Class
com.evolveum.midpoint.model.api.correlator.idmatch.IdMatchObject
Packages that use IdMatchObject
-
Uses of IdMatchObject in com.evolveum.midpoint.model.api.correlator.idmatch
Methods in com.evolveum.midpoint.model.api.correlator.idmatch that return IdMatchObjectModifier and TypeMethodDescriptionstatic @NotNull IdMatchObject
IdMatchObject.create
(@NotNull String sorIdentifierValue, @NotNull IdMatchAttributesType attributes) static @NotNull IdMatchObject
IdMatchObject.create
(@NotNull String sorIdentifier, @NotNull ShadowAttributesType attributes) @NotNull IdMatchObject
MatchingRequest.getObject()
Methods in com.evolveum.midpoint.model.api.correlator.idmatch with parameters of type IdMatchObjectModifier and TypeMethodDescription@NotNull String
IdMatchService.resolve
(@NotNull IdMatchObject idMatchObject, @Nullable String matchRequestId, @Nullable String referenceId, @NotNull OperationResult result) Resolves a pending match.void
IdMatchService.update
(@NotNull IdMatchObject idMatchObject, @Nullable String referenceId, @NotNull OperationResult result) Updates an object in ID Match service.Constructors in com.evolveum.midpoint.model.api.correlator.idmatch with parameters of type IdMatchObject