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
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aFIELD_VALUES
item source.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.workflow.model.loop_data.ForEachLoopData
ForEachLoopData.Attachments, ForEachLoopData.CharacterSeparatedValues, ForEachLoopData.FieldValues, ForEachLoopData.Files, ForEachLoopData.FormElementRepetitions, ForEachLoopData.JsonValue, ForEachLoopData.RowsOfCharacterSeparatedValues
-
Nested classes/interfaces inherited from interface de.xima.fc.interfaces.workflow.execution.IForEachLoopData
IForEachLoopData.Attachments, IForEachLoopData.CharacterSeparatedValues, IForEachLoopData.FieldValues, IForEachLoopData.Files, IForEachLoopData.FormElementRepetitions, IForEachLoopData.JsonValue, IForEachLoopData.RowsOfCharacterSeparatedValues
-
-
Constructor Summary
Constructors Constructor Description FieldValues(String fieldName, int repetitionIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getFieldNames()
int
getValueIndex()
-
Methods inherited from class de.xima.fc.workflow.model.loop_data.ForEachLoopData
getItemSource
-
-
-
-
Constructor Detail
-
FieldValues
public FieldValues(String fieldName, int repetitionIndex)
-
-
Method Detail
-
getFieldNames
public Set<String> getFieldNames()
- Specified by:
getFieldNames
in interfaceIFormElementFieldValueContextData
- Returns:
- Names of all form fields to which the context applies.
-
getValueIndex
public int getValueIndex()
- Specified by:
getValueIndex
in interfaceIFormElementFieldValueContextData
- Returns:
- 0-based ordinal index in the array of field values.
0
is the first field value,1
is the second field value etc.
-
-