Package | Description |
---|---|
de.xima.fc.gui.bean.plugin | |
de.xima.fc.plugin |
Modifier and Type | Field and Description |
---|---|
protected PluginMeta |
BasicPluginBean.selected |
Modifier and Type | Field and Description |
---|---|
protected List<PluginMeta> |
BasicPluginBean.all |
Modifier and Type | Method and Description |
---|---|
PluginMeta |
BasicPluginBean.getNew() |
PluginMeta |
BasicPluginBean.getSelected() |
Modifier and Type | Method and Description |
---|---|
List<PluginMeta> |
BasicPluginBean.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
BasicPluginBean.setSelected(PluginMeta selected) |
Modifier and Type | Method and Description |
---|---|
static List<PluginMeta> |
PluginManager.getMandantPlugins(Mandant man)
Liefert eine Liste mit allen für einen Mandanten registrierten Plugins zurück.
|
static List<PluginMeta> |
PluginManager.getSystemPlugins() |
Modifier and Type | Method and Description |
---|---|
static boolean |
PluginManager.deletePlugin(PluginMeta pluginMeta) |
static boolean |
PluginManager.existsJarFile(PluginMeta pm) |
static void |
PluginManager.releaseMandantPlugin(Mandant man,
PluginMeta pluginMeta)
Gibt geladene Jar Resourcen wieder frei.
|
static void |
PluginManager.releaseSystemPlugin(PluginMeta pluginMeta)
Gibt geladene Jar Resourcen wieder frei.
|
static boolean |
PluginManager.scanAndRegisterMandantPlugin(Mandant man,
PluginMeta pluginMeta,
byte[] jarData)
Registriert ein Jar-File im mandanten-spezifischen Plugin Verzeichnis.
|
static boolean |
PluginManager.scanAndRegisterSystemPlugin(PluginMeta pluginMeta,
byte[] jarData)
Registriert ein Jar-File im system-spezifischen Plugin Verzeichnis.
|
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.