public interface IPluginDataSource extends IFCPlugin
CONFIG_FILENAME
ATTR_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, uninstall
IPluginDataSourceRetVal 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 © 2019 XIMA MEDIA GmbH. All rights reserved.