Uses of Interface
de.xima.fc.interfaces.plugin.retval.form.IPluginFormPreRespondRetVal
Packages that use IPluginFormPreRespondRetVal
Package
Description
Package for API access to system configuration.
- 
Uses of IPluginFormPreRespondRetVal in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type IPluginFormPreRespondRetValModifier and TypeMethodDescriptionPluginAPI.executeFormPreRespondPlugins(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params)  - 
Uses of IPluginFormPreRespondRetVal in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type IPluginFormPreRespondRetValModifier and TypeMethodDescriptionIPluginHandler.executeFormPreRespondPlugins(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params)  - 
Uses of IPluginFormPreRespondRetVal in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type IPluginFormPreRespondRetValModifier and TypeMethodDescriptionPluginHandler.executeFormPreRespondPlugins(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params)  - 
Uses of IPluginFormPreRespondRetVal in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type IPluginFormPreRespondRetValMethod parameters in de.xima.fc.mdl.form with type arguments of type IPluginFormPreRespondRetValModifier and TypeMethodDescriptionvoidFormProcessData.setPreResponseResults(Map<String, IPluginFormPreRespondRetVal> preResponseResults)  - 
Uses of IPluginFormPreRespondRetVal in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return IPluginFormPreRespondRetValModifier and TypeMethodDescriptionstatic IPluginFormPreRespondRetValPluginExecutor.executeFormPreResponse(IPluginFormPreRespond plugin, IPluginFormPreRespondParams params) Executes a single form pre-response plugin.Methods in de.xima.fc.plugin that return types with arguments of type IPluginFormPreRespondRetValModifier and TypeMethodDescriptionstatic 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 IPluginFormPreRespondRetVal in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that return IPluginFormPreRespondRetValModifier and TypeMethodDescriptionIPluginFormPreRespond.execute(IPluginFormPreRespondParams params) The main method of this plugin. - 
Uses of IPluginFormPreRespondRetVal in de.xima.fc.plugin.models.retval.form
Classes in de.xima.fc.plugin.models.retval.form that implement IPluginFormPreRespondRetVal