Uses of Class
de.xima.fc.gui.bean.plugingui.PluginBeanHelper
Packages that use PluginBeanHelper
Package
Description
-
Uses of PluginBeanHelper in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean with type parameters of type PluginBeanHelperModifier and TypeFieldDescriptionprotected final Map<String,
PluginBeanHelper<IPluginAuthenticatorCustomGUIBean, IPluginAuthenticatorType>> AExternalUserBean.usedBeanHelpers
AList
of authentication GUI plugins that were used at some point.Methods in de.xima.fc.gui.bean that return PluginBeanHelperModifier and TypeMethodDescriptionAExternalUserBean.getBeanHelperForPlugin
(IPluginAuthenticatorType plugin, Mandant client) AExternalUserBean.getBeanHelperForSelected
(IClientDescriptor selected, Mandant client) Methods in de.xima.fc.gui.bean with parameters of type PluginBeanHelperModifier and TypeMethodDescriptionprotected boolean
AExternalUserBean.invokeOnAuthenticatorBeforeSaveCallback
(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean, IPluginAuthenticatorType> beanHelper, AAuthenticator<?> selected) protected void
AExternalUserBean.invokeOnAuthenticatorSelectedCallback
(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean, IPluginAuthenticatorType> beanHelper, IClientDescriptor selected) -
Uses of PluginBeanHelper in de.xima.fc.gui.bean.plugingui
Methods in de.xima.fc.gui.bean.plugingui that return PluginBeanHelperModifier and TypeMethodDescriptionstatic <TBean extends IPluginGenericCustomGUIBean,
TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin> PluginBeanHelper.forCurrentApplicationScope
(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application scoped beans of the given plugin.static <TBean extends IPluginGenericCustomGUIBean,
TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin> PluginBeanHelper.forCurrentRequestScope
(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application request beans of the given plugin.static <TBean extends IPluginGenericCustomGUIBean,
TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin> PluginBeanHelper.forCurrentSessionScope
(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for session scoped beans of the given plugin.static <TBean extends IPluginGenericCustomGUIBean,
TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>
PluginBeanHelper<TBean,TPlugin> PluginBeanHelper.forCurrentViewScope
(TPlugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for view scoped beans of the given plugin. -
Uses of PluginBeanHelper in de.xima.fc.workflow.designer.helper
Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type PluginBeanHelperModifier and TypeMethodDescriptionstatic LoadPropsRetVal<NodeModel,
INodePropertiesBean<?>> ElementPropertiesHelper.loadPropertiesViewNode
(IElementWithTask<NodeModel> nodeWithTask, Map<ElementKey, com.alibaba.fastjson.JSONObject> customParamsMap, Set<PluginBeanHelper<?, ?>> usedBeanHelpers, IBaseWorkflowEnvironmentData env) Loads the XHTML page, the bean and the custom properties for the given node that is to be edited when that node is selected.static LoadPropsRetVal<TriggerModel,
ITriggerPropertiesBean<?>> ElementPropertiesHelper.loadPropertiesViewTrigger
(IElementWithTask<TriggerModel> triggerWithTask, Map<ElementKey, com.alibaba.fastjson.JSONObject> customParamsMap, Set<PluginBeanHelper<?, ?>> usedBeanHelpers, IBaseWorkflowEnvironmentData env) Loads the XHTML page, the bean and the custom properties for the given trigger that is to be edited when that trigger is selected.