Package | Description |
---|---|
de.xima.fc.api.system |
Package for API access to system configuration.
|
de.xima.fc.plugin | |
de.xima.fc.plugin.enums |
Modifier and Type | Method and Description |
---|---|
Map<EPluginScope,Set<String>> |
PluginAPI.getPluginNameMap(UserContext uc,
Mandant client,
EPluginTypes type)
Deprecated.
|
Set<String> |
PluginAPI.getPluginNames(UserContext uc,
Mandant client,
EPluginTypes type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Set<IFCPlugin> |
PluginManager.getAllPlugins(Mandant man,
EPluginTypes type)
Deprecated.
|
static IFCPlugin |
PluginManager.getMandantPluginByName(Mandant man,
EPluginTypes type,
String pluginName)
Deprecated.
will be removed!
|
static SortedSet<IFCPlugin> |
PluginManager.getMandantPlugins(Mandant man,
EPluginTypes type)
Deprecated.
will be removed!
|
static IFCPlugin |
PluginManager.getPluginByName(Mandant man,
EPluginTypes type,
String pluginName)
Deprecated.
|
static Map<EPluginScope,Set<String>> |
PluginManager.getPluginNameMap(UserContext uc,
Mandant mandant,
EPluginTypes type)
Deprecated.
use
#getPluginNameMap(UserContext, Mandant, Class) |
static Set<String> |
PluginManager.getPluginNames(UserContext uc,
Mandant mandant,
EPluginTypes type)
Deprecated.
use
#getPluginNames(UserContext, Mandant, Class) |
static IFCPlugin |
PluginManager.getSystemPluginByName(EPluginTypes type,
String pluginName)
Deprecated.
|
static SortedSet<IFCPlugin> |
PluginManager.getSystemPlugins(EPluginTypes type)
Deprecated.
|
static void |
PluginManager.registerMandantPlugin(Mandant man,
EPluginTypes typ,
Class<? extends IFCPlugin> clazz)
Deprecated.
|
static void |
PluginManager.registerSystemPlugin(EPluginTypes typ,
Class<? extends IFCPlugin> clazz)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EPluginTypes |
EPluginTypes.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EPluginTypes[] |
EPluginTypes.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.