Uses of Package
de.xima.fc.workflow.mixin
Packages that use de.xima.fc.workflow.mixin
Package
Description
-
Classes in de.xima.fc.workflow.mixin used by de.xima.fc.workflow.designer.mixinClassDescriptionMixin for all built-in workflow node handlers.Mixin for all built-in workflow trigger handlers.A mixin for all nodes that are
ISingleNodePrototype
and additionally use a properties model that extends fromBaseActionProps
.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.nodesClassDescriptionMixin for nodes that wish to register the default client-side action handlers.Node logic handler for actions with a properties model that inherit from
BaseActionProps
.Mixin for all built-in workflow node handlers.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.triggersClassDescriptionTrigger handler for triggers with a properties model that inherit from
BaseTriggerProps
.Mixin for all built-in workflow trigger handlers.Trigger handler for triggers that wish to register the default client-side handlers.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.mixinClassDescriptionMixin for nodes that wish to register the default client-side action handlers.Node logic handler for actions with a properties model that inherit from
BaseActionProps
.Mixin for nodes that wish to register the default client-side condition handlers.Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps
.Trigger handler for triggers that wish to register the default client-side handlers.Workaround for Java not having intersection types.Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.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.Mixin meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow trigger that executes some business logic.A mixin for all nodes that areISingleNodePrototype
and additionally use a properties model that extends fromBaseActionProps
.A mixin for all nodes that areISingleNodePrototype
and additionally use a properties model that extends fromBaseConditionProps
.A mixin for all triggers that areISingleTriggerPrototype
and additionally use a properties model that extends fromBaseTriggerProps
.Workaround for Java not having intersection types.