Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IExecutingLikePreTestLoopNode
-
Packages that use IExecutingLikePreTestLoopNode Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.mixin -
-
Uses of IExecutingLikePreTestLoopNode in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement IExecutingLikePreTestLoopNode Modifier and Type Class Description class
FcForEachLoopHandler
TheINodeHandler
for nodes of typeEWorkflowNodeType.FC_FOR_EACH_LOOP
.class
FcWhileLoopHandler
TheINodeHandler
for nodes of typeEWorkflowNodeType.FC_WHILE_LOOP
. -
Uses of IExecutingLikePreTestLoopNode in de.xima.fc.workflow.mixin
Subinterfaces of IExecutingLikePreTestLoopNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
IPluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps,TState extends IWorkflowLoopDataProviding>
Mixin meant forIPluginWorkflowNode
plugins 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).Classes in de.xima.fc.workflow.mixin that implement IExecutingLikePreTestLoopNode Modifier and Type Class Description class
APluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps,TState extends IWorkflowLoopDataProviding>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a while loop with a custom test.
-