Uses of Class
de.xima.fc.gui.common.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.usedBeanHelpersAListof 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 booleanAExternalUserBean.invokeOnAuthenticatorBeforeSaveCallback(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean, IPluginAuthenticatorType> beanHelper, AAuthenticator<?> selected) protected voidAExternalUserBean.invokeOnAuthenticatorSelectedCallback(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean, IPluginAuthenticatorType> beanHelper, IClientDescriptor selected) -
Uses of PluginBeanHelper in de.xima.fc.gui.common.plugingui
Methods in de.xima.fc.gui.common.plugingui that return PluginBeanHelperModifier and TypeMethodDescriptionstatic <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentApplicationScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentApplicationScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentRequestScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application request beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentRequestScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for application request beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentSessionScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for session scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentSessionScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for session scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentViewScope(Plugin plugin, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for view scoped beans of the given plugin.static <Bean extends IPluginGenericCustomGUIBean, Plugin extends IFCPlugin>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentViewScope(Plugin plugin, IPluginCustomGUIExtractor<Bean, Plugin> guiExtractor, Mandant client, PluginBeanOptions pluginBeanOptions) A new helper for view scoped beans of the given plugin.IPluginBeanHelperInstantiator.newPluginBeanHelper(Mandant client, Plugin plugin) Creates a newPluginBeanHelperfor the given plugin and client. -
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.