Uses of Package
de.xima.fc.workflow.mixin
-
Classes in de.xima.fc.workflow.mixin used by de.xima.fc.e2e.containerplugin.plugin Class Description APluginActionNodeHandler Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.IBaseActionClientHandlerNode Mixin for nodes that wish to register the default client-side action handlers.IBaseActionNode Node logic handler for actions with a properties model that inherit fromBaseActionProps
.IPluginActionNodeHandler Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.ISingleBaseActionNodePrototype A mixin for all nodes that areISingleNodePrototype
and additionally use a properties model that extends fromBaseActionProps
. -
Classes in de.xima.fc.workflow.mixin used by de.xima.fc.workflow.designer.mixin Class Description IBuiltinNodeType Mixin for all built-in workflow node handlers.IBuiltinTriggerType Mixin for all built-in workflow trigger handlers.ISingleBaseActionNodePrototype A mixin for all nodes that areISingleNodePrototype
and additionally use a properties model that extends fromBaseActionProps
.ISingleBaseTriggerPrototype A mixin for all triggers that areISingleTriggerPrototype
and additionally use a properties model that extends fromBaseTriggerProps
. -
Classes in de.xima.fc.workflow.mixin used by de.xima.fc.workflow.designer.registry.nodes Class Description IBaseActionClientHandlerNode Mixin for nodes that wish to register the default client-side action handlers.IBaseActionNode Node logic handler for actions with a properties model that inherit fromBaseActionProps
.IBuiltinNodeType Mixin for all built-in workflow node handlers.ISingleBaseActionNodePrototype A mixin for all nodes that areISingleNodePrototype
and additionally use a properties model that extends fromBaseActionProps
. -
Classes in de.xima.fc.workflow.mixin used by de.xima.fc.workflow.designer.registry.triggers Class Description IBaseTrigger Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps
.IBuiltinTriggerType Mixin for all built-in workflow trigger handlers.IDefaultClientHandlerTrigger Trigger handler for triggers that wish to register the default client-side handlers.ISingleBaseTriggerPrototype A mixin for all triggers that areISingleTriggerPrototype
and additionally use a properties model that extends fromBaseTriggerProps
. -
Classes in de.xima.fc.workflow.mixin used by de.xima.fc.workflow.mixin Class Description IBaseActionClientHandlerNode Mixin for nodes that wish to register the default client-side action handlers.IBaseActionNode Node logic handler for actions with a properties model that inherit fromBaseActionProps
.IBaseConditionClientHandlerNode Mixin for nodes that wish to register the default client-side condition handlers.IBaseTrigger Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps
.IDefaultClientHandlerTrigger Trigger handler for triggers that wish to register the default client-side handlers.INodePropertyPluginBean Workaround for Java not having intersection types.IPluginActionNodeHandler Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.IPluginConditionNodeHandler 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.IPluginTriggerHandler Mixin meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow trigger that executes some business logic.ISingleBaseActionNodePrototype A mixin for all nodes that areISingleNodePrototype
and additionally use a properties model that extends fromBaseActionProps
.ISingleBaseConditionNodePrototype A mixin for all nodes that areISingleNodePrototype
and additionally use a properties model that extends fromBaseConditionProps
.ISingleBaseTriggerPrototype A mixin for all triggers that areISingleTriggerPrototype
and additionally use a properties model that extends fromBaseTriggerProps
.ITriggerPropertyPluginBean Workaround for Java not having intersection types.