Uses of Class
com.evolveum.midpoint.gui.impl.page.admin.cases.component.Match
-
Packages that use Match Package Description com.evolveum.midpoint.gui.impl.page.admin.cases.component -
-
Uses of Match in com.evolveum.midpoint.gui.impl.page.admin.cases.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.cases.component that return Match Modifier and Type Method Description Match
CorrelationPropertyValues. match(CorrelationPropertyValues other)
Uses `this` as a reference, and evaluates how the provided values match it.static Match
Match. valueOf(String name)
Returns the enum constant of this type with the specified name.static Match[]
Match. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-