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