Class ForEachLoopData.CharacterSeparatedValues
java.lang.Object
de.xima.fc.workflow.model.loop_data.ForEachLoopData
de.xima.fc.workflow.model.loop_data.ForEachLoopData.CharacterSeparatedValues
- All Implemented Interfaces:
IForEachLoopData, IForEachLoopData.CharacterSeparatedValues, ILoopNodeData, INodeExecutionData
- Enclosing class:
ForEachLoopData
public static final class ForEachLoopData.CharacterSeparatedValues
extends ForEachLoopData
implements IForEachLoopData.CharacterSeparatedValues
The
INodeExecutionData published by the FC_FOR_EACH_LOOP when
iterating of items provided by a CHARACTER_SEPARATED_VALUES 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
ConstructorsConstructorDescriptionCreates a new loop data instance for theINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating of items provided by aCHARACTER_SEPARATED_VALUESitem source. -
Method Summary
Methods inherited from class ForEachLoopData
getItemSource
-
Constructor Details
-
CharacterSeparatedValues
public CharacterSeparatedValues()Creates a new loop data instance for theINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating of items provided by aCHARACTER_SEPARATED_VALUESitem source.
-