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 classRedirectToClientInboxNodePluginPlugin for E2E tests that redirects to the inbox page containing the mails for the current client.classRedirectToFormRecordNodePluginPlugin 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 classFcChangeFormValueHandlerclassFcCopyFormRecordHandlerTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_COPY_FORM_RECORD.classFcCounterHandlerHandler for Node of typeEWorkflowNodeType.FC_COUNTERclassFcDeleteFormRecordHandlerTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_RETURN.classFcDoiInitHandlerclassFcLdapQueryHandlerTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_LDAP_QUERY.classFcRenewProcessIdHandlerTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_RENEW_PROCESS_ID.classFcReturnHandlerTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_RETURN.classFcSetSavedFlagHandlerHandler for the Workflow node action that sets the form record to savedclassFcSqlStatementHandlerTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SQL_STATEMENT.classFcWriteFormRecordAttrHandler -
Uses of IBaseActionClientHandlerNode in de.xima.fc.workflow.mixin
Subinterfaces of IBaseActionClientHandlerNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interfaceIDefaultClientHandlerNode<TData extends BaseActionProps>Deprecated.This was renamed.interfaceIPluginActionNodeHandler<TData extends BaseActionProps>Mixin meant forIPluginWorkflowNodeplugins 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 classAPluginActionNodeHandler<TData extends BaseActionProps>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.
-