Uses of Interface
de.xima.fc.plugin.interfaces.workflow.IPluginWorkflowTrigger
Packages that use IPluginWorkflowTrigger
-
Uses of IPluginWorkflowTrigger in de.xima.fc.workflow.mixin
Subinterfaces of IPluginWorkflowTrigger in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterface
IPluginTriggerHandler<TData extends BaseTriggerProps>
Mixin meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow trigger that executes some business logic.Classes in de.xima.fc.workflow.mixin that implement IPluginWorkflowTriggerModifier and TypeClassDescriptionclass
APluginTriggerHandler<TData extends BaseTriggerProps>
Abstract base class meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow action that executes some business logic.