Package | Description |
---|---|
com.opensymphony.workflow.query |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Expression |
WorkflowExpressionQuery.getExpression() |
Expression |
NestedExpression.getExpression(int index) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExpressionQuery.setExpression(Expression expression) |
void |
NestedExpression.setExpressions(Expression[] expressions) |
Constructor and Description |
---|
NestedExpression(Expression[] expressions,
int operator)
Create a NestedExpression that consists of multiple expressions.
|
WorkflowExpressionQuery(Expression expression)
Create a WorkflowExpressionQuery that consists of one expression.
|
Copyright © 2021 catworkx GmbH. All rights reserved.