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
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aCHARACTER_SEPARATED_VALUES
item source.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.workflow.model.loop_data.ForEachLoopData
ForEachLoopData.Attachments, ForEachLoopData.CharacterSeparatedValues, ForEachLoopData.FieldValues, ForEachLoopData.Files, ForEachLoopData.FormElementRepetitions, ForEachLoopData.JsonValue, ForEachLoopData.RowsOfCharacterSeparatedValues
-
Nested classes/interfaces inherited from interface de.xima.fc.interfaces.workflow.execution.IForEachLoopData
IForEachLoopData.Attachments, IForEachLoopData.CharacterSeparatedValues, IForEachLoopData.FieldValues, IForEachLoopData.Files, IForEachLoopData.FormElementRepetitions, IForEachLoopData.JsonValue, IForEachLoopData.RowsOfCharacterSeparatedValues
-
-
Constructor Summary
Constructors Constructor Description CharacterSeparatedValues()
Creates a new loop data instance for theINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating of items provided by aCHARACTER_SEPARATED_VALUES
item source.
-
-
-
Constructor Detail
-
CharacterSeparatedValues
public CharacterSeparatedValues()
Creates a new loop data instance for theINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating of items provided by aCHARACTER_SEPARATED_VALUES
item source.
-
-