Uses of Interface
de.xima.fc.interfaces.plugin.retval.form.IPluginDataSourceRetVal
- 
Packages that use IPluginDataSourceRetVal Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.plugin de.xima.fc.plugin.interfaces.form de.xima.fc.plugin.models.retval.form  - 
- 
Uses of IPluginDataSourceRetVal in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return IPluginDataSourceRetVal Modifier and Type Method Description IPluginDataSourceRetValPluginAPI. executeDatenquelle(UserContext uc, String datasourceName, Mandant mandant, IPluginDataSourceParams params) - 
Uses of IPluginDataSourceRetVal in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return IPluginDataSourceRetVal Modifier and Type Method Description IPluginDataSourceRetValIPluginHandler. executeDatenquelle(UserContext uc, String datasourceName, Mandant mandant, IPluginDataSourceParams params) - 
Uses of IPluginDataSourceRetVal in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return IPluginDataSourceRetVal Modifier and Type Method Description IPluginDataSourceRetValPluginHandler. executeDatenquelle(UserContext uc, String datasourceName, Mandant mandant, IPluginDataSourceParams params) - 
Uses of IPluginDataSourceRetVal in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return IPluginDataSourceRetVal Modifier and Type Method Description static IPluginDataSourceRetValPluginExecutor. executeDatenquelle(IPluginDataSource plugin, IPluginDataSourceParams params)Executes a data source plugin.static IPluginDataSourceRetValPluginExecutor. executeDatenquelle(UserContext uc, String datasourceName, Mandant mandant, IPluginDataSourceParams params)Runs the data source plugin with the given name, and returns the result the plugin returned. - 
Uses of IPluginDataSourceRetVal in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that return IPluginDataSourceRetVal Modifier and Type Method Description IPluginDataSourceRetValIPluginDataSource. resolve(IPluginDataSourceParams params)This is the main method that should return the data this data source plugin provides. - 
Uses of IPluginDataSourceRetVal in de.xima.fc.plugin.models.retval.form
Classes in de.xima.fc.plugin.models.retval.form that implement IPluginDataSourceRetVal Modifier and Type Class Description classPluginDataSourceRetVal 
 -