public interface IPluginDataSource extends IFCPlugin
CONFIG_FILENAME
ATTR_NAME, COL_NAME
ATTR_DISPLAY_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, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstall
IPluginDataSourceRetVal resolve(IPluginDataSourceParams params) throws FCPluginException
When any exception other than FCPluginException
is thrown, the form is still rendered, but the default
select options for the select as set in the FORMCYCLE designer are used.
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. If this exception is thrown, the
form is still rendered and the select item will not have any options available.Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.