Uses of Interface
de.xima.fc.interfaces.plugin.retval.generic.IPluginGenericRetVal
Packages that use IPluginGenericRetVal
Package
Description
Package for API access to system configuration.
-
Uses of IPluginGenericRetVal in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return IPluginGenericRetValModifier and TypeMethodDescriptionPluginAPI.executeGenericPlugin
(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params) -
Uses of IPluginGenericRetVal in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return IPluginGenericRetValModifier and TypeMethodDescriptionIPluginHandler.executeGenericPlugin
(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params) -
Uses of IPluginGenericRetVal in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return IPluginGenericRetValModifier and TypeMethodDescriptionPluginHandler.executeGenericPlugin
(UserContext uc, String pluginName, Mandant mandant, IPluginGenericParams params) -
Uses of IPluginGenericRetVal in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return IPluginGenericRetValModifier and TypeMethodDescriptionstatic 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 IPluginGenericRetVal in de.xima.fc.plugin.interfaces.generic
Methods in de.xima.fc.plugin.interfaces.generic that return IPluginGenericRetValModifier and TypeMethodDescriptionIPluginGeneric.execute
(IPluginGenericParams params) This is the main method that performs the plugin logic. -
Uses of IPluginGenericRetVal in de.xima.fc.plugin.models.retval.generic
Classes in de.xima.fc.plugin.models.retval.generic that implement IPluginGenericRetVal