Uses of Interface
com.evolveum.midpoint.prism.match.MatchingRule
-
Packages that use MatchingRule Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.match com.evolveum.midpoint.prism.util -
-
Uses of MatchingRule in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type MatchingRule Modifier and Type Method Description booleanPrismPropertyValue. equals(PrismPropertyValue<?> other, @NotNull ParameterizedEquivalenceStrategy strategy, @Nullable MatchingRule<T> matchingRule) -
Uses of MatchingRule in com.evolveum.midpoint.prism.match
Methods in com.evolveum.midpoint.prism.match that return MatchingRule Modifier and Type Method Description <T> @NotNull MatchingRule<T>MatchingRuleRegistry. getMatchingRule(QName ruleName, QName typeQName) -
Uses of MatchingRule in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type MatchingRule Modifier and Type Method Description static <T> voidPrismAsserts. assertEquals(String message, MatchingRule<T> matchingRule, T expected, T actual)static <T> voidPrismAsserts. assertPropertyValueDesc(PrismProperty<T> property, MatchingRule<T> matchingRule, String contextDescrition, T... expectedPropValues)static <T> voidPrismAsserts. assertPropertyValueMatch(PrismContainer<?> container, ItemPath propQName, MatchingRule<T> matchingRule, T... realPropValues)static <T> voidPrismAsserts. assertPropertyValueMatch(PrismContainerValue<?> containerValue, ItemPath propQName, MatchingRule<T> matchingRule, T... realPropValues)static <T> voidPrismAsserts. assertSets(String message, MatchingRule<T> matchingRule, Collection<T> actualValues, Collection<T> expectedValues)static <T> voidPrismAsserts. assertSets(String message, MatchingRule<T> matchingRule, Collection<T> actualValues, T... expectedValues)static <T> voidPrismAsserts. assertValues(String message, MatchingRule<T> matchingRule, Collection<PrismPropertyValue<T>> actualPValues, T... expectedValues)static <T> booleanPrismUtil. equals(T a, T b, MatchingRule<T> matchingRule)
-