Uses of Interface
de.xima.fc.workflow.mixin.IBaseDoUntilLoopClientHandlerNode
-
Packages that use IBaseDoUntilLoopClientHandlerNode Package Description de.xima.fc.workflow.mixin -
-
Uses of IBaseDoUntilLoopClientHandlerNode in de.xima.fc.workflow.mixin
Subinterfaces of IBaseDoUntilLoopClientHandlerNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interfaceIPluginDoUntilLoopNodeHandler<TData extends BaseDoUntilLoopProps,TState extends IWorkflowLoopDataProviding>Mixin meant forIPluginWorkflowNodeplugins 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 IBaseDoUntilLoopClientHandlerNode Modifier and Type Class Description classAPluginDoUntilLoopNodeHandler<TData extends BaseDoUntilLoopProps,TState extends IWorkflowLoopDataProviding>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a do-until loop with a custom test.
-