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 SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionEach data source consists of a list of items.
- 
Field Details- 
TEXT- See Also:
 
- 
VALUE- See Also:
 
 
- 
- 
Method Details- 
getJSONArraySerializableJSONArray 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 aJSONObjectwith the following key-value pairs (both strings):- Returns:
- A SerializableJSONArraywith the items provided by the data source plugin.
 
 
-