Class PropertyValueMatcher<T>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.PropertyValueMatcher<T>
- All Implemented Interfaces:
EqualsChecker<PrismPropertyValue<T>>
,HeteroEqualsChecker<PrismPropertyValue<T>,
,PrismPropertyValue<T>> BiPredicate<PrismPropertyValue<T>,
PrismPropertyValue<T>>
Helps with the consolidation of attribute and auxiliary object class values.
- Author:
- semancik
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasRealValue
(PrismProperty<T> property, PrismPropertyValue<T> pValue) boolean
isRealValueToAdd
(PropertyDelta<T> delta, PrismPropertyValue<T> pValue) boolean
boolean
boolean
test
(PrismPropertyValue<T> v1, PrismPropertyValue<T> v2) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Method Details
-
match
- Throws:
SchemaException
-
matches
- Throws:
SchemaException
-
hasRealValue
-
isRealValueToAdd
-
toString
-
test
- Specified by:
test
in interfaceBiPredicate<PrismPropertyValue<T>,
PrismPropertyValue<T>>
-