Package | Description |
---|---|
de.xima.fc.gui.bean.plugin | |
de.xima.fc.gui.model | |
de.xima.fc.plugin | |
de.xima.fc.plugin.helper | |
de.xima.fc.plugin.lifecycle | |
de.xima.fc.portal | |
de.xima.fc.portal.runtime |
Modifier and Type | Method and Description |
---|---|
protected abstract Set<PluginRuntime> |
BasicPluginBean.getAllPluginRuntimes() |
protected Set<PluginRuntime> |
ClientPluginBean.getAllPluginRuntimes() |
protected Set<PluginRuntime> |
SystemPluginBean.getAllPluginRuntimes() |
Modifier and Type | Method and Description |
---|---|
PluginRuntime |
PluginWrapperModel.getPluginRuntime() |
Constructor and Description |
---|
PluginWrapperModel(PluginRuntime pluginRuntime,
IGenericDao<E> dao) |
Modifier and Type | Method and Description |
---|---|
static PluginRuntime |
PluginManager.getPluginRuntime(String scopeKey,
String runtimeKey) |
static PluginRuntime |
PluginManager.initClientPlugin(File pluginJar,
Mandant man)
Deprecated.
|
static PluginRuntime |
PluginManager.initSystemPlugin(File pluginJar)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IFCPlugin> |
PluginManager.getAllPluginsWithRuntime(Mandant man,
Class<T> clazz) |
static Set<PluginRuntime> |
PluginManager.getClientPlugins(Mandant man)
Get a List of all
PluginRuntime s registered to the given client |
static <T extends IFCPlugin> |
PluginManager.getClientPluginsWithRuntime(Mandant man,
Class<T> clazz) |
static List<PluginRuntime> |
PluginManager.getMandantPlugins(Mandant man)
Deprecated.
|
static <T extends IFCPlugin> |
PluginManager.getPluginByNameWithRuntime(Mandant man,
Class<T> clazz,
String pluginName) |
static Set<PluginRuntime> |
PluginManager.getSystemPlugins()
Get a List of all
PluginRuntime s registered in system-scope |
static <T extends IFCPlugin> |
PluginManager.getSystemPluginsWithRuntime(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
static void |
PluginManager.deletePlugin(PluginRuntime prtm)
Deprecated.
|
static List<? extends Class<? extends IFCPlugin>> |
PluginHelper.getAllPlugins(PluginRuntime pluginRuntime) |
static File |
PluginHelper.getPluginFolder(PluginRuntime runtime)
Deprecated.
|
static File |
PluginHelper.getPluginJarFile(PluginRuntime rtm)
Deprecated.
|
static PluginManifest |
PluginHelper.getPluginManifest(PluginRuntime pluginRuntime) |
static File |
PluginHelper.getPluginMetaFile(PluginRuntime rtm)
Deprecated.
|
static org.apache.commons.configuration.PropertiesConfiguration |
PluginHelper.getPluginProperties(PluginRuntime rtm)
Deprecated.
|
static File |
PluginHelper.getPluginPropertiesFile(PluginRuntime rtm)
Deprecated.
|
static <T extends IFCPlugin> |
PluginHelper.registerPlugin(boolean install,
boolean initialize,
PluginRuntime prtm,
Class<T> clazz) |
static <T extends IFCPlugin> |
PluginManager.registerPlugin(boolean isInstall,
PluginRuntime prtm,
Class<T> clazz)
Register a plugin to the given key and
PluginRuntime |
static <T extends IFCPlugin> |
PluginManager.registerPlugin(PluginRuntime prtm,
Class<T> clazz) |
static void |
PluginManager.releaseMandantPlugin(Mandant man,
PluginRuntime pluginMeta)
Deprecated.
use
#releaseClientPlugin(Mandant, PluginRuntime) |
static void |
PluginManager.releasePlugin(boolean isUninstall,
PluginRuntime prtm) |
static void |
PluginManager.releasePlugin(PluginRuntime prtm) |
static void |
PluginHelper.savePluginProperties(PluginRuntime rtm,
Properties props)
Deprecated.
|
static boolean |
PluginManager.scanAndRegisterMandantPlugin(Mandant man,
PluginRuntime pluginMeta,
byte[] jarData)
Deprecated.
use
#initClientPlugin(ClientPlugin) |
static boolean |
PluginManager.scanAndRegisterSystemPlugin(PluginRuntime pluginMeta,
byte[] jarData)
Deprecated.
use
#initSystemPlugin(SystemPlugin) |
Modifier and Type | Method and Description |
---|---|
static IPluginFileHelper |
PluginFileHelper.createFacade(PluginRuntime runtime) |
static IPluginResourceHelper |
PluginResourceHelper.createFacade(PluginRuntime runtime) |
static void |
PluginFileHelper.deletePluginFiles(PluginRuntime prtm) |
static File |
PluginFileHelper.getPluginFolder(PluginRuntime runtime) |
static File |
PluginFileHelper.getPluginJarFile(PluginRuntime rtm) |
static File |
PluginFileHelper.getPluginMetaFile(PluginRuntime rtm) |
static org.apache.commons.configuration.PropertiesConfiguration |
PluginPropertiesHelper.getPluginProperties(PluginRuntime rtm) |
static File |
PluginFileHelper.getPluginPropertiesFile(PluginRuntime rtm) |
static String |
PluginResourceHelper.i18n(PluginRuntime runtime,
String resourceBundleName,
Locale loc,
String key) |
static String |
PluginResourceHelper.i18n(PluginRuntime runtime,
String resourceBundleName,
Locale loc,
String key,
Object... params) |
static void |
PluginPropertiesHelper.savePluginProperties(PluginRuntime rtm,
Properties props) |
Constructor and Description |
---|
DefaultPluginLifecycleData(PluginRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
static void |
PortalManager.initPortal(PluginRuntime prtm,
IPluginPortal plugin) |
Modifier and Type | Method and Description |
---|---|
PluginRuntime |
PortalRuntime.getPluginRuntime() |
Constructor and Description |
---|
PortalRuntime(PluginRuntime prtm,
IPluginPortal plugin) |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.