Class ListItemSourcePropsJsonValue
- java.lang.Object
-
- de.xima.fc.workflow.model.list_item_source.AListItemSourceProps
-
- de.xima.fc.workflow.model.list_item_source.ListItemSourcePropsJsonValue
-
- All Implemented Interfaces:
Serializable
public final class ListItemSourcePropsJsonValue extends AListItemSourceProps
Model class for the for-each loop, representing the settings whenEForEachLoopItemListSource.JSON_VALUE
is selected.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListItemSourcePropsJsonValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJsonString()
void
setJsonString(String jsonString)
-
-
-
Method Detail
-
getJsonString
public String getJsonString()
- Returns:
- The string representation of a JSON value over which to iterate. May contain placeholders.
-
setJsonString
public void setJsonString(String jsonString)
- Parameters:
jsonString
- The string representation of a JSON value over which to iterate. May contain placeholders.
-
-