Class ForEachLoopData

java.lang.Object
de.xima.fc.workflow.model.loop_data.ForEachLoopData
All Implemented Interfaces:
IForEachLoopData, ILoopNodeData, INodeExecutionData
Direct Known Subclasses:
ForEachLoopData.Attachments, ForEachLoopData.CharacterSeparatedValues, ForEachLoopData.FieldValues, ForEachLoopData.Files, ForEachLoopData.FormElementRepetitions, ForEachLoopData.JsonValue, ForEachLoopData.RowsOfCharacterSeparatedValues

public abstract class ForEachLoopData extends Object implements IForEachLoopData
The INodeExecutionData published by the FC_FOR_EACH_LOOP.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getItemSource

      public final EForEachLoopItemListSource getItemSource()
      Returns:
      Type of the item source that provided the items for the for-each loop.