Uses of Interface
de.xima.fc.interfaces.plugin.retval.form.IPluginFormPreRespondRetVal
- 
Packages that use IPluginFormPreRespondRetVal Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.plugin de.xima.fc.plugin.interfaces.form de.xima.fc.plugin.models.retval.form  - 
- 
Uses of IPluginFormPreRespondRetVal in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type IPluginFormPreRespondRetVal Modifier and Type Method Description Map<String,IPluginFormPreRespondRetVal>PluginAPI. 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 IPluginFormPreRespondRetVal Modifier and Type Method Description Map<String,IPluginFormPreRespondRetVal>IPluginHandler. 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 IPluginFormPreRespondRetVal Modifier and Type Method Description Map<String,IPluginFormPreRespondRetVal>PluginHandler. executeFormPreRespondPlugins(UserContext uc, Mandant mandant, IPluginFormPreRespondParams params) - 
Uses of IPluginFormPreRespondRetVal in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return IPluginFormPreRespondRetVal Modifier and Type Method Description static 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 IPluginFormPreRespondRetVal Modifier and Type Method Description 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 IPluginFormPreRespondRetVal in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that return IPluginFormPreRespondRetVal Modifier and Type Method Description IPluginFormPreRespondRetValIPluginFormPreRespond. 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 Modifier and Type Class Description classPluginGenericFormProcessingRetVal 
 -