Abstract base class for expressions used in a workflow query.
Expressions can be negate and/or nested. The default is not negate.
Expressions which are supported by all stores are
FieldExpression and
NestedExpression .
Store specific expressions like XPathExpression can be added.
author: Christine Zimmermann