| Package | Description |
|---|---|
| ee.telekom.workflow.api |
| Modifier and Type | Method and Description |
|---|---|
Element |
Row.getMainElement() |
Element |
Row.getOutputElement() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
Row.getInputElement()
Returns a list of the row's input elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Row.addToken(Element element) |
static Condition |
ElementUtil.createCondition(Element element)
Creates a
Condition based on the given conditional element. |
static OutputMapping |
ElementUtil.createOutputMapping(Element outputElement)
Creates an
OutputMapping based on an output element. |
static boolean |
ElementUtil.isInputElement(Element element)
Returns, whether the given element is an input element.
|
static boolean |
ElementUtil.isMainElement(Element element)
Returns, whether the given element is a main element.
|
static boolean |
ElementUtil.isOutputElement(Element element)
Returns, whether the given element is an output element.
|
| Modifier and Type | Method and Description |
|---|---|
static MapMapping |
ElementUtil.createMapMapping(List<Element> inputElements)
Creates a
MapMapping based on the list of input elements. |
| Constructor and Description |
|---|
Row(Element... tokens) |
Copyright © 2018. All rights reserved.