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 |
DatePropertyValueComparator.compare(Serializable propertyValue,
Serializable compareValue,
ComparePropertyValueOperation operation) |
boolean |
TextPropertyValueComparator.compare(Serializable propertyValue,
Serializable compareValue,
ComparePropertyValueOperation operation) |
boolean |
NumericPropertyValueComparator.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.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.