| Interface | Description |
|---|---|
| InputMapping<T> |
An InputMapping describes an input parameter to a node execution.
|
| Class | Description |
|---|---|
| ArrayMapping |
InputMapping that evaluates to an array.
|
| AttributeMapping<T> |
InputMapping for an attribute's value in the given environment.
|
| ConstantMapping<T> |
InputMapping of a constant value that does not depend on the environment.
|
| DueDateMapping | |
| ExpressionLanguageMapping<T> |
Provides expression language based InputMapping against
Environment variables. |
| ExpressionMapping<T> |
InputMapping for a value evaluated by the execution of the given expression.
|
| MapMapping |
InputMapping that evaluates to a Map.
|
Copyright © 2018. All rights reserved.