Uses of Enum Class
org.alfresco.repo.action.evaluator.compare.ComparePropertyValueOperation
Packages that use ComparePropertyValueOperation
-
Uses of ComparePropertyValueOperation in org.alfresco.repo.action.evaluator.compare
Methods in org.alfresco.repo.action.evaluator.compare that return ComparePropertyValueOperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ComparePropertyValueOperation[]ComparePropertyValueOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.action.evaluator.compare with parameters of type ComparePropertyValueOperationModifier and TypeMethodDescriptionbooleanDatePropertyValueComparator.compare(Serializable propertyValue, Serializable compareValue, ComparePropertyValueOperation operation) booleanNumericPropertyValueComparator.compare(Serializable propertyValue, Serializable compareValue, ComparePropertyValueOperation operation) booleanPropertyValueComparator.compare(Serializable propertyValue, Serializable compareValue, ComparePropertyValueOperation operation) Compares the value of a property with the compare value, using the operator passed.booleanTextPropertyValueComparator.compare(Serializable propertyValue, Serializable compareValue, ComparePropertyValueOperation operation)