Uses of Interface
de.xima.fc.workflow.mixin.IBaseActionClientHandlerNode
-
Packages that use IBaseActionClientHandlerNode Package Description de.xima.fc.e2e.containerplugin.plugin de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.mixin -
-
Uses of IBaseActionClientHandlerNode in de.xima.fc.e2e.containerplugin.plugin
Classes in de.xima.fc.e2e.containerplugin.plugin that implement IBaseActionClientHandlerNode Modifier and Type Class Description class
RedirectToClientInboxNodePlugin
Plugin for E2E tests that redirects to the inbox page containing the mails for the current client.class
RedirectToFormRecordNodePlugin
Plugin for integration tests that redirects to the portal page that displays various details of the current form record. -
Uses of IBaseActionClientHandlerNode in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement IBaseActionClientHandlerNode Modifier and Type Class Description class
FcChangeFormValueHandler
class
FcCopyFormRecordHandler
TheINodeHandler
for nodes of typeEWorkflowNodeType.FC_COPY_FORM_RECORD
.class
FcCounterHandler
Handler for Node of typeEWorkflowNodeType.FC_COUNTER
class
FcDeleteFormRecordHandler
TheINodeHandler
for nodes of typeEWorkflowNodeType.FC_RETURN
.class
FcDoiInitHandler
class
FcLdapQueryHandler
TheINodeHandler
for nodes of typeEWorkflowNodeType.FC_LDAP_QUERY
.class
FcRenewProcessIdHandler
TheINodeHandler
for nodes of typeEWorkflowNodeType.FC_RENEW_PROCESS_ID
.class
FcReturnHandler
TheINodeHandler
for nodes of typeEWorkflowNodeType.FC_RETURN
.class
FcSetSavedFlagHandler
Handler for the Workflow node action that sets the form record to savedclass
FcSqlStatementHandler
TheINodeHandler
for nodes of typeEWorkflowNodeType.FC_SQL_STATEMENT
.class
FcWriteFormRecordAttrHandler
-
Uses of IBaseActionClientHandlerNode in de.xima.fc.workflow.mixin
Subinterfaces of IBaseActionClientHandlerNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
IDefaultClientHandlerNode<TData extends BaseActionProps>
Deprecated.This was renamed.interface
IPluginActionNodeHandler<TData extends BaseActionProps>
Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.Classes in de.xima.fc.workflow.mixin that implement IBaseActionClientHandlerNode Modifier and Type Class Description class
APluginActionNodeHandler<TData extends BaseActionProps>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.
-