Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IExecutingLikeBinarySelectionNode
-
Packages that use IExecutingLikeBinarySelectionNode Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.mixin -
-
Uses of IExecutingLikeBinarySelectionNode in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement IExecutingLikeBinarySelectionNode Modifier and Type Class Description classFcMultipleConditionHandlerTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION. -
Uses of IExecutingLikeBinarySelectionNode in de.xima.fc.workflow.mixin
Subinterfaces of IExecutingLikeBinarySelectionNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interfaceIPluginConditionNodeHandler<TData extends BaseConditionProps>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.Classes in de.xima.fc.workflow.mixin that implement IExecutingLikeBinarySelectionNode Modifier and Type Class Description classAPluginConditionNodeHandler<TData extends BaseConditionProps>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a workflow condition that executes some business logic condition.
-