Class FcForEachLoopItemListJson
java.lang.Object
de.xima.fc.workflow.itemlist.FcForEachLoopItemListJson
Utility class for resolving an item list for the for-each loop of type
JSON_VALUE.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemList<?> evaluate(ListItemSourcePropsJsonValue sourceProps) Resolves an item list for the for-each loop of typeJSON_VALUE.
-
Constructor Details
-
FcForEachLoopItemListJson
public FcForEachLoopItemListJson()
-
-
Method Details
-
evaluate
public static ItemList<?> evaluate(ListItemSourcePropsJsonValue sourceProps) throws InvalidJsonValueException Resolves an item list for the for-each loop of typeJSON_VALUE.- Parameters:
sourceProps- Configured properties.- Returns:
- An item list with all resolved elements from the JSON.
- Throws:
InvalidJsonValueException- When the configuredJSON stringis invalid.
-