Modifier and Type | Method and Description |
---|---|
Set<IFCPlugin> |
ProcessingBean.getAllPlugins()
Liefert eine Liste mit allen verfügbaren Plugins
|
Modifier and Type | Method and Description |
---|---|
static IFCPlugin |
PluginManager.getPluginByName(Mandant man,
EPluginTypes type,
String pluginName)
Gibt ein anhand des Namens gesuchtes
IFCPlugin -Objekt oder null zurück. |
static IFCPlugin |
PluginManager.getSystemPluginByName(EPluginTypes type,
String pluginName) |
Modifier and Type | Method and Description |
---|---|
static SortedSet<IFCPlugin> |
PluginManager.getAllPlugins(Mandant man,
EPluginTypes type)
Liefert ein Set aller für einen Mandanten registrierten Plugins eines bestimmten Plugin-Typs zurück.
|
static SortedSet<IFCPlugin> |
PluginManager.getMandantPlugins(Mandant man,
EPluginTypes type)
Liefert ein Set mit allen für den übergebenen Mandanten registrierten Plugins, eines bestimmten
EPluginTypes , zurück. |
Set<IFCPlugin> |
PluginMeta.getPluginsOfType(EPluginTypes pluginType)
Liefert eine Liste mit Plugins, die dem angeforderten Plugin-Typ entsprechen zurück.
|
static SortedSet<IFCPlugin> |
PluginManager.getSystemPlugins(EPluginTypes type)
Liefert ein Set mit allen im System registrierten Plugins eines bestimmten
EPluginTypes zurück. |
Modifier and Type | Method and Description |
---|---|
void |
PluginMeta.addPlugin(EPluginTypes pluginType,
IFCPlugin xfcPlugin) |
Modifier and Type | Method and Description |
---|---|
static void |
PluginManager.registerMandantPlugin(Mandant man,
EPluginTypes typ,
Class<? extends IFCPlugin> clazz) |
static void |
PluginManager.registerSystemPlugin(EPluginTypes typ,
Class<? extends IFCPlugin> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
AFCPlugin
Abstrakte Klasse für Mandanten-Plugins
|
Modifier and Type | Method and Description |
---|---|
int |
PluginNameComperator.compare(IFCPlugin o1,
IFCPlugin o2) |
Modifier and Type | Interface and Description |
---|---|
interface |
IDescriptionProvidingPlugin
Deprecated.
use
IFCPlugin -methods |
interface |
IPluginConfigParamList
Interface für Plugins die für ihre Verarbeitung Konfigurationsparameter benötigen
|
interface |
IPluginCustomGUI
Interface für Einbindung von Custom-Plugin-Oberflächen in FORMCYCLE
|
interface |
IPluginShutdown
Deprecated.
use
IFCPlugin -methods |
Modifier and Type | Method and Description |
---|---|
Class<? extends IFCPlugin> |
EPluginTypes.getPluginInterface()
Getter für das Interfaze zu dem Plugin-Typ
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginDataSource
Interface für Plugins vom Typ Datenquelle.
|
interface |
IPluginFormPrePersist
Interface für Plugins vom Typ FormPrePersist
|
interface |
IPluginFormPreProcess
Interface für Plugins vom Typ FormPreProcess
|
interface |
IPluginFormPreRender
Interface für Plugins vom Typ FormPreRender
|
interface |
IPluginFormPreRespond
Interface für Plugins vom Typ FormPreRespond
|
interface |
IPluginFormPreview
Interface für Plugins vom Typ FormPreview
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginGeneric
Interface für generisch verwendbare Plugins.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginProjectTemplate
Interface für Plugins vom Typ Projekt-Template.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginFormReplacer
Interface für Plugins vom Typ FormReplacer.
|
interface |
IPluginSessionReplacer
Interface für Plugins vom Typ SessionReplacer.
|
interface |
IPluginSystemReplacer
Interface für Plugins vom Typ SystemReplacer.
|
interface |
IPluginTemplateReplacer
Interface für Plugins vom Typ TemplateReplacer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginServletAction
Interface für Plugins vom Typ ServletAction
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginValidationRule
Interface for plugins from type validation rule
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginProcessing
Interface für Plugins vom Typ Verarbeitung
|
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.