Uses of Interface
de.xima.fc.workflow.itemlist.ItemList
-
Packages that use ItemList Package Description de.xima.fc.workflow.itemlist -
-
Uses of ItemList in de.xima.fc.workflow.itemlist
Classes in de.xima.fc.workflow.itemlist that implement ItemList Modifier and Type Class Description class
FcForEachLoopItemListAttachments
Utility class for resolving an item list for the for-each loop of typeEForEachLoopItemListSource.ATTACHMENTS
.class
FcForEachLoopItemListCsv
Utility class for resolving an item list for the for-each loop of typeCHARACTER_SEPARATED_VALUES
.class
FcForEachLoopItemListCsvRows
Utility class for resolving an item list for the for-each loop of typeROWS_OF_CHARACTER_SEPARATED_VALUES
.class
FcForEachLoopItemListEmpty<T>
An empty item list for the items resolvable by aFC_FOR_EACH_LOOP
.class
FcForEachLoopItemListFieldValues
Utility class for resolving an item list for the for-each loop of typeFIELD_VALUES
.class
FcForEachLoopItemListFiles
Utility class for resolving an item list for the for-each loop of typeEForEachLoopItemListSource.FILES
.class
FcForEachLooptemListFormFieldRepetition
Utility class for resolving an item list for the for-each loop of typeFORM_FIELD_REPETITIONS
.Methods in de.xima.fc.workflow.itemlist that return ItemList Modifier and Type Method Description static <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
.static ItemList<List<String>>
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
.
-