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_FILENAME
ATTR_NAME, COL_NAME
ATTR_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, uninstall
Map<String,IPluginConfigParam> getConfigParameter()
IPluginConfigParam
with some details about the parameters, such
as its default value and whether it is required.Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.