Uses of Class
de.xima.fc.plugin.exception.FCPluginException
-
-
Uses of FCPluginException in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that throw FCPluginException Modifier and Type Method Description voidPluginWrapperModel. persist(IUser user)List<FCMessage>PluginWrapperModel. save(Benutzer user)Deprecated.UsePluginWrapperModel.save(IUser)instead.List<FCMessage>PluginWrapperModel. save(IUser user) -
Uses of FCPluginException in de.xima.fc.plugin
Methods in de.xima.fc.plugin that throw FCPluginException Modifier and Type Method Description static IPluginDataSourceRetValPluginExecutor. executeDatenquelle(IPluginDataSource plugin, IPluginDataSourceParams params)Executes a data source plugin.static IPluginFormPrePersistRetValPluginExecutor. executeFormPrePersist(IPluginFormPrePersist plugin, IPluginFormPrePersistParams params)Executes a single form pre-persist plugin.static IPluginFormPreProcessRetValPluginExecutor. executeFormPreProcess(IPluginFormPreProcess plugin, IPluginFormPreProcessParams params)Executes a single form pre-process plugin.static IPluginFormPreRenderRetValPluginExecutor. executeFormPreRender(IPluginFormPreRender plugin, IPluginFormPreRenderParams params)Executes a single form pre-render plugin.static IPluginFormPreRespondRetValPluginExecutor. executeFormPreResponse(IPluginFormPreRespond plugin, IPluginFormPreRespondParams params)Executes a single form pre-response plugin.static IPluginGenericRetValPluginExecutor. executeGenericPlugin(IPluginGeneric plugin, IPluginGenericParams params)Executes a single generic plugin.static IPluginServletActionRetValPluginExecutor. executeServletActionPlugin(IPluginServletAction plugin, IPluginServletActionParams params)Executes a single servlet action plugin.static PluginRuntimePluginManager. initClientPlugin(File pluginJar, Mandant man)Deprecated.static PluginRuntimePluginManager. initSystemPlugin(File pluginJar)Deprecated.static voidPluginManager. install(IPluginEntity<?,?,?> pluginEntity)static <T extends IFCPlugin>
PluginRuntimePluginManager. registerClientPlugin(Mandant man, Class<T> clazz, String runtimeKey)Method to register a plugin-class in scope of the given clientstatic voidPluginManager. registerMandantPlugin(Mandant man, EPluginTypes typ, Class<? extends IFCPlugin> clazz)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. registerSystemPlugin(EPluginTypes typ, Class<? extends IFCPlugin> clazz)Deprecated.static PluginRuntimePluginManager. registerSystemPlugin(Class<? extends IFCPlugin> clazz, String runtimeKey)Method to register a plugin-class in system-scopestatic voidPluginManager. synchronizePlugin(boolean isInstall, PluginSyncData pluginData) -
Uses of FCPluginException in de.xima.fc.plugin.abstracts
Methods in de.xima.fc.plugin.abstracts that throw FCPluginException Modifier and Type Method Description voidAPluginCustomGUIBean. initialize(IPluginInitializeBeanData initializeBeanData)Deprecated.voidAPluginGenericCustomGUIBean. initialize(IPluginInitializeBeanData initializeBeanData) -
Uses of FCPluginException in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that throw FCPluginException Modifier and Type Method Description default voidIPluginCustomGUI. initCustomGUI()Deprecated.If you need to do initialization, do so in the managed bean viaIPluginGenericCustomGUIBean.initialize(de.xima.fc.interfaces.plugin.lifecycle.IPluginInitializeBeanData). -
Uses of FCPluginException in de.xima.fc.plugin.entities
Methods in de.xima.fc.plugin.entities that throw FCPluginException Modifier and Type Method Description voidEntitiesRuntime. initialize()Initializes this entities runtime.static voidEntitiesRuntimeManager. initRuntime(PluginRuntime pluginRuntime, IPluginEntities plugin)voidIPluginEntities. onDatabaseReady(IPluginEntitiesParams params)This callback method is invoked after the plugin was initialized (IFCPlugin.initialize(de.xima.fc.interfaces.plugin.lifecycle.IPluginInitializeData)) and after the database was set up and is ready to be used.static voidEntitiesRuntimeManager. shutdownRuntime(PluginRuntime pluginRuntime) -
Uses of FCPluginException in de.xima.fc.plugin.gui
Methods in de.xima.fc.plugin.gui that throw FCPluginException Modifier and Type Method Description default voidIPluginGenericCustomGUIBean. initialize(IPluginInitializeBeanData initializeBeanData)A callback method that is invoked after all beans required by theIPluginGenericCustomGUIplugin were created. -
Uses of FCPluginException in de.xima.fc.plugin.interfaces
Methods in de.xima.fc.plugin.interfaces that throw FCPluginException Modifier and Type Method Description default voidIFCPlugin. initialize(IPluginInitializeData initializeData)Callback method that is invoked when this plugin is initialized.default voidIFCPlugin. initPlugin()Deprecated.default voidIFCPlugin. install(IPluginInstallData installData)Callback method that is invoked when this plugin is installed.default voidIFCPlugin. shutdown(IPluginShutdownData shutdownData)Callback method that is invoked when this plugin is shut down.default voidIFCPlugin. uninstall(IPluginUninstallData uninstallData)Callback method that is invoked when this plugin is uninstalled. -
Uses of FCPluginException in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that throw FCPluginException Modifier and Type Method Description IPluginFormPrePersistRetValIPluginFormPrePersist. execute(IPluginFormPrePersistParams params)The main method of this plugin.IPluginFormPreProcessRetValIPluginFormPreProcess. execute(IPluginFormPreProcessParams params)The main method of this plugin.IPluginFormPreRenderRetValIPluginFormPreRender. execute(IPluginFormPreRenderParams params)Main method of this plugin.IPluginFormPreRespondRetValIPluginFormPreRespond. execute(IPluginFormPreRespondParams params)The main method of this plugin.IPluginFormPreviewRetValIPluginFormPreview. print(IPluginFormPreviewParams params)Deprecated.IPluginDataSourceRetValIPluginDataSource. resolve(IPluginDataSourceParams params)This is the main method that should return the data this data source plugin provides. -
Uses of FCPluginException in de.xima.fc.plugin.interfaces.generic
Methods in de.xima.fc.plugin.interfaces.generic that throw FCPluginException Modifier and Type Method Description IPluginGenericRetValIPluginGeneric. execute(IPluginGenericParams params)This is the main method that performs the plugin logic. -
Uses of FCPluginException in de.xima.fc.plugin.interfaces.mail
Methods in de.xima.fc.plugin.interfaces.mail that throw FCPluginException Modifier and Type Method Description IPluginMailEncryptionRetValIPluginMailEncryption. findCertificateForMail(IPluginMailEncryptionParams mailEncryptionParams)The main method of this plugin. -
Uses of FCPluginException in de.xima.fc.plugin.interfaces.replacer
Methods in de.xima.fc.plugin.interfaces.replacer that throw FCPluginException Modifier and Type Method Description IPluginFormReplacerRetValIPluginFormReplacer. replace(IPluginFormReplacerParams params)This is the main method of this plugin that should perform the placeholder replacement.IPluginSessionReplacerRetValIPluginSessionReplacer. replace(IPluginSessionReplacerParams params)This is the main method of this plugin that should perform the placeholder replacement.IPluginSystemReplacerRetValIPluginSystemReplacer. replace(IPluginSystemReplacerParams params)This is the main method of this plugin that should perform the placeholder replacement.IPluginTemplateReplacerRetValIPluginTemplateReplacer. replace(IPluginTemplateReplacerParams params)This is the main method of this plugin that should perform the placeholder replacement. -
Uses of FCPluginException in de.xima.fc.plugin.interfaces.servlet
Methods in de.xima.fc.plugin.interfaces.servlet that throw FCPluginException Modifier and Type Method Description IPluginServletActionRetValIPluginServletAction. execute(IPluginServletActionParams params)The main method of this plugin. -
Uses of FCPluginException in de.xima.fc.plugin.interfaces.workflow
Methods in de.xima.fc.plugin.interfaces.workflow that throw FCPluginException Modifier and Type Method Description IPluginProcessingRetValIPluginProcessing. execute(IPluginProcessingParams params)Deprecated.The main method of this plugin. -
Uses of FCPluginException in de.xima.fc.plugin.lifecycle
Methods in de.xima.fc.plugin.lifecycle that throw FCPluginException 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. -
Uses of FCPluginException in de.xima.fc.servlet.resource
Methods in de.xima.fc.servlet.resource that throw FCPluginException Modifier and Type Method Description IPluginServletActionRetValAPluginStaticResourceServletAction. execute(IPluginServletActionParams args)default IPluginServletActionRetValIPluginStaticResourceServletAction. execute(IPluginServletActionParams args)voidAPluginStaticResourceServletAction. initialize(IPluginInitializeData initializeData) -
Uses of FCPluginException in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin that throw FCPluginException Modifier and Type Method Description voidAPluginActionNodeHandler. initialize(IPluginInitializeData initializeData)voidAPluginConditionNodeHandler. initialize(IPluginInitializeData initializeData)voidAPluginDoUntilLoopNodeHandler. initialize(IPluginInitializeData initializeData)voidAPluginTriggerHandler. initialize(IPluginInitializeData initializeData)voidAPluginWhileLoopNodeHandler. initialize(IPluginInitializeData initializeData)
-