Uses of Interface
de.xima.fc.interfaces.plugin.param.generic.IPluginGenericParams
-
Packages that use IPluginGenericParams Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.plugin de.xima.fc.plugin.interfaces.generic de.xima.fc.plugin.models.params.generic -
-
Uses of IPluginGenericParams in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IPluginGenericParams Modifier and Type Method Description IPluginGenericRetVal
PluginAPI. executeGenericPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params)
-
Uses of IPluginGenericParams in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type IPluginGenericParams Modifier and Type Method Description IPluginGenericRetVal
IPluginHandler. executeGenericPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params)
-
Uses of IPluginGenericParams in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IPluginGenericParams Modifier and Type Method Description IPluginGenericRetVal
PluginHandler. executeGenericPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params)
-
Uses of IPluginGenericParams in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IPluginGenericParams Modifier and Type Method Description static IPluginGenericRetVal
PluginExecutor. executeGenericPlugin(IPluginGeneric plugin, IPluginGenericParams params)
Executes a single generic plugin.static IPluginGenericRetVal
PluginExecutor. executeGenericPlugin(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params)
Runs the generic plugin with the given name, and returns the result the plugin returned. -
Uses of IPluginGenericParams in de.xima.fc.plugin.interfaces.generic
Methods in de.xima.fc.plugin.interfaces.generic with parameters of type IPluginGenericParams Modifier and Type Method Description IPluginGenericRetVal
IPluginGeneric. execute(IPluginGenericParams params)
This is the main method that performs the plugin logic. -
Uses of IPluginGenericParams in de.xima.fc.plugin.models.params.generic
Classes in de.xima.fc.plugin.models.params.generic that implement IPluginGenericParams Modifier and Type Class Description class
PluginGenericParams
-