Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IExecutingLikeBinarySelectionNode
Packages that use IExecutingLikeBinarySelectionNode
-
Uses of IExecutingLikeBinarySelectionNode in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement IExecutingLikeBinarySelectionNodeModifier and TypeClassDescriptionfinal class
TheINodeHandler
for nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION
. -
Uses of IExecutingLikeBinarySelectionNode in de.xima.fc.workflow.mixin
Subinterfaces of IExecutingLikeBinarySelectionNode in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterface
IPluginConditionNodeHandler<TData extends BaseConditionProps>
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.Classes in de.xima.fc.workflow.mixin that implement IExecutingLikeBinarySelectionNodeModifier and TypeClassDescriptionclass
APluginConditionNodeHandler<TData extends BaseConditionProps>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a workflow condition that executes some business logic condition.