Uses of Enum Class
com.evolveum.midpoint.model.api.correlation.CorrelationCaseDescription.Match
Packages that use CorrelationCaseDescription.Match
-
Uses of CorrelationCaseDescription.Match in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return CorrelationCaseDescription.MatchModifier and TypeMethodDescription@NotNull CorrelationCaseDescription.Match
CorrelationCaseDescription.CorrelationPropertyValuesDescription.getMatch()
Returns the enum constant of this class with the specified name.static CorrelationCaseDescription.Match[]
CorrelationCaseDescription.Match.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.evolveum.midpoint.model.api.correlation with parameters of type CorrelationCaseDescription.MatchModifierConstructorDescriptionCorrelationPropertyValuesDescription
(@NotNull CorrelationCaseDescription.CorrelationProperty correlationProperty, @NotNull Set<PrismValue> primaryValues, @NotNull Set<PrismValue> secondaryValues, @NotNull CorrelationCaseDescription.Match match)