Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IHierarchyValidatingNode
-
Packages that use IHierarchyValidatingNode Package Description de.xima.fc.e2e.containerplugin.plugin de.xima.fc.interfaces.workflow.mixin de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.mixin -
-
Uses of IHierarchyValidatingNode in de.xima.fc.e2e.containerplugin.plugin
Classes in de.xima.fc.e2e.containerplugin.plugin that implement IHierarchyValidatingNode 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 IHierarchyValidatingNode in de.xima.fc.interfaces.workflow.mixin
Subinterfaces of IHierarchyValidatingNode in de.xima.fc.interfaces.workflow.mixin Modifier and Type Interface Description interface
IBeanValidatingNode<TData>
Mixin that implementsIElementHandler.validateLocal(IElementLocalValidationParams)
by performing a bean validation on the node's properties model. -
Uses of IHierarchyValidatingNode in de.xima.fc.workflow.designer.registry.nodes
-
Uses of IHierarchyValidatingNode in de.xima.fc.workflow.mixin
Subinterfaces of IHierarchyValidatingNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
IBaseActionNode<TData extends BaseActionProps>
Node logic handler for actions with a properties model that inherit fromBaseActionProps
.interface
IPluginActionNodeHandler<TData extends BaseActionProps>
Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.interface
IPluginConditionNodeHandler<TData extends BaseConditionProps>
Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow condition that checks a condition and redirects to the if or else branch based upon the result.Classes in de.xima.fc.workflow.mixin that implement IHierarchyValidatingNode 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.class
APluginConditionNodeHandler<TData extends BaseConditionProps>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a workflow condition that executes some business logic condition.
-