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
TheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aFIELD_VALUESitem 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()intgetValueIndex()- 
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:
 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. 
 
 - 
 
 -