Interface IPluginGenericRetVal
- All Superinterfaces:
IPluginReturnValue
,Serializable
- All Known Implementing Classes:
PluginGenericRetVal
Interface for the return value of a generic plugin.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getReturnValueMap
Map<Serializable,Serializable> getReturnValueMap()- Returns:
- A
Map
of values the generic plugin wishes to return to the caller.
-