Interface IFormElementFieldValueContextData
-
- All Superinterfaces:
INodeExecutionData
- All Known Subinterfaces:
IForEachLoopData.FieldValues
- All Known Implementing Classes:
ForEachLoopData.FieldValues
public interface IFormElementFieldValueContextData extends INodeExecutionData
INodeExecutionData
for nodes that wish to enter a form element field value index context during their execution. Each form element may have multiple values, seeIFormDataAdapter.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getFieldNames()
int
getValueIndex()
-