Uses of Class
com.opensymphony.workflow.query.Expression

Packages that use Expression
com.opensymphony.workflow.query   
 

Uses of Expression in com.opensymphony.workflow.query
 

Subclasses of Expression in com.opensymphony.workflow.query
 class FieldExpression
          Field expressions are used when constructing a workflow query on the fields of persistent workflow instances like (START_DATE, OWNER,....).
 class NestedExpression
          Nested expressions are used when constructing a workflow query.
 

Methods in com.opensymphony.workflow.query that return Expression
 Expression WorkflowExpressionQuery.getExpression()
           
 Expression NestedExpression.getExpression(int index)
           
 

Methods in com.opensymphony.workflow.query with parameters of type Expression
 void WorkflowExpressionQuery.setExpression(Expression expression)
           
 void NestedExpression.setExpressions(Expression[] expressions)
           
 

Constructors in com.opensymphony.workflow.query with parameters of type Expression
NestedExpression(Expression[] expressions, int operator)
          Create a NestedExpression that consists of multiple expressions.
WorkflowExpressionQuery(Expression expression)
          Create a WorkflowExpressionQuery that consists of one expression.
 


OpenSymphony Workflow Project Page