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