Package de.xima.fc.plugin.gui
Interface IPluginCustomGUIBean
- All Superinterfaces:
IPluginGenericCustomGUIBean,Serializable
- All Known Implementing Classes:
APluginCustomGUIBean
Deprecated.
Interface for deploying the formcycle processing bean within a custom plugin bean This bean must be view scoped, ie.
have the
ViewScoped annotation set. The bean is created when the plugin action is selected, and destroyed
when a different action is selected.- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault IPluginCustomGUIBeanAfterSaveDeprecated.Functionality that is executed immediately after saving the plugin configuration in the uidefault IPluginCustomGUIBeanBeforeDeleteDeprecated.Functionality that is executed immediately before delete the plugin configuration in the ui.default IPluginCustomGUIBeanBeforeSaveDeprecated.Functionality that is executed immediately before saving the plugin configuration in the uiDeprecated.Use aManagedPropertywithprocessingBean.voidDeprecated.Use aManagedPropertywithprocessingBean.Methods inherited from interface de.xima.fc.plugin.gui.IPluginGenericCustomGUIBean
destroy, getFileHelper, getProperties, getResourceHelper, initialize
-
Method Details
-
setProcessingBean
Deprecated.Use aManagedPropertywithprocessingBean. Otherwise, the processing bean will not be available whenIPluginGenericCustomGUIBean.initialize(de.xima.fc.interfaces.plugin.lifecycle.IPluginInitializeBeanData)is called.Sets a reference to the formcycle processing bean- Parameters:
bean- an object of typeIProcessingBean
-
getProcessingBean
Deprecated.Use aManagedPropertywithprocessingBean. Otherwise, the processing bean will not be available whenIPluginGenericCustomGUIBean.initialize(de.xima.fc.interfaces.plugin.lifecycle.IPluginInitializeBeanData)is called.Provides access to the formcycle processing bean.- Returns:
- an object of type
IProcessingBeanor null
-
beforeSave
Deprecated.Functionality that is executed immediately before saving the plugin configuration in the ui- Returns:
- if
trueis returned, plugin will be saved, else not
-
afterSave
Deprecated.Functionality that is executed immediately after saving the plugin configuration in the ui -
beforeDelete
Deprecated.Functionality that is executed immediately before delete the plugin configuration in the ui. Can be used for clean up functionality before deletion the action plugin from workflow-processing.
-
IPluginWorkflowNode.