Uses of Class
com.evolveum.midpoint.model.api.correlator.CandidateOwnersMap
Packages that use CandidateOwnersMap
Package
Description
-
Uses of CandidateOwnersMap in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return CandidateOwnersMapModifier and TypeMethodDescription@Nullable CandidateOwnersMap
CompleteCorrelationResult.getCandidateOwnersMap()
Methods in com.evolveum.midpoint.model.api.correlation with parameters of type CandidateOwnersMapModifier and TypeMethodDescriptionstatic 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 CandidateOwnersMapModifier and TypeMethodDescriptionstatic CandidateOwnersMap
CandidateOwnersMap.from
(Collection<CandidateOwner> source) @NotNull CandidateOwnersMap
CorrelationResult.getCandidateOwnersMap()
Methods in com.evolveum.midpoint.model.api.correlator with parameters of type CandidateOwnersMapModifier and TypeMethodDescriptionvoid
CandidateOwnersMap.mergeWith
(CandidateOwnersMap other) static CorrelationResult
CorrelationResult.of
(@NotNull CandidateOwnersMap candidateOwnersMap) Constructors in com.evolveum.midpoint.model.api.correlator with parameters of type CandidateOwnersMap