| Package | Description |
|---|---|
| org.alfresco.repo.action.evaluator.compare |
| Modifier and Type | Method and Description |
|---|---|
static ComparePropertyValueOperation |
ComparePropertyValueOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparePropertyValueOperation[] |
ComparePropertyValueOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TextPropertyValueComparator.compare(Serializable propertyValue,
Serializable compareValue,
ComparePropertyValueOperation operation) |
boolean |
PropertyValueComparator.compare(Serializable propertyValue,
Serializable compareValue,
ComparePropertyValueOperation operation)
Compares the value of a property with the compare value, using the operator passed.
|
boolean |
NumericPropertyValueComparator.compare(Serializable propertyValue,
Serializable compareValue,
ComparePropertyValueOperation operation) |
boolean |
DatePropertyValueComparator.compare(Serializable propertyValue,
Serializable compareValue,
ComparePropertyValueOperation operation) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.