Uses of Class
de.xima.fc.workflow.itemlist.InvalidCsvValueException
Packages that use InvalidCsvValueException
-
Uses of InvalidCsvValueException in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that throw InvalidCsvValueExceptionModifier and TypeMethodDescriptionstatic ItemList<?> FcForEachLoopItemListCsv.evaluate(ListItemSourcePropsCharacterSeparatedValues sourceProps) Resolves an item list for the for-each loop of typeCHARACTER_SEPARATED_VALUES.static ItemList<?> FcForEachLoopItemListCsvRows.evaluate(INodeExecutionParams<?> params, ListItemSourcePropsRowsOfCharacterSeparatedValues sourceProps) Resolves an item list for the for-each loop of typeROWS_OF_CHARACTER_SEPARATED_VALUES.