Uses of Interface
com.evolveum.midpoint.prism.match.MatchingRule
Package
Description
-
Uses of MatchingRule in com.evolveum.midpoint.prism
Modifier and TypeMethodDescriptionboolean
PrismPropertyValue.equals
(PrismPropertyValue<?> other, @NotNull ParameterizedEquivalenceStrategy strategy, @Nullable MatchingRule<T> matchingRule) -
Uses of MatchingRule in com.evolveum.midpoint.prism.match
Modifier and TypeMethodDescription<T> @NotNull MatchingRule<T>
MatchingRuleRegistry.getMatchingRule
(QName ruleName, QName typeQName) -
Uses of MatchingRule in com.evolveum.midpoint.prism.util
Modifier and TypeMethodDescriptionstatic <T> void
PrismAsserts.assertEquals
(String message, MatchingRule<T> matchingRule, T expected, T actual) static <T> void
PrismAsserts.assertPropertyValueDesc
(PrismProperty<T> property, MatchingRule<T> matchingRule, String contextDescrition, T... expectedPropValues) static <T> void
PrismAsserts.assertPropertyValueMatch
(PrismContainer<?> container, ItemPath propQName, MatchingRule<T> matchingRule, T... realPropValues) static <T> void
PrismAsserts.assertPropertyValueMatch
(PrismContainerValue<?> containerValue, ItemPath propQName, MatchingRule<T> matchingRule, T... realPropValues) static <T> void
PrismAsserts.assertSets
(String message, MatchingRule<T> matchingRule, Collection<T> actualValues, Collection<T> expectedValues) static <T> void
PrismAsserts.assertSets
(String message, MatchingRule<T> matchingRule, Collection<T> actualValues, T... expectedValues) static <T> void
PrismAsserts.assertValues
(String message, MatchingRule<T> matchingRule, Collection<PrismPropertyValue<T>> actualPValues, T... expectedValues) static <T> boolean
PrismUtil.equals
(T a, T b, MatchingRule<T> matchingRule)