| Modifier and Type | Field and Description |
|---|---|
protected LiteralExpression |
OutputClause.defaultOutputEntry |
protected LiteralExpression |
InputClause.inputExpression |
| Modifier and Type | Method and Description |
|---|---|
LiteralExpression |
OutputClause.getDefaultOutputEntry() |
LiteralExpression |
InputClause.getInputExpression() |
LiteralExpression |
RuleOutputClauseContainer.getOutputEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputClause.setDefaultOutputEntry(LiteralExpression defaultOutputEntry) |
void |
InputClause.setInputExpression(LiteralExpression inputExpression) |
void |
RuleOutputClauseContainer.setOutputEntry(LiteralExpression outputEntry) |
| Constructor and Description |
|---|
RuleOutputClauseContainer(OutputClause outputClause,
LiteralExpression outputEntry) |
Copyright © 2020 Flowable. All rights reserved.