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
The
INodeExecutionData published by the FC_FOR_EACH_LOOP.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aATTACHMENTSitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aCHARACTER_SEPARATED_VALUESitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aFIELD_VALUESitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aFILESitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aFORM_FIELD_REPETITIONSitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aJSON_VALUEitem source.static final classTheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aROWS_OF_CHARACTER_SEPARATED_VALUESitem source. -
Method Summary
-
Method Details
-
getItemSource
- Returns:
- Type of the item source that provided the items for the for-each loop.
-