Uses of Interface
de.xima.fc.interfaces.plugin.param.form.IPluginFormPreRespondParams
Packages that use IPluginFormPreRespondParams
Package
Description
Package for API access to system configuration.
- 
Uses of IPluginFormPreRespondParams in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IPluginFormPreRespondParamsModifier and TypeMethodDescriptionPluginAPI.executeFormPreRespondPlugins(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params)  - 
Uses of IPluginFormPreRespondParams in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type IPluginFormPreRespondParamsModifier and TypeMethodDescriptionIPluginHandler.executeFormPreRespondPlugins(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params)  - 
Uses of IPluginFormPreRespondParams in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IPluginFormPreRespondParamsModifier and TypeMethodDescriptionPluginHandler.executeFormPreRespondPlugins(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params)  - 
Uses of IPluginFormPreRespondParams in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IPluginFormPreRespondParamsModifier and TypeMethodDescriptionstatic IPluginFormPreRespondRetValPluginExecutor.executeFormPreResponse(IPluginFormPreRespond plugin, IPluginFormPreRespondParams params) Executes a single form pre-response plugin.static Map<String,IPluginFormPreRespondRetVal> PluginExecutor.executeFormPreResponse(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params) Runs all pre-respond plugins for the given client, and returns all results the plugins returned. - 
Uses of IPluginFormPreRespondParams in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form with parameters of type IPluginFormPreRespondParamsModifier and TypeMethodDescriptionIPluginFormPreRespond.execute(IPluginFormPreRespondParams params) The main method of this plugin. - 
Uses of IPluginFormPreRespondParams in de.xima.fc.plugin.models.params.form
Classes in de.xima.fc.plugin.models.params.form that implement IPluginFormPreRespondParamsModifier and TypeClassDescriptionclassSimple POJO implementation ofIPluginFormPreRespondParams.