Uses of Interface
de.xima.fc.workflow.mixin.IBaseConditionClientHandlerNode
-
Packages that use IBaseConditionClientHandlerNode Package Description de.xima.fc.workflow.mixin -
-
Uses of IBaseConditionClientHandlerNode in de.xima.fc.workflow.mixin
Subinterfaces of IBaseConditionClientHandlerNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
IPluginConditionNodeHandler<TData extends BaseConditionProps>
Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow condition that checks a condition and redirects to the if or else branch based upon the result.Classes in de.xima.fc.workflow.mixin that implement IBaseConditionClientHandlerNode Modifier and Type Class Description class
APluginConditionNodeHandler<TData extends BaseConditionProps>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a workflow condition that executes some business logic condition.
-