Uses of Interface
de.xima.fc.interfaces.workflow.execution.IForEachLoopData
-
Packages that use IForEachLoopData Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.model.loop_data -
-
Uses of IForEachLoopData in de.xima.fc.interfaces.workflow.execution
Subinterfaces of IForEachLoopData in de.xima.fc.interfaces.workflow.execution Modifier and Type Interface Description static interface
IForEachLoopData.Attachments
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by an attachments item source.static interface
IForEachLoopData.CharacterSeparatedValues
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a character separated values item source.static interface
IForEachLoopData.FieldValues
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a field values item source.static interface
IForEachLoopData.Files
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a files item source.static interface
IForEachLoopData.FormElementRepetitions
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a form element repetitions value item source.static interface
IForEachLoopData.JsonValue
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a JSON value item source.static interface
IForEachLoopData.RowsOfCharacterSeparatedValues
TheINodeExecutionData
published by theEWorkflowNodeType.FC_FOR_EACH_LOOP
when iterating over items provided by a rows of character separated values item source. -
Uses of IForEachLoopData in de.xima.fc.workflow.model.loop_data
Classes in de.xima.fc.workflow.model.loop_data that implement IForEachLoopData Modifier and Type Class Description class
ForEachLoopData
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
.static class
ForEachLoopData.Attachments
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aATTACHMENTS
item source.static class
ForEachLoopData.CharacterSeparatedValues
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aCHARACTER_SEPARATED_VALUES
item source.static class
ForEachLoopData.FieldValues
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aFIELD_VALUES
item source.static class
ForEachLoopData.Files
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aFILES
item source.static class
ForEachLoopData.FormElementRepetitions
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aFORM_FIELD_REPETITIONS
item source.static class
ForEachLoopData.JsonValue
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aJSON_VALUE
item source.static class
ForEachLoopData.RowsOfCharacterSeparatedValues
TheINodeExecutionData
published by theFC_FOR_EACH_LOOP
when iterating of items provided by aROWS_OF_CHARACTER_SEPARATED_VALUES
item source.
-