Uses of Interface
de.xima.fc.workflow.mixin.IPluginActionNodeHandler
- 
Packages that use IPluginActionNodeHandler Package Description de.xima.fc.e2e.containerplugin.plugin de.xima.fc.workflow.mixin  - 
- 
Uses of IPluginActionNodeHandler in de.xima.fc.e2e.containerplugin.plugin
Classes in de.xima.fc.e2e.containerplugin.plugin that implement IPluginActionNodeHandler 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 IPluginActionNodeHandler in de.xima.fc.workflow.mixin
Classes in de.xima.fc.workflow.mixin that implement IPluginActionNodeHandler 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. 
 -