public interface PropertyValueComparator
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(Serializable propertyValue,
Serializable compareValue,
ComparePropertyValueOperation operation)
Compares the value of a property with the compare value, using the operator passed.
|
void |
registerComparator(ComparePropertyValueEvaluator evaluator)
Callback method to register this comparator with the evaluator.
|
void registerComparator(ComparePropertyValueEvaluator evaluator)
evaluator - the compare property value evaluatorboolean compare(Serializable propertyValue, Serializable compareValue, ComparePropertyValueOperation operation)
propertyValue - the property valuecompareValue - the compare valueoperation - the operation used to compare the two valuesCopyright © 2005–2018 Alfresco Software. All rights reserved.