Uses of Class
com.evolveum.midpoint.model.api.correlation.CompleteCorrelationResult
Packages that use CompleteCorrelationResult
-
Uses of CompleteCorrelationResult in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return CompleteCorrelationResultModifier and TypeMethodDescription@NotNull CompleteCorrelationResult
CorrelationService.correlate
(@NotNull FocusType preFocus, @Nullable String archetypeOid, @NotNull Set<String> candidateOids, @NotNull CorrelatorDiscriminator discriminator, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Correlates the provided (partial) focus object to a set of candidate matches.static CompleteCorrelationResult
static CompleteCorrelationResult
CompleteCorrelationResult.existingOwner
(@NotNull ObjectType owner, @Nullable CandidateOwnersMap candidateOwnersMap, @Nullable ResourceObjectOwnerOptionsType optionsBean) static CompleteCorrelationResult
CompleteCorrelationResult.noOwner()
static CompleteCorrelationResult
CompleteCorrelationResult.uncertain
(@NotNull CandidateOwnersMap candidateOwnersMap, @NotNull ResourceObjectOwnerOptionsType optionsBean)