org.openorb.notify.filter
public class FilterConstraint extends Object
| Constructor Summary | |
|---|---|
| FilterConstraint(String stringifiedConstraint, Constraint constraint)
Default constructor | |
| Method Summary | |
|---|---|
| boolean | evaluate(Any event)
This operation is invoked to evaluate a notify constraint. |
| boolean | evaluate(Property[] properties)
This operation is invoked to evaluate a notify constraint. |
| String | getConstraintExpr()
Get the constraint expression as string |