Uses of Class
com.evolveum.midpoint.model.api.correlator.CandidateOwnersMap
-
Packages that use CandidateOwnersMap Package Description com.evolveum.midpoint.model.api.correlation com.evolveum.midpoint.model.api.correlator -
-
Uses of CandidateOwnersMap in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return CandidateOwnersMap Modifier and Type Method Description @Nullable CandidateOwnersMap
CompleteCorrelationResult. getCandidateOwnersMap()
Methods in com.evolveum.midpoint.model.api.correlation with parameters of type CandidateOwnersMap Modifier and Type Method Description static CompleteCorrelationResult
CompleteCorrelationResult. existingOwner(@NotNull ObjectType owner, @Nullable CandidateOwnersMap candidateOwnersMap, @Nullable ResourceObjectOwnerOptionsType optionsBean)
static CompleteCorrelationResult
CompleteCorrelationResult. uncertain(@NotNull CandidateOwnersMap candidateOwnersMap, @NotNull ResourceObjectOwnerOptionsType optionsBean)
-
Uses of CandidateOwnersMap in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that return CandidateOwnersMap Modifier and Type Method Description static CandidateOwnersMap
CandidateOwnersMap. from(Collection<CandidateOwner> source)
@NotNull CandidateOwnersMap
CorrelationResult. getCandidateOwnersMap()
Methods in com.evolveum.midpoint.model.api.correlator with parameters of type CandidateOwnersMap Modifier and Type Method Description static CorrelationResult
CorrelationResult. of(@NotNull CandidateOwnersMap candidateOwnersMap)
Constructors in com.evolveum.midpoint.model.api.correlator with parameters of type CandidateOwnersMap Constructor Description CorrelationResult(@NotNull CandidateOwnersMap candidateOwnersMap)
-