Uses of Class
de.xima.fc.gui.bean.plugingui.PluginBeanHelper
-
Packages that use PluginBeanHelper Package Description de.xima.fc.gui.bean de.xima.fc.gui.bean.plugingui de.xima.fc.workflow.designer.helper -
-
Uses of PluginBeanHelper in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean with type parameters of type PluginBeanHelper Modifier and Type Field Description protected 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 PluginBeanHelper Modifier and Type Method Description protected PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType>
AExternalUserBean. getBeanHelperForPlugin(IPluginAuthenticatorType plugin, Mandant client)
protected PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType>
AExternalUserBean. getBeanHelperForSelected(AAuthenticator<?> selected, Mandant client)
Methods in de.xima.fc.gui.bean with parameters of type PluginBeanHelper Modifier and Type Method Description protected boolean
AExternalUserBean. invokeOnAuthenticatorBeforeSaveCallback(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType> beanHelper, AAuthenticator<?> selected)
protected void
AExternalUserBean. invokeOnAuthenticatorSelectedCallback(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean,IPluginAuthenticatorType> beanHelper, AAuthenticator<?> selected)
-
Uses of PluginBeanHelper in de.xima.fc.gui.bean.plugingui
Methods in de.xima.fc.gui.bean.plugingui that return PluginBeanHelper Modifier and Type Method Description static <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 PluginBeanHelper Modifier and Type Method Description static 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.
-