Interface IPluginGenericRetVal
- 
- All Superinterfaces:
 IPluginReturnValue,Serializable
- All Known Implementing Classes:
 PluginGenericRetVal
public interface IPluginGenericRetVal extends IPluginReturnValue, Serializable
Interface for the return value of a generic plugin.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Serializable,Serializable>getReturnValueMap() 
 - 
 
- 
- 
Method Detail
- 
getReturnValueMap
Map<Serializable,Serializable> getReturnValueMap()
- Returns:
 - A 
Mapof values the generic plugin wishes to return to the caller. 
 
 - 
 
 -