public interface IPluginConfigParamList extends IFCPlugin
IPluginProcessing). By implementing this interface, you can prefill
the list of available parameters shown on the configuration page of the workflow action.CONFIG_FILENAMEATTR_NAME, COL_NAMEATTR_DISPLAY_NAME| Modifier and Type | Method and Description |
|---|---|
Map<String,IPluginConfigParam> |
getConfigParameter()
This method should return a map of parameters required by the workflow action plugin.
|
getDescription, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstallMap<String,IPluginConfigParam> getConfigParameter()
IPluginConfigParam with some details about the parameters, such
as its default value and whether it is required.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.