Uses of Class
de.xima.fc.workflow.itemlist.InvalidCsvValueException
-
Packages that use InvalidCsvValueException Package Description de.xima.fc.workflow.itemlist -
-
Uses of InvalidCsvValueException in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that throw InvalidCsvValueException Modifier and Type Method Description static 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
.
-