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
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ForEachLoopData.Attachments
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aATTACHMENTS
item source.static class
ForEachLoopData.CharacterSeparatedValues
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aCHARACTER_SEPARATED_VALUES
item source.static class
ForEachLoopData.FieldValues
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aFIELD_VALUES
item source.static class
ForEachLoopData.Files
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aFILES
item source.static class
ForEachLoopData.FormElementRepetitions
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aFORM_FIELD_REPETITIONS
item source.static class
ForEachLoopData.JsonValue
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aJSON_VALUE
item source.static class
ForEachLoopData.RowsOfCharacterSeparatedValues
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aROWS_OF_CHARACTER_SEPARATED_VALUES
item source.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EForEachLoopItemListSource
getItemSource()
-
-
-
Method Detail
-
getItemSource
public final EForEachLoopItemListSource getItemSource()
- Returns:
- Type of the item source that provided the items for the for-each loop.
-
-