com.opensymphony.workflow.query |
|
Java Source File Name | Type | Comment |
Expression.java | Class | Abstract base class for expressions used in a workflow query.
Expressions can be negate and/or nested. |
FieldExpression.java | Class | Field expressions are used when constructing a workflow query on the fields
of persistent workflow instances like (START_DATE, OWNER,....).
Field expressions have three attributes. |
NestedExpression.java | Class | Nested expressions are used when constructing a workflow query. |
WorkflowExpressionQuery.java | Class | Workflow Query.
A workflow expression-based query is constructed by specifying a number of expressions in the query.
Currently queries can only have one operator act on them. |
WorkflowQuery.java | Class | |