Class ForEachLoopData
- java.lang.Object
 - 
- de.xima.fc.workflow.model.loop_data.ForEachLoopData
 
 
- 
- All Implemented Interfaces:
 IForEachLoopData,ILoopNodeData,INodeExecutionData
- Direct Known Subclasses:
 ForEachLoopData.Attachments,ForEachLoopData.CharacterSeparatedValues,ForEachLoopData.FieldValues,ForEachLoopData.Files,ForEachLoopData.FormElementRepetitions,ForEachLoopData.JsonValue,ForEachLoopData.RowsOfCharacterSeparatedValues
public abstract class ForEachLoopData extends Object implements IForEachLoopData
TheINodeExecutionDatapublished by theFC_FOR_EACH_LOOP.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForEachLoopData.AttachmentsTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aATTACHMENTSitem source.static classForEachLoopData.CharacterSeparatedValuesTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aCHARACTER_SEPARATED_VALUESitem source.static classForEachLoopData.FieldValuesTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aFIELD_VALUESitem source.static classForEachLoopData.FilesTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aFILESitem source.static classForEachLoopData.FormElementRepetitionsTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aFORM_FIELD_REPETITIONSitem source.static classForEachLoopData.JsonValueTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aJSON_VALUEitem source.static classForEachLoopData.RowsOfCharacterSeparatedValuesTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aROWS_OF_CHARACTER_SEPARATED_VALUESitem source. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EForEachLoopItemListSourcegetItemSource() 
 - 
 
- 
- 
Method Detail
- 
getItemSource
public final EForEachLoopItemListSource getItemSource()
- Returns:
 - Type of the item source that provided the items for the for-each loop.
 
 
 - 
 
 -