Uses of Interface
de.xima.fc.interfaces.plugin.retval.form.IPluginFormPreRenderRetVal
-
Packages that use IPluginFormPreRenderRetVal 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.mdl.form de.xima.fc.plugin de.xima.fc.plugin.interfaces.form de.xima.fc.plugin.models.retval.form -
-
Uses of IPluginFormPreRenderRetVal in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type IPluginFormPreRenderRetVal Modifier and Type Method Description Map<String,IPluginFormPreRenderRetVal>PluginAPI. executeFormPreRenderPlugins(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type IPluginFormPreRenderRetVal Modifier and Type Method Description Map<String,IPluginFormPreRenderRetVal>IPluginHandler. executeFormPreRenderPlugins(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type IPluginFormPreRenderRetVal Modifier and Type Method Description Map<String,IPluginFormPreRenderRetVal>PluginHandler. executeFormPreRenderPlugins(UserContext uc, Mandant mandant, IPluginFormPreRenderParams params) -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type IPluginFormPreRenderRetVal Modifier and Type Method Description Map<String,IPluginFormPreRenderRetVal>FormRenderData. getPreRenderPluginVals()Method parameters in de.xima.fc.mdl.form with type arguments of type IPluginFormPreRenderRetVal Modifier and Type Method Description voidFormRenderData. setPreRenderPluginVals(Map<String,IPluginFormPreRenderRetVal> preRenderPluginVals) -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return IPluginFormPreRenderRetVal Modifier and Type Method Description static IPluginFormPreRenderRetValPluginExecutor. executeFormPreRender(IPluginFormPreRender plugin, IPluginFormPreRenderParams params)Executes a single form pre-render plugin.Methods in de.xima.fc.plugin that return types with arguments of type IPluginFormPreRenderRetVal Modifier and Type Method Description static Map<String,IPluginFormPreRenderRetVal>PluginExecutor. executeFormPreRender(UserContext uc, Mandant client, IPluginFormPreRenderParams params)Runs all pre-render plugins for the given client, and returns all results the plugins returned. -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that return IPluginFormPreRenderRetVal Modifier and Type Method Description IPluginFormPreRenderRetValIPluginFormPreRender. execute(IPluginFormPreRenderParams params)Main method of this plugin. -
Uses of IPluginFormPreRenderRetVal in de.xima.fc.plugin.models.retval.form
Classes in de.xima.fc.plugin.models.retval.form that implement IPluginFormPreRenderRetVal Modifier and Type Class Description classPluginFormPreRenderRetVal
-