| Package | Description |
|---|---|
| ee.telekom.workflow.api |
| Modifier and Type | Method and Description |
|---|---|
DslIfBlock<Level> |
DslIfBlock.elseIf(String condition)
If the given condition evaluates to true, then executes the branch content and ignores the other elseIf and else branches, otherwise evaluates the
following elseIf or else condition.
|
DslIfBlock<Level> |
DslBlock.if_(int id,
String condition)
Start tag for if-elseIf-else-endIf block.
|
Copyright © 2017. All rights reserved.