Class ForEachLoopData.Files
java.lang.Object
de.xima.fc.workflow.model.loop_data.ForEachLoopData
de.xima.fc.workflow.model.loop_data.ForEachLoopData.Files
- All Implemented Interfaces:
IForEachLoopData, IForEachLoopData.Files, ILoopNodeData, INodeExecutionData
- Enclosing class:
ForEachLoopData
public static final class ForEachLoopData.Files
extends ForEachLoopData
implements IForEachLoopData.Files
The
INodeExecutionData published by the FC_FOR_EACH_LOOP when
iterating of items provided by a FILES item source.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested classes/interfaces inherited from class ForEachLoopData
ForEachLoopData.Attachments, ForEachLoopData.CharacterSeparatedValues, ForEachLoopData.FieldValues, ForEachLoopData.Files, ForEachLoopData.FormElementRepetitions, ForEachLoopData.JsonValue, ForEachLoopData.RowsOfCharacterSeparatedValuesNested classes/interfaces inherited from interface IForEachLoopData
IForEachLoopData.Attachments, IForEachLoopData.CharacterSeparatedValues, IForEachLoopData.FieldValues, IForEachLoopData.Files, IForEachLoopData.FormElementRepetitions, IForEachLoopData.JsonValue, IForEachLoopData.RowsOfCharacterSeparatedValues -
Constructor Summary
ConstructorsConstructorDescriptionFiles()Creates a new loop data instance for theINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating of items provided by aFILESitem source. -
Method Summary
Methods inherited from class ForEachLoopData
getItemSource
-
Constructor Details
-
Files
public Files()Creates a new loop data instance for theINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating of items provided by aFILESitem source.
-