Uses of Class
com.evolveum.midpoint.model.api.correlation.CompleteCorrelationResult
-
Packages that use CompleteCorrelationResult Package Description com.evolveum.midpoint.model.api.correlation -
-
Uses of CompleteCorrelationResult in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return CompleteCorrelationResult Modifier and Type Method Description static CompleteCorrelationResult
CompleteCorrelationResult. error(@NotNull Throwable t)
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)
-