public interface IPluginDataSource extends IFCPlugin
CONFIG_FILENAMEATTR_NAME| Modifier and Type | Method and Description | 
|---|---|
| IPluginDataSourceRetVal | resolve(IPluginDataSourceParams params)This is the main method that should return the data this data source plugin provides. | 
getDescription, getName, initialize, initPlugin, install, shutdown, shutdown, uninstallIPluginDataSourceRetVal resolve(IPluginDataSourceParams params) throws FCPluginException
params - The parameters this plugin may make use of. Contains for example the current client and the current
 form.FCPluginException - May be thrown when this plugin cannot provide the data.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.