Uses of Class
de.xima.fc.plugin.exception.FCPluginException
-
-
Uses of FCPluginException in de.xima.fc.e2e.containerplugin.plugin
Methods in de.xima.fc.e2e.containerplugin.plugin that throw FCPluginException Modifier and Type Method Description IPluginServletActionRetVal
FormRecordAttachmentServletPlugin. execute(IPluginServletActionParams params)
IPluginServletActionRetVal
MailInboxPartServletPlugin. execute(IPluginServletActionParams params)
-
Uses of FCPluginException in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that throw FCPluginException Modifier and Type Method Description List<FCMessage>
PluginWrapperModel. save(Benutzer user)
-
Uses of FCPluginException in de.xima.fc.plugin
Methods in de.xima.fc.plugin that throw FCPluginException Modifier and Type Method Description static IPluginDataSourceRetVal
PluginExecutor. executeDatenquelle(IPluginDataSource plugin, IPluginDataSourceParams params)
Executes a data source plugin.static IPluginFormPrePersistRetVal
PluginExecutor. executeFormPrePersist(IPluginFormPrePersist plugin, IPluginFormPrePersistParams params)
Executes a single form pre-persist plugin.static IPluginFormPreProcessRetVal
PluginExecutor. executeFormPreProcess(IPluginFormPreProcess plugin, IPluginFormPreProcessParams params)
Executes a single form pre-process plugin.static IPluginFormPreRenderRetVal
PluginExecutor. executeFormPreRender(IPluginFormPreRender plugin, IPluginFormPreRenderParams params)
Executes a single form pre-render plugin.static IPluginFormPreRespondRetVal
PluginExecutor. executeFormPreResponse(IPluginFormPreRespond plugin, IPluginFormPreRespondParams params)
Executes a single form pre-response plugin.static IPluginGenericRetVal
PluginExecutor. executeGenericPlugin(IPluginGeneric plugin, IPluginGenericParams params)
Executes a single generic plugin.static IPluginServletActionRetVal
PluginExecutor. executeServletActionPlugin(IPluginServletAction plugin, IPluginServletActionParams params)
Executes a single servlet action plugin.static PluginRuntime
PluginManager. initClientPlugin(File pluginJar, Mandant man)
Deprecated.static PluginRuntime
PluginManager. initSystemPlugin(File pluginJar)
Deprecated.static void
PluginManager. install(IPluginEntity<?,?,?> pluginEntity)
static <T extends IFCPlugin>
voidPluginManager. registerClientPlugin(Mandant man, Class<T> clazz, String runtimeKey)
Method to register a plugin-class in scope of the given clientstatic void
PluginManager. 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 andPluginRuntime
static <T extends IFCPlugin>
voidPluginManager. registerPlugin(PluginRuntime prtm, Class<T> clazz)
static void
PluginManager. registerSystemPlugin(EPluginTypes typ, Class<? extends IFCPlugin> clazz)
Deprecated.static void
PluginManager. registerSystemPlugin(Class<? extends IFCPlugin> clazz, String runtimeKey)
Method to register a plugin-class in system-scopestatic void
PluginManager. 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 void
APluginCustomGUIBean. initialize(IPluginInitializeBeanData initializeBeanData)
void
APluginGenericCustomGUIBean. 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 void
IPluginCustomGUI. 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 void
EntitiesRuntime. initialize()
Initializes this entities runtime.static void
EntitiesRuntimeManager. initRuntime(PluginRuntime pluginRuntime, IPluginEntities plugin)
void
IPluginEntities. 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 void
EntitiesRuntimeManager. 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 void
IPluginGenericCustomGUIBean. initialize(IPluginInitializeBeanData initializeBeanData)
A callback method that is invoked after all beans required by theIPluginGenericCustomGUI
plugin 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 void
IFCPlugin. initialize(IPluginInitializeData initializeData)
Callback method that is invoked when this plugin is initialized.default void
IFCPlugin. initPlugin()
Deprecated.default void
IFCPlugin. install(IPluginInstallData installData)
Callback method that is invoked when this plugin is installed.default void
IFCPlugin. shutdown(IPluginShutdownData shutdownData)
Callback method that is invoked when this plugin is shut down.default void
IFCPlugin. 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 IPluginFormPrePersistRetVal
IPluginFormPrePersist. execute(IPluginFormPrePersistParams params)
The main method of this plugin.IPluginFormPreProcessRetVal
IPluginFormPreProcess. execute(IPluginFormPreProcessParams params)
The main method of this plugin.IPluginFormPreRenderRetVal
IPluginFormPreRender. execute(IPluginFormPreRenderParams params)
Main method of this plugin.IPluginFormPreRespondRetVal
IPluginFormPreRespond. execute(IPluginFormPreRespondParams params)
The main method of this plugin.IPluginFormPreviewRetVal
IPluginFormPreview. print(IPluginFormPreviewParams params)
Methode zum Ausführen der Plugin-LogikIPluginDataSourceRetVal
IPluginDataSource. 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 IPluginGenericRetVal
IPluginGeneric. 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 IPluginMailEncryptionRetVal
IPluginMailEncryption. 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 IPluginFormReplacerRetVal
IPluginFormReplacer. replace(IPluginFormReplacerParams params)
This is the main method of this plugin that should perform the placeholder replacement.IPluginSessionReplacerRetVal
IPluginSessionReplacer. replace(IPluginSessionReplacerParams params)
This is the main method of this plugin that should perform the placeholder replacement.IPluginSystemReplacerRetVal
IPluginSystemReplacer. replace(IPluginSystemReplacerParams params)
This is the main method of this plugin that should perform the placeholder replacement.IPluginTemplateReplacerRetVal
IPluginTemplateReplacer. 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 IPluginServletActionRetVal
IPluginServletAction. 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 IPluginProcessingRetVal
IPluginProcessing. 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 void
PluginLifecycleEventManager. fireEvent(EPluginLifecycleEvent event, PluginRuntime pluginRuntime, IFCPlugin plugin)
Calls all registered events listeners for the given event.void
IPluginLifecycleListener. 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.workflow.mixin
Methods in de.xima.fc.workflow.mixin that throw FCPluginException Modifier and Type Method Description void
APluginActionNodeHandler. initialize(IPluginInitializeData initializeData)
void
APluginConditionNodeHandler. initialize(IPluginInitializeData initializeData)
void
APluginTriggerHandler. initialize(IPluginInitializeData initializeData)
-