| 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.generic | |
| de.xima.fc.plugin.models.retval.generic | 
| Modifier and Type | Method and Description | 
|---|---|
IPluginGenericRetVal | 
PluginAPI.executeGenericPlugin(UserContext uc,
                    String pluginName,
                    Mandant mandant,
                    IPluginGenericParams params)  | 
| Modifier and Type | Method and Description | 
|---|---|
IPluginGenericRetVal | 
IPluginHandler.executeGenericPlugin(UserContext uc,
                    String pluginName,
                    Mandant mandant,
                    IPluginGenericParams params)  | 
| Modifier and Type | Method and Description | 
|---|---|
IPluginGenericRetVal | 
PluginHandler.executeGenericPlugin(UserContext uc,
                    String pluginName,
                    Mandant mandant,
                    IPluginGenericParams params)  | 
| Modifier and Type | Method and Description | 
|---|---|
static IPluginGenericRetVal | 
PluginExecutor.executeGenericPlugin(IPluginGeneric plugin,
                    IPluginGenericParams params)
Executes a single generic plugin. 
 | 
static IPluginGenericRetVal | 
PluginExecutor.executeGenericPlugin(UserContext uc,
                    String pluginName,
                    Mandant mandant,
                    IPluginGenericParams params)
Runs the generic plugin with the given name, and returns the result the plugin returned. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IPluginGenericRetVal | 
IPluginGeneric.execute(IPluginGenericParams params)
This is the main method that performs the plugin logic. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PluginGenericRetVal  | 
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.