Package de.xima.fc.workflow.itemlist
-
Interface Summary Interface Description ItemList<T> An item list used internally by theFC_FOR_EACH_LOOPworkflow node to represent the resolved the items for the selectedEForEachLoopItemListSource. -
Class Summary Class Description CsvItemSourceHelper Helper methods for CSV item sources of the for each loop in the workflow.FcForEachLoopItemListAttachments Utility class for resolving an item list for the for-each loop of typeEForEachLoopItemListSource.ATTACHMENTS.FcForEachLoopItemListCsv Utility class for resolving an item list for the for-each loop of typeCHARACTER_SEPARATED_VALUES.FcForEachLoopItemListCsvRows Utility class for resolving an item list for the for-each loop of typeROWS_OF_CHARACTER_SEPARATED_VALUES.FcForEachLoopItemListEmpty<T> An empty item list for the items resolvable by aFC_FOR_EACH_LOOP.FcForEachLoopItemListFieldValues Utility class for resolving an item list for the for-each loop of typeFIELD_VALUES.FcForEachLoopItemListFiles Utility class for resolving an item list for the for-each loop of typeEForEachLoopItemListSource.FILES.FcForEachLoopItemListJson Utility class for resolving an item list for the for-each loop of typeJSON_VALUE.FcForEachLooptemListFormFieldRepetition Utility class for resolving an item list for the for-each loop of typeFORM_FIELD_REPETITIONS.ItemData Used internally by theEWorkflowNodeType.FC_FOR_EACH_LOOPto represent the items over which to iterate, depending on the selectedEForEachLoopItemListSource.ItemData.Builder A builder for a single item of an iteration. -
Exception Summary Exception Description InvalidCsvValueException Thrown byFcForEachLoopItemListCsv.evaluate()when the value is not a valid character separated values string as defined by theListItemSourcePropsCharacterSeparatedValues.InvalidJsonValueException Thrown byFcForEachLoopItemListJson.evaluate()when the value is not a valid string representation of a JSON value as defined by theListItemSourcePropsCharacterSeparatedValues.