Uses of Interface
de.xima.fc.plugin.config.IPluginGenericCustomGUI
Packages that use IPluginGenericCustomGUI
Package
Description
-
Uses of IPluginGenericCustomGUI in de.xima.fc.gui.common.plugingui
Methods in de.xima.fc.gui.common.plugingui with type parameters of type IPluginGenericCustomGUIModifier 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 & 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 & 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 & IPluginGenericCustomGUI<Bean>>
PluginBeanHelper<Bean, Plugin> PluginBeanHelper.forCurrentViewScope(Plugin 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.prompt.plugin
Classes in de.xima.fc.prompt.plugin that implement IPluginGenericCustomGUIModifier and TypeClassDescriptionfinal classDefault implementation ofIPluginGenericCustomGUIthat uses theXHTMLandmain bean classof the prompt service handler; and allows for additional unmanaged beans to be specified.final classDefaultPromptQueryCustomGUI<Model>Default implementation ofIPluginGenericCustomGUIthat uses theXHTMLandmain bean classof the prompt service handler; and allows for additional unmanaged beans to be specified.Methods in de.xima.fc.prompt.plugin that return IPluginGenericCustomGUIModifier and TypeMethodDescriptiondefault IPluginGenericCustomGUI<? extends IPluginPromptConnectionBean> IPluginPromptService.getPromptConnectionCustomGUI()Gets the custom GUI for managing prompt connections.The default implementation just delegates to theXHTMLandmain beanclass of theIPromptServiceHandler.default IPluginGenericCustomGUI<? extends IPluginPromptQueryBean> IPluginPromptService.getPromptQueryCustomGUI()Gets the custom GUI for managing prompt queries. -
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 consequent ("if") or alternate ("else") branch based upon the result.interfaceIPluginDoUntilLoopNodeHandler<TData extends BaseDoUntilLoopProps, TState extends IWorkflowLoopDataProviding>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow do until loop that runs a test and executes the loop body for as long as the test holds true (= a do until loop).interfaceIPluginTriggerHandler<TData extends BaseTriggerProps>Mixin meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow trigger that executes some business logic.interfaceIPluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps, TState extends IWorkflowLoopDataProviding>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow while loop that runs a test and executes the loop body for as long as the test holds true (= a while loop).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.classAPluginDoUntilLoopNodeHandler<TData extends BaseDoUntilLoopProps, TState extends IWorkflowLoopDataProviding>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a do-until loop with a custom test.classAPluginTriggerHandler<TData extends BaseTriggerProps>Abstract base class meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow action that executes some business logic.classAPluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps, TState extends IWorkflowLoopDataProviding>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a while loop with a custom test.