Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IExecutingLikePostTestLoopNode
-
Packages that use IExecutingLikePostTestLoopNode Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.mixin -
-
Uses of IExecutingLikePostTestLoopNode in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement IExecutingLikePostTestLoopNode Modifier and Type Class Description class
FcDoUntilLoopHandler
TheINodeHandler
for nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP
. -
Uses of IExecutingLikePostTestLoopNode in de.xima.fc.workflow.mixin
Subinterfaces of IExecutingLikePostTestLoopNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
IPluginDoUntilLoopNodeHandler<TData extends BaseDoUntilLoopProps,TState extends IWorkflowLoopDataProviding>
Mixin meant forIPluginWorkflowNode
plugins 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).Classes in de.xima.fc.workflow.mixin that implement IExecutingLikePostTestLoopNode Modifier and Type Class Description class
APluginDoUntilLoopNodeHandler<TData extends BaseDoUntilLoopProps,TState extends IWorkflowLoopDataProviding>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a do-until loop with a custom test.
-