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.IDefaultClientHandlerNode Node handler for nodes that wish to register the default client-side 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 IBaseActionNode Node logic handler for actions with a properties model that inherit fromBaseActionProps
.IBaseTrigger Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps
.IDefaultClientHandlerNode Node handler for nodes that wish to register the default client-side 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.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
.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.