Interface IFormElementFieldValueContextData
- All Superinterfaces:
INodeExecutionData
- All Known Subinterfaces:
IForEachLoopData.FieldValues
- All Known Implementing Classes:
ForEachLoopData.FieldValues
INodeExecutionData for nodes that wish to enter a form element field value index context during their
execution. Each form element may have multiple values, see IFormDataAdapter.getRequestDataMap(). Within such
a context, references to form values are restricted to the value at the indicated index. Useful e.g. for loops that
iterate over the values of a form field.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getFieldNames
-
getValueIndex
int getValueIndex()- Returns:
- 0-based ordinal index in the array of field values.
0is the first field value,1is the second field value etc.
-