Uses of Interface
de.xima.fc.workflow.mixin.IPluginDoUntilLoopNodeHandler
-
Packages that use IPluginDoUntilLoopNodeHandler Package Description de.xima.fc.workflow.mixin -
-
Uses of IPluginDoUntilLoopNodeHandler in de.xima.fc.workflow.mixin
Classes in de.xima.fc.workflow.mixin that implement IPluginDoUntilLoopNodeHandler 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.
-