Uses of Interface
de.xima.fc.interfaces.plugin.retval.form.IPluginFormPreProcessRetVal
Packages that use IPluginFormPreProcessRetVal
Package
Description
Package for API access to system configuration.
-
Uses of IPluginFormPreProcessRetVal in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type IPluginFormPreProcessRetValModifier and TypeMethodDescriptionPluginAPI.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 IPluginFormPreProcessRetValModifier and TypeMethodDescriptionIPluginHandler.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 IPluginFormPreProcessRetValModifier and TypeMethodDescriptionPluginHandler.executeFormPreProcessPlugins
(UserContext uc, Mandant mandant, IPluginFormPreProcessParams params) -
Uses of IPluginFormPreProcessRetVal in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type IPluginFormPreProcessRetValMethod parameters in de.xima.fc.mdl.form with type arguments of type IPluginFormPreProcessRetValModifier and TypeMethodDescriptionvoid
FormProcessData.setPreProcessResults
(Map<String, IPluginFormPreProcessRetVal> preProcessResults) -
Uses of IPluginFormPreProcessRetVal in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return IPluginFormPreProcessRetValModifier and TypeMethodDescriptionstatic 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 IPluginFormPreProcessRetValModifier and TypeMethodDescriptionstatic 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 IPluginFormPreProcessRetValModifier and TypeMethodDescriptionIPluginFormPreProcess.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