Uses of Interface
de.xima.fc.plugin.interfaces.workflow.IPluginWorkflowNode
- 
Packages that use IPluginWorkflowNode Package Description de.xima.fc.workflow.mixin  - 
- 
Uses of IPluginWorkflowNode in de.xima.fc.workflow.mixin
Subinterfaces of IPluginWorkflowNode in de.xima.fc.workflow.mixin Modifier and Type Interface Description interfaceIPluginActionNodeHandler<TData extends BaseActionProps>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.Classes in de.xima.fc.workflow.mixin that implement IPluginWorkflowNode Modifier and Type Class Description classAPluginActionNodeHandler<TData extends BaseActionProps>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic. 
 -