Uses of Interface
de.xima.fc.plugin.config.IPluginGenericCustomGUI
Packages that use IPluginGenericCustomGUI
Package
Description
-
Uses of IPluginGenericCustomGUI in de.xima.fc.gui.bean.plugingui
Classes in de.xima.fc.gui.bean.plugingui with type parameters of type IPluginGenericCustomGUIModifier and TypeClassDescriptionclassPluginBeanHelper<TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>> Helper class for handling unmanaged beans used by user interfaces provided by a plugin, eg. a dashboard plugin or a workflow action plugin:Methods in de.xima.fc.gui.bean.plugingui with type parameters of type IPluginGenericCustomGUIModifier 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 IPluginGenericCustomGUI in de.xima.fc.plugin.config
Subinterfaces of IPluginGenericCustomGUI in de.xima.fc.plugin.configModifier and TypeInterfaceDescriptioninterfaceDeprecated.Use the new workflow engine, e.g. -
Uses of IPluginGenericCustomGUI in de.xima.fc.plugin.interfaces.auth
Subinterfaces of IPluginGenericCustomGUI in de.xima.fc.plugin.interfaces.authModifier and TypeInterfaceDescriptioninterfaceInterface for custom authenticator types. -
Uses of IPluginGenericCustomGUI in de.xima.fc.plugin.interfaces.backend
Subinterfaces of IPluginGenericCustomGUI in de.xima.fc.plugin.interfaces.backendModifier and TypeInterfaceDescriptioninterfaceInterface for client dashboard plugins.interfacePlugin interface for providing custom menus for projects with a specified scope -
Uses of IPluginGenericCustomGUI in de.xima.fc.plugin.interfaces.workflow
Subinterfaces of IPluginGenericCustomGUI in de.xima.fc.plugin.interfaces.workflowModifier and TypeInterfaceDescriptioninterfaceInterface for workflow node plugins.interfaceInterface for workflow trigger plugins. -
Uses of IPluginGenericCustomGUI in de.xima.fc.workflow.mixin
Subinterfaces of IPluginGenericCustomGUI in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterfaceIPluginActionNodeHandler<TData extends BaseActionProps>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.interfaceIPluginConditionNodeHandler<TData extends BaseConditionProps>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow condition that checks a condition and redirects to the if or else branch based upon the result.interfaceIPluginTriggerHandler<TData extends BaseTriggerProps>Mixin meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow trigger that executes some business logic.Classes in de.xima.fc.workflow.mixin that implement IPluginGenericCustomGUIModifier and TypeClassDescriptionclassAPluginActionNodeHandler<TData extends BaseActionProps>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.classAPluginConditionNodeHandler<TData extends BaseConditionProps>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a workflow condition that executes some business logic condition.classAPluginTriggerHandler<TData extends BaseTriggerProps>Abstract base class meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow action that executes some business logic.