Uses of Interface
de.xima.fc.workflow.mixin.IBaseTrigger
Packages that use IBaseTrigger
-
Uses of IBaseTrigger in de.xima.fc.workflow.designer.registry.triggers
Classes in de.xima.fc.workflow.designer.registry.triggers that implement IBaseTriggerModifier and TypeClassDescriptionfinal classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_CATCH_ERROR.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_DOI_VERIFIED.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTON.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_INVITATION_ERROR.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_INVITATION_SENT.final classTheINodeHandlerfor nodes of typeEWorkflowTriggerType.FC_MANUAL.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_QUALIFIED_FORM_SUBMIT_BUTTON.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_STATE_TIMER.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_TIME_POINT. -
Uses of IBaseTrigger in de.xima.fc.workflow.mixin
Subinterfaces of IBaseTrigger in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterfaceIPluginTriggerHandler<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 IBaseTriggerModifier and TypeClassDescriptionclassAPluginTriggerHandler<TData extends BaseTriggerProps>Abstract base class meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow action that executes some business logic.