Package | Description |
---|---|
de.xima.fc.api.system |
Package für den API-Zugriff auf Systemkonfigurationen
|
de.xima.fc.handler.interfaces.system | |
de.xima.fc.handler.system | |
de.xima.fc.plugin | |
de.xima.fc.plugin.enums |
Modifier and Type | Method and Description |
---|---|
Map<EPluginScope,Set<String>> |
PluginAPI.getPluginNameMap(UserContext uc,
Mandant mandant,
EPluginTypes type) |
Set<String> |
PluginAPI.getPluginNames(UserContext uc,
Mandant mandant,
EPluginTypes type) |
Modifier and Type | Method and Description |
---|---|
Map<EPluginScope,Set<String>> |
IPluginHandler.getPluginNameMap(UserContext uc,
Mandant mandant,
EPluginTypes type) |
Set<String> |
IPluginHandler.getPluginNames(UserContext uc,
Mandant mandant,
EPluginTypes type) |
Modifier and Type | Method and Description |
---|---|
Map<EPluginScope,Set<String>> |
PluginHandler.getPluginNameMap(UserContext uc,
Mandant mandant,
EPluginTypes type) |
Set<String> |
PluginHandler.getPluginNames(UserContext uc,
Mandant mandant,
EPluginTypes type) |
Modifier and Type | Method and Description |
---|---|
void |
PluginMeta.addPlugin(EPluginTypes pluginType,
IFCPlugin xfcPlugin) |
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. |
static IFCPlugin |
PluginManager.getPluginByName(Mandant man,
EPluginTypes type,
String pluginName)
Gibt ein anhand des Namens gesuchtes
IFCPlugin -Objekt oder null zurück. |
static Map<EPluginScope,Set<String>> |
PluginManager.getPluginNameMap(UserContext uc,
Mandant mandant,
EPluginTypes type) |
static Set<String> |
PluginManager.getPluginNames(UserContext uc,
Mandant mandant,
EPluginTypes type) |
Set<IFCPlugin> |
PluginMeta.getPluginsOfType(EPluginTypes pluginType)
Liefert eine Liste mit Plugins, die dem angeforderten Plugin-Typ entsprechen zurück.
|
static IFCPlugin |
PluginManager.getSystemPluginByName(EPluginTypes type,
String pluginName) |
static SortedSet<IFCPlugin> |
PluginManager.getSystemPlugins(EPluginTypes type)
Liefert ein Set mit allen im System registrierten Plugins eines bestimmten
EPluginTypes zurück. |
boolean |
PluginMeta.hasPluginsOfType(EPluginTypes pluginType) |
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 | Method and Description |
---|---|
static EPluginTypes |
EPluginTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPluginTypes[] |
EPluginTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.