Class ForEachLoopData.FieldValues
java.lang.Object
de.xima.fc.workflow.model.loop_data.ForEachLoopData
de.xima.fc.workflow.model.loop_data.ForEachLoopData.FieldValues
- All Implemented Interfaces:
IForEachLoopData, IForEachLoopData.FieldValues, IFormElementFieldValueContextData, ILoopNodeData, INodeExecutionData
- Enclosing class:
ForEachLoopData
public static final class ForEachLoopData.FieldValues
extends ForEachLoopData
implements IForEachLoopData.FieldValues
The
INodeExecutionData published by the FC_FOR_EACH_LOOP when
iterating of items provided by a FIELD_VALUES item source.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested classes/interfaces inherited from class ForEachLoopData
ForEachLoopData.Attachments, ForEachLoopData.CharacterSeparatedValues, ForEachLoopData.FieldValues, ForEachLoopData.Files, ForEachLoopData.FormElementRepetitions, ForEachLoopData.JsonValue, ForEachLoopData.RowsOfCharacterSeparatedValuesNested classes/interfaces inherited from interface IForEachLoopData
IForEachLoopData.Attachments, IForEachLoopData.CharacterSeparatedValues, IForEachLoopData.FieldValues, IForEachLoopData.Files, IForEachLoopData.FormElementRepetitions, IForEachLoopData.JsonValue, IForEachLoopData.RowsOfCharacterSeparatedValues -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ForEachLoopData
getItemSource
-
Constructor Details
-
FieldValues
-
-
Method Details
-
getFieldNames
- Specified by:
getFieldNamesin interfaceIFormElementFieldValueContextData- Returns:
- Names of all form fields to which the context applies.
-
getValueIndex
public int getValueIndex()- Specified by:
getValueIndexin interfaceIFormElementFieldValueContextData- Returns:
- 0-based ordinal index in the array of field values.
0is the first field value,1is the second field value etc.
-