Uses of Interface
de.xima.fc.interfaces.plugin.retval.form.IPluginFormPreProcessRetVal
-
Packages that use IPluginFormPreProcessRetVal 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 IPluginFormPreProcessRetVal in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type IPluginFormPreProcessRetVal Modifier and Type Method Description Map<String,IPluginFormPreProcessRetVal>
PluginAPI. executeFormPreProcessPlugins(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params)
-
Uses of IPluginFormPreProcessRetVal in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type IPluginFormPreProcessRetVal Modifier and Type Method Description Map<String,IPluginFormPreProcessRetVal>
IPluginHandler. executeFormPreProcessPlugins(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params)
-
Uses of IPluginFormPreProcessRetVal in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type IPluginFormPreProcessRetVal Modifier and Type Method Description Map<String,IPluginFormPreProcessRetVal>
PluginHandler. executeFormPreProcessPlugins(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params)
-
Uses of IPluginFormPreProcessRetVal in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return IPluginFormPreProcessRetVal Modifier and Type Method Description static IPluginFormPreProcessRetVal
PluginExecutor. executeFormPreProcess(IPluginFormPreProcess plugin, IPluginFormPreProcessParams params)
Executes a single form pre-process plugin.Methods in de.xima.fc.plugin that return types with arguments of type IPluginFormPreProcessRetVal Modifier and Type Method Description 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 IPluginFormPreProcessRetVal in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that return IPluginFormPreProcessRetVal Modifier and Type Method Description IPluginFormPreProcessRetVal
IPluginFormPreProcess. execute(IPluginFormPreProcessParams params)
The main method of this plugin. -
Uses of IPluginFormPreProcessRetVal in de.xima.fc.plugin.models.retval.form
Classes in de.xima.fc.plugin.models.retval.form that implement IPluginFormPreProcessRetVal Modifier and Type Class Description class
PluginGenericFormProcessingRetVal
-