Uses of Class
de.xima.fc.plugin.runtime.PluginRuntime
-
-
Uses of PluginRuntime in de.xima.fc.gui.bean.plugin
Methods in de.xima.fc.gui.bean.plugin that return types with arguments of type PluginRuntime Modifier and Type Method Description protected abstract Set<PluginRuntime>BasicPluginBean. getAllPluginRuntimes()protected Set<PluginRuntime>ClientPluginBean. getAllPluginRuntimes()protected Set<PluginRuntime>SystemPluginBean. getAllPluginRuntimes() -
Uses of PluginRuntime in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return PluginRuntime Modifier and Type Method Description PluginRuntimePluginWrapperModel. getPluginRuntime()Constructors in de.xima.fc.gui.model with parameters of type PluginRuntime Constructor Description PluginWrapperModel(Locale locale, PluginRuntime pluginRuntime, IGenericDao<E> dao)Creates a new plugin wrapper for a given plugin runtime and database access object. -
Uses of PluginRuntime in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return PluginRuntime Modifier and Type Method Description static PluginRuntimePluginManager. getPluginRuntime(String scopeKey, String runtimeKey)static PluginRuntimePluginManager. initClientPlugin(File pluginJar, Mandant man)Deprecated.static PluginRuntimePluginManager. initSystemPlugin(File pluginJar)Deprecated.Methods in de.xima.fc.plugin that return types with arguments of type PluginRuntime Modifier and Type Method Description static <T extends IFCPlugin>
Set<org.apache.commons.lang3.tuple.Pair<PluginRuntime,T>>PluginManager. getAllPluginsWithRuntime(Mandant man, Class<T> clazz)static <T extends IFCPlugin>
Set<org.apache.commons.lang3.tuple.Pair<PluginRuntime,T>>PluginManager. getAllPluginsWithRuntime(UUID clientUuid, Class<T> clazz)static Set<PluginRuntime>PluginManager. getClientPlugins(Mandant client)Gets a list of allplugin runtimesregistered to the given client (not including system plugins!)static Set<PluginRuntime>PluginManager. getClientPlugins(UUID clientUuid)Gets a list of allplugin runtimesregistered to the given client (not including system plugins!)static <T extends IFCPlugin>
Set<org.apache.commons.lang3.tuple.Pair<PluginRuntime,T>>PluginManager. getClientPluginsWithRuntime(Mandant client, Class<T> clazz)static <T extends IFCPlugin>
Set<org.apache.commons.lang3.tuple.Pair<PluginRuntime,T>>PluginManager. getClientPluginsWithRuntime(UUID clientUuid, Class<T> clazz)static List<PluginRuntime>PluginManager. getMandantPlugins(Mandant man)Deprecated.static <T extends IFCPlugin>
org.apache.commons.lang3.tuple.Pair<PluginRuntime,T>PluginManager. getPluginByNameWithRuntime(Mandant man, Class<T> clazz, String pluginName)static Set<PluginRuntime>PluginManager. getSystemPlugins()Get a List of allPluginRuntimes registered in system-scopestatic <T extends IFCPlugin>
Set<org.apache.commons.lang3.tuple.Pair<PluginRuntime,T>>PluginManager. getSystemPluginsWithRuntime(Class<T> clazz)Methods in de.xima.fc.plugin with parameters of type PluginRuntime Modifier and Type Method Description static <T extends IFCPlugin>
booleanPluginHelper. canPluginBeRegistered(PluginRuntime prtm, Class<T> pluginClass)static voidPluginManager. deletePlugin(PluginRuntime prtm)Deprecated.static List<? extends Class<? extends IFCPlugin>>PluginHelper. getAllPlugins(PluginRuntime pluginRuntime)static FilePluginHelper. getPluginFolder(PluginRuntime runtime)Deprecated.static FilePluginHelper. getPluginJarFile(PluginRuntime rtm)Deprecated.static PluginManifestPluginHelper. getPluginManifest(PluginRuntime pluginRuntime)static FilePluginHelper. getPluginMetaFile(PluginRuntime rtm)Deprecated.static org.apache.commons.configuration.PropertiesConfigurationPluginHelper. getPluginProperties(PluginRuntime rtm)Deprecated.static FilePluginHelper. getPluginPropertiesFile(PluginRuntime rtm)Deprecated.static <T extends IFCPlugin>
TPluginHelper. registerPlugin(boolean install, boolean initialize, PluginRuntime prtm, Class<T> clazz)static <T extends IFCPlugin>
voidPluginManager. registerPlugin(boolean isInstall, PluginRuntime prtm, Class<T> clazz)Register a plugin to the given key andPluginRuntimestatic <T extends IFCPlugin>
voidPluginManager. registerPlugin(PluginRuntime prtm, Class<T> clazz)static voidPluginManager. releaseMandantPlugin(Mandant man, PluginRuntime pluginMeta)Deprecated.static voidPluginManager. releasePlugin(boolean isUninstall, PluginRuntime prtm)static voidPluginManager. releasePlugin(PluginRuntime prtm)static voidPluginHelper. savePluginProperties(PluginRuntime rtm, Properties props)Deprecated.static booleanPluginManager. scanAndRegisterMandantPlugin(Mandant man, PluginRuntime pluginMeta, byte[] jarData)Deprecated.static booleanPluginManager. scanAndRegisterSystemPlugin(PluginRuntime pluginMeta, byte[] jarData)Deprecated. -
Uses of PluginRuntime in de.xima.fc.plugin.entities
Methods in de.xima.fc.plugin.entities that return PluginRuntime Modifier and Type Method Description PluginRuntimeEntitiesRuntime. getPluginRuntime()Methods in de.xima.fc.plugin.entities with parameters of type PluginRuntime Modifier and Type Method Description static EntitiesRuntimeEntitiesRuntimeManager. getRuntime(PluginRuntime runtime)static voidEntitiesRuntimeManager. initRuntime(PluginRuntime pluginRuntime, IPluginEntities plugin)static voidEntitiesRuntimeManager. shutdownRuntime(PluginRuntime pluginRuntime)Constructors in de.xima.fc.plugin.entities with parameters of type PluginRuntime Constructor Description EntitiesRuntime(PluginRuntime pluginRuntime, IPluginEntities plugin)Creates a new entities runtime with the given plugin. -
Uses of PluginRuntime in de.xima.fc.plugin.helper
Methods in de.xima.fc.plugin.helper with parameters of type PluginRuntime Modifier and Type Method Description static IPluginFileHelperPluginFileHelper. createFacade(PluginRuntime runtime)static IPluginResourceHelperPluginResourceHelper. createFacade(PluginRuntime runtime)static voidPluginFileHelper. deletePluginFiles(PluginRuntime prtm)static FilePluginFileHelper. getPluginFolder(PluginRuntime runtime)static FilePluginFileHelper. getPluginJarFile(PluginRuntime rtm)static FilePluginFileHelper. getPluginMetaFile(PluginRuntime rtm)static org.apache.commons.configuration.PropertiesConfigurationPluginPropertiesHelper. getPluginProperties(PluginRuntime rtm)static FilePluginFileHelper. getPluginPropertiesFile(PluginRuntime rtm)static StringPluginResourceHelper. i18n(PluginRuntime runtime, String resourceBundleName, Locale loc, String key)static StringPluginResourceHelper. i18n(PluginRuntime runtime, String resourceBundleName, Locale loc, String key, Object... params)static voidPluginPropertiesHelper. savePluginProperties(PluginRuntime rtm, Properties props) -
Uses of PluginRuntime in de.xima.fc.plugin.lifecycle
Methods in de.xima.fc.plugin.lifecycle with parameters of type PluginRuntime Modifier and Type Method Description static voidPluginLifecycleEventManager. fireEvent(EPluginLifecycleEvent event, PluginRuntime pluginRuntime, IFCPlugin plugin)Calls all registered events listeners for the given event.voidIPluginLifecycleListener. handleEvent(EPluginLifecycleEvent event, PluginRuntime pluginRuntime, TPlugin plugin)The callback method that is invoked when the event occurred for which this listener was registered.Constructors in de.xima.fc.plugin.lifecycle with parameters of type PluginRuntime Constructor Description DefaultPluginLifecycleData(PluginRuntime runtime) -
Uses of PluginRuntime in de.xima.fc.portal
Methods in de.xima.fc.portal with parameters of type PluginRuntime Modifier and Type Method Description static PortalRuntimePortalManager. getPortal(PluginRuntime runtime)static voidPortalManager. initPortal(PluginRuntime prtm, IPluginPortal plugin) -
Uses of PluginRuntime in de.xima.fc.portal.runtime
Methods in de.xima.fc.portal.runtime that return PluginRuntime Modifier and Type Method Description PluginRuntimePortalRuntime. getPluginRuntime()Constructors in de.xima.fc.portal.runtime with parameters of type PluginRuntime Constructor Description PortalRuntime(PluginRuntime prtm, IPluginPortal plugin)Creates a new runtime for a given portal plugin.
-