Class ForEachLoopData.FieldValues

java.lang.Object
de.xima.fc.workflow.model.loop_data.ForEachLoopData
de.xima.fc.workflow.model.loop_data.ForEachLoopData.FieldValues
All Implemented Interfaces:
IForEachLoopData, IForEachLoopData.FieldValues, IFormElementFieldValueContextData, ILoopNodeData, INodeExecutionData
Enclosing class:
ForEachLoopData

public static final class ForEachLoopData.FieldValues extends ForEachLoopData implements IForEachLoopData.FieldValues
The INodeExecutionData published by the FC_FOR_EACH_LOOP when iterating of items provided by a FIELD_VALUES item source.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • FieldValues

      public FieldValues(String fieldName, int repetitionIndex)
  • Method Details