Uses of Package
de.xima.fc.workflow.mixin
-
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 IBaseActionNode Node logic handler for actions with a properties model that inherit fromBaseActionProps
.IBuiltinNodeType Mixin for all built-in workflow node handlers.IMultipleCheckPropertiesNode Mixin for workflow nodes with props of typeBaseMultipleConditionProps
.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.IBaseDoUntilLoopClientHandlerNode Mixin for nodes that wish to register the default client-side do-until loop handlers.IBaseTrigger Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps
.IBaseWhileLoopClientHandlerNode Mixin for nodes that wish to register the default client-side while loop handlers.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.IPluginDoUntilLoopNodeHandler Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow do until loop that runs a test and executes the loop body for as long as the test holds true (= a do until loop).IPluginTriggerHandler Mixin meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow trigger that executes some business logic.IPluginWhileLoopNodeHandler Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow while loop that runs a test and executes the loop body for as long as the test holds true (= a while loop).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
.ISingleBaseDoUntilLoopNodePrototype A mixin for all nodes that areISingleNodePrototype
and additionally use a properties model that extends fromBaseDoUntilLoopProps
.ISingleBaseTriggerPrototype A mixin for all triggers that areISingleTriggerPrototype
and additionally use a properties model that extends fromBaseTriggerProps
.ISingleBaseWhileLoopNodePrototype A mixin for all nodes that areISingleNodePrototype
and additionally use a properties model that extends fromBaseWhileLoopProps
.ITriggerPropertyPluginBean Workaround for Java not having intersection types.IWorkflowLoopDataProviding Interface for instances that can provide or contain aINodeExecutionData
.