Uses of Interface
de.xima.fc.interfaces.plugin.param.form.IPluginFormPreProcessParams
Packages that use IPluginFormPreProcessParams
Package
Description
Package for API access to system configuration.
-
Uses of IPluginFormPreProcessParams in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IPluginFormPreProcessParamsModifier and TypeMethodDescriptionPluginAPI.executeFormPreProcessPlugins
(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params) -
Uses of IPluginFormPreProcessParams in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type IPluginFormPreProcessParamsModifier and TypeMethodDescriptionIPluginHandler.executeFormPreProcessPlugins
(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params) -
Uses of IPluginFormPreProcessParams in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IPluginFormPreProcessParamsModifier and TypeMethodDescriptionPluginHandler.executeFormPreProcessPlugins
(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params) -
Uses of IPluginFormPreProcessParams in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IPluginFormPreProcessParamsModifier and TypeMethodDescriptionstatic IPluginFormPreProcessRetVal
PluginExecutor.executeFormPreProcess
(IPluginFormPreProcess plugin, IPluginFormPreProcessParams params) Executes a single form pre-process plugin.static Map<String,
IPluginFormPreProcessRetVal> PluginExecutor.executeFormPreProcess
(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params) Runs all pre-persist plugins for the given client, and returns all results the plugins returned. -
Uses of IPluginFormPreProcessParams in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form with parameters of type IPluginFormPreProcessParamsModifier and TypeMethodDescriptionIPluginFormPreProcess.execute
(IPluginFormPreProcessParams params) The main method of this plugin. -
Uses of IPluginFormPreProcessParams in de.xima.fc.plugin.models.params.form
Classes in de.xima.fc.plugin.models.params.form that implement IPluginFormPreProcessParams