Uses of Interface
de.xima.fc.interfaces.plugin.retval.form.IPluginFormPreRenderRetVal
Packages that use IPluginFormPreRenderRetVal
Package
Description
Package for API access to system configuration.
-
Uses of IPluginFormPreRenderRetVal in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type IPluginFormPreRenderRetValModifier and TypeMethodDescriptionPluginAPI.executeFormPreRenderPlugins
(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type IPluginFormPreRenderRetValModifier and TypeMethodDescriptionIPluginHandler.executeFormPreRenderPlugins
(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type IPluginFormPreRenderRetValModifier and TypeMethodDescriptionPluginHandler.executeFormPreRenderPlugins
(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type IPluginFormPreRenderRetValMethod parameters in de.xima.fc.mdl.form with type arguments of type IPluginFormPreRenderRetValModifier and TypeMethodDescriptionvoid
FormRenderData.setPreRenderPluginVals
(Map<String, IPluginFormPreRenderRetVal> preRenderPluginVals) -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return IPluginFormPreRenderRetValModifier and TypeMethodDescriptionstatic IPluginFormPreRenderRetVal
PluginExecutor.executeFormPreRender
(IPluginFormPreRender plugin, IPluginFormPreRenderParams params) Executes a single form pre-render plugin.Methods in de.xima.fc.plugin that return types with arguments of type IPluginFormPreRenderRetValModifier and TypeMethodDescriptionstatic 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 IPluginFormPreRenderRetVal in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that return IPluginFormPreRenderRetValModifier and TypeMethodDescriptionIPluginFormPreRender.execute
(IPluginFormPreRenderParams params) Main method of this plugin. -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.plugin.models.retval.form
Classes in de.xima.fc.plugin.models.retval.form that implement IPluginFormPreRenderRetVal