Package de.xima.fc.workflow.itemlist
package de.xima.fc.workflow.itemlist
-
ClassDescriptionHelper methods for CSV item sources of the for each loop in the workflow.Utility class for resolving an item list for the for-each loop of type
EForEachLoopItemListSource.ATTACHMENTS.Utility class for resolving an item list for the for-each loop of typeCHARACTER_SEPARATED_VALUES.Utility class for resolving an item list for the for-each loop of typeROWS_OF_CHARACTER_SEPARATED_VALUES.An empty item list for the items resolvable by aFC_FOR_EACH_LOOP.Utility class for resolving an item list for the for-each loop of typeFIELD_VALUES.Utility class for resolving an item list for the for-each loop of typeEForEachLoopItemListSource.FILES.Utility class for resolving an item list for the for-each loop of typeJSON_VALUE.Utility class for resolving an item list for the for-each loop of typeFORM_FIELD_REPETITIONS.Thrown byFcForEachLoopItemListCsv.evaluate()when the value is not a valid character separated values string as defined by theListItemSourcePropsCharacterSeparatedValues.Thrown byFcForEachLoopItemListJson.evaluate()when the value is not a valid string representation of a JSON value as defined by theListItemSourcePropsCharacterSeparatedValues.Used internally by theEWorkflowNodeType.FC_FOR_EACH_LOOPto represent the items over which to iterate, depending on the selectedEForEachLoopItemListSource.A builder for a single item of an iteration.ItemList<T>An item list used internally by theFC_FOR_EACH_LOOPworkflow node to represent the resolved the items for the selectedEForEachLoopItemListSource.