Interface IForEachLoopData
-
- All Superinterfaces:
ILoopNodeData
,INodeExecutionData
- All Known Subinterfaces:
IForEachLoopData.Attachments
,IForEachLoopData.CharacterSeparatedValues
,IForEachLoopData.FieldValues
,IForEachLoopData.Files
,IForEachLoopData.FormElementRepetitions
,IForEachLoopData.JsonValue
,IForEachLoopData.RowsOfCharacterSeparatedValues
- All Known Implementing Classes:
ForEachLoopData
,ForEachLoopData.Attachments
,ForEachLoopData.CharacterSeparatedValues
,ForEachLoopData.FieldValues
,ForEachLoopData.Files
,ForEachLoopData.FormElementRepetitions
,ForEachLoopData.JsonValue
,ForEachLoopData.RowsOfCharacterSeparatedValues
public interface IForEachLoopData extends ILoopNodeData
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IForEachLoopData.Attachments
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by an attachments item source.static interface
IForEachLoopData.CharacterSeparatedValues
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a character separated values item source.static interface
IForEachLoopData.FieldValues
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a field values item source.static interface
IForEachLoopData.Files
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a files item source.static interface
IForEachLoopData.FormElementRepetitions
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a form element repetitions value item source.static interface
IForEachLoopData.JsonValue
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a JSON value item source.static interface
IForEachLoopData.RowsOfCharacterSeparatedValues
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a rows of character separated values item source.
-