| 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 |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IPluginFormPreRenderRetVal> |
PluginAPI.executeFormPreRenderPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreRenderParams params) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IPluginFormPreRenderRetVal> |
IPluginHandler.executeFormPreRenderPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreRenderParams params) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IPluginFormPreRenderRetVal> |
PluginHandler.executeFormPreRenderPlugins(UserContext uc,
Mandant mandant,
IPluginFormPreRenderParams params) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IPluginFormPreRenderRetVal> |
FormRenderData.getPreRenderPluginVals() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormRenderData.setPreRenderPluginVals(Map<String,IPluginFormPreRenderRetVal> preRenderPluginVals) |
| Modifier and Type | Method and Description |
|---|---|
static IPluginFormPreRenderRetVal |
PluginExecutor.executeFormPreRender(IPluginFormPreRender plugin,
IPluginFormPreRenderParams params)
Executes a single form pre-render plugin.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,IPluginFormPreRenderRetVal> |
PluginExecutor.executeFormPreRender(UserContext uc,
Mandant mandant,
IPluginFormPreRenderParams params)
Runs all pre-render plugins for the given client, and returns all results the plugins returned.
|
| Modifier and Type | Method and Description |
|---|---|
IPluginFormPreRenderRetVal |
IPluginFormPreRender.execute(IPluginFormPreRenderParams params)
Main method of this plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginFormPreRenderRetVal |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.