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
ISingleNodePrototypeand additionally use a properties model that extends fromBaseActionProps.A mixin for all triggers that areISingleTriggerPrototypeand additionally use a properties model that extends fromBaseTriggerProps. -
Classes in de.xima.fc.workflow.mixin used by de.xima.fc.workflow.designer.registry.nodesClassDescriptionNode logic handler for actions with a properties model that inherit from
BaseActionProps.Mixin for all built-in workflow node handlers.Mixin for workflow nodes with props of typeBaseMultipleConditionProps.A mixin for all nodes that areISingleNodePrototypeand 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.A mixin for all triggers that areISingleTriggerPrototypeand 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.Mixin for nodes that wish to register the default client-side do-until loop handlers.Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps.Mixin for nodes that wish to register the default client-side while loop handlers.Trigger handler for triggers that wish to register the default client-side handlers.Workaround for Java not having intersection types.Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow condition that checks a condition and redirects to the consequent ("if") or alternate ("else") branch based upon the result.Mixin meant forIPluginWorkflowNodeplugins 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).Mixin meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow trigger that executes some business logic.Mixin meant forIPluginWorkflowNodeplugins 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).A mixin for all nodes that areISingleNodePrototypeand additionally use a properties model that extends fromBaseActionProps.A mixin for all nodes that areISingleNodePrototypeand additionally use a properties model that extends fromBaseConditionProps.A mixin for all nodes that areISingleNodePrototypeand additionally use a properties model that extends fromBaseDoUntilLoopProps.A mixin for all triggers that areISingleTriggerPrototypeand additionally use a properties model that extends fromBaseTriggerProps.A mixin for all nodes that areISingleNodePrototypeand additionally use a properties model that extends fromBaseWhileLoopProps.Workaround for Java not having intersection types.Interface for instances that can provide or contain aINodeExecutionData.