Uses of Interface
de.xima.fc.interfaces.plugin.param.form.IPluginFormPreRenderParams
Packages that use IPluginFormPreRenderParams
Package
Description
Package for API access to system configuration.
-
Uses of IPluginFormPreRenderParams in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IPluginFormPreRenderParamsModifier and TypeMethodDescriptionPluginAPI.executeFormPreRenderPlugins
(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) -
Uses of IPluginFormPreRenderParams in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type IPluginFormPreRenderParamsModifier and TypeMethodDescriptionIPluginHandler.executeFormPreRenderPlugins
(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) -
Uses of IPluginFormPreRenderParams in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IPluginFormPreRenderParamsModifier and TypeMethodDescriptionPluginHandler.executeFormPreRenderPlugins
(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) -
Uses of IPluginFormPreRenderParams in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IPluginFormPreRenderParamsModifier and TypeMethodDescriptionstatic IPluginFormPreRenderRetVal
PluginExecutor.executeFormPreRender
(IPluginFormPreRender plugin, IPluginFormPreRenderParams params) Executes a single form pre-render plugin.static Map<String,
IPluginFormPreRenderRetVal> PluginExecutor.executeFormPreRender
(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) Runs all pre-render plugins for the given client, and returns all results the plugins returned. -
Uses of IPluginFormPreRenderParams in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form with parameters of type IPluginFormPreRenderParamsModifier and TypeMethodDescriptionIPluginFormPreRender.execute
(IPluginFormPreRenderParams params) Main method of this plugin. -
Uses of IPluginFormPreRenderParams in de.xima.fc.plugin.models.params.form
Classes in de.xima.fc.plugin.models.params.form that implement IPluginFormPreRenderParams