Class ForEachLoopData.JsonValue
- java.lang.Object
-
- de.xima.fc.workflow.model.loop_data.ForEachLoopData
-
- de.xima.fc.workflow.model.loop_data.ForEachLoopData.JsonValue
-
- All Implemented Interfaces:
IForEachLoopData,IForEachLoopData.JsonValue,ILoopNodeData,INodeExecutionData
- Enclosing class:
- ForEachLoopData
public static final class ForEachLoopData.JsonValue extends ForEachLoopData implements IForEachLoopData.JsonValue
TheINodeExecutionDatapublished by theFC_FOR_EACH_LOOPwhen iterating of items provided by aJSON_VALUEitem 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 JsonValue()Creates a new loop data instance for theINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating of items provided by aJSON_VALUEitem source.
-
-
-
Constructor Detail
-
JsonValue
public JsonValue()
Creates a new loop data instance for theINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating of items provided by aJSON_VALUEitem source.
-
-