public interface PropertyValueComparator
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(java.io.Serializable propertyValue,
java.io.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(java.io.Serializable propertyValue,
java.io.Serializable compareValue,
ComparePropertyValueOperation operation)
propertyValue - the property valuecompareValue - the compare valueoperation - the operation used to compare the two valuesCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.