Uses of Interface
de.xima.fc.plugin.interfaces.workflow.IPluginWorkflowNode
Packages that use IPluginWorkflowNode
- 
Uses of IPluginWorkflowNode in de.xima.fc.workflow.mixin
Subinterfaces of IPluginWorkflowNode in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterfaceIPluginActionNodeHandler<TData extends BaseActionProps>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.interfaceIPluginConditionNodeHandler<TData extends BaseConditionProps>Mixin meant forIPluginWorkflowNodeplugins 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 IPluginWorkflowNodeModifier and TypeClassDescriptionclassAPluginActionNodeHandler<TData extends BaseActionProps>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.classAPluginConditionNodeHandler<TData extends BaseConditionProps>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a workflow condition that executes some business logic condition.