Uses of Interface
de.xima.fc.workflow.mixin.IBaseActionClientHandlerNode
-
Packages that use IBaseActionClientHandlerNode Package Description de.xima.fc.workflow.mixin -
-
Uses of IBaseActionClientHandlerNode in de.xima.fc.workflow.mixin
Subinterfaces of IBaseActionClientHandlerNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
IDefaultClientHandlerNode<TData extends BaseActionProps>
Deprecated.This was renamed.interface
IPluginActionNodeHandler<TData extends BaseActionProps>
Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.Classes in de.xima.fc.workflow.mixin that implement IBaseActionClientHandlerNode Modifier and Type Class Description class
APluginActionNodeHandler<TData extends BaseActionProps>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.
-