Interface IPluginDataSourceRetVal
- All Superinterfaces:
IPluginReturnValue
,Serializable
- All Known Implementing Classes:
PluginDataSourceRetVal
Interface for the return value of data source plugins.
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionEach data source consists of a list of items.
-
Field Details
-
TEXT
- See Also:
-
VALUE
- See Also:
-
-
Method Details
-
getJSONArray
SerializableJSONArray getJSONArray()Each data source consists of a list of items. This is the getter for the list of items provided by the corresponding data source plugin. Each item must be aJSONObject
with the following key-value pairs (both strings):- Returns:
- A
SerializableJSONArray
with the items provided by the data source plugin.
-