Uses of Interface
de.xima.fc.workflow.mixin.IBaseTrigger
-
Packages that use IBaseTrigger Package Description de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.mixin -
-
Uses of IBaseTrigger in de.xima.fc.workflow.designer.registry.triggers
-
Uses of IBaseTrigger in de.xima.fc.workflow.mixin
Subinterfaces of IBaseTrigger in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
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 IBaseTrigger Modifier and Type Class Description class
APluginTriggerHandler<TData extends BaseTriggerProps>
Abstract base class meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow action that executes some business logic.
-