Uses of Interface
de.xima.fc.workflow.itemlist.ItemList
Packages that use ItemList
-
Uses of ItemList in de.xima.fc.workflow.itemlist
Classes in de.xima.fc.workflow.itemlist that implement ItemListModifier and TypeClassDescriptionfinal classUtility class for resolving an item list for the for-each loop of typeEForEachLoopItemListSource.ATTACHMENTS.final classUtility class for resolving an item list for the for-each loop of typeCHARACTER_SEPARATED_VALUES.final classUtility class for resolving an item list for the for-each loop of typeROWS_OF_CHARACTER_SEPARATED_VALUES.final classAn empty item list for the items resolvable by aFC_FOR_EACH_LOOP.final classUtility class for resolving an item list for the for-each loop of typeFIELD_VALUES.final classUtility class for resolving an item list for the for-each loop of typeEForEachLoopItemListSource.FILES.final classUtility class for resolving an item list for the for-each loop of typeFORM_FIELD_REPETITIONS.Methods in de.xima.fc.workflow.itemlist that return ItemListModifier and TypeMethodDescriptionstatic <T> ItemList<T> FcForEachLoopItemListEmpty.empty()static ItemList<?> FcForEachLoopItemListAttachments.evaluate(INodeExecutionParams<?> params, ListItemSourcePropsAttachments sourceProps) Resolves an item list for the for-each loop of typeATTACHMENTS.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.FcForEachLoopItemListFieldValues.evaluate(INodeExecutionParams<FcForEachLoopProps> params, ListItemSourcePropsFieldValues sourceProps) Resolves an item list for the for-each loop of typeFIELD_VALUES.static ItemList<?> FcForEachLoopItemListFiles.evaluate(INodeExecutionParams<?> params, ListItemSourcePropsFiles sourceProps) Resolves an item list for the for-each loop of typeFILES.static ItemList<?> FcForEachLoopItemListJson.evaluate(ListItemSourcePropsJsonValue sourceProps) Resolves an item list for the for-each loop of typeJSON_VALUE.static ItemList<?> FcForEachLooptemListFormFieldRepetition.evaluate(ListItemSourcePropsFormFieldRepetitions sourceProps, Mandant client, IFormDataAdapter formData, IXForm xForm, XItemConditionProcessor processor) Resolves an item list for the for-each loop of typeFORM_FIELD_REPETITIONS.