Package de.xima.fc.workflow.itemlist
Class FcForEachLoopItemListJson
- java.lang.Object
 - 
- de.xima.fc.workflow.itemlist.FcForEachLoopItemListJson
 
 
- 
public final class FcForEachLoopItemListJson extends Object
Utility class for resolving an item list for the for-each loop of typeJSON_VALUE.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FcForEachLoopItemListJson() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ItemList<?>evaluate(ListItemSourcePropsJsonValue sourceProps)Resolves an item list for the for-each loop of typeJSON_VALUE. 
 - 
 
- 
- 
Method Detail
- 
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.
 
 - 
 
 -