Package de.xima.fc.workflow.model.list_item_source
-
Class Summary Class Description AListItemSourceProps Base class for the different models describing one of the possibleloop item sources
.AListItemSourcePropsCsvFormat Base class for item sources for the for-each loop that require a CSV format.ListItemSourcePropsAttachments Model class for the for-each loop, representing the settings whenEForEachLoopItemListSource.JSON_VALUE
is selected.ListItemSourcePropsCharacterSeparatedValues Model class for the for-each loop, representing the settings whenEForEachLoopItemListSource.CHARACTER_SEPARATED_VALUES
is selected.ListItemSourcePropsFieldValues Model class for the for-each loop, representing the settings whenFIELD_VALUES
is selected.ListItemSourcePropsFiles Model class for the for-each loop, representing the settings whenEForEachLoopItemListSource.JSON_VALUE
is selected.ListItemSourcePropsFormFieldRepetitions Model class for the for-each loop, representing the settings whenEForEachLoopItemListSource.FORM_FIELD_REPETITIONS
is selected.ListItemSourcePropsJsonValue Model class for the for-each loop, representing the settings whenEForEachLoopItemListSource.JSON_VALUE
is selected.ListItemSourcePropsRowsOfCharacterSeparatedValues Model class for the for-each loop, representing the settings whenEForEachLoopItemListSource.ROWS_OF_CHARACTER_SEPARATED_VALUES
is selected.ListItemSourcePropsRowsOfCharacterSeparatedValues.ValidationGroup -
Enum Summary Enum Description EForEachLoopItemListSource Enumeration with the possible sources of items over which the built-in for-each loop workflow node can iterate.