Uses of Interface
de.xima.fc.workflow.mixin.IBaseWhileLoopClientHandlerNode
-
Packages that use IBaseWhileLoopClientHandlerNode Package Description de.xima.fc.workflow.mixin -
-
Uses of IBaseWhileLoopClientHandlerNode in de.xima.fc.workflow.mixin
Subinterfaces of IBaseWhileLoopClientHandlerNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interfaceIPluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps,TState extends IWorkflowLoopDataProviding>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).Classes in de.xima.fc.workflow.mixin that implement IBaseWhileLoopClientHandlerNode Modifier and Type Class Description classAPluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps,TState extends IWorkflowLoopDataProviding>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a while loop with a custom test.
-