Uses of Interface
de.xima.fc.interfaces.workflow.execution.ITriggerDataDescriptor
Packages that use ITriggerDataDescriptor
Package
Description
-
Uses of ITriggerDataDescriptor in de.xima.fc.interfaces.workflow.mixin
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.interfaces.workflow.mixinModifier and TypeInterfaceDescriptioninterface
IBeanValidatingTrigger<TData>
Mixin that implementsIElementHandler.validateLocal(IElementLocalValidationParams)
by performing a bean validation on the trigger's properties model.interface
IOfficialHelpPageTrigger<TData>
Mixin for nodes that implementsIElementHandler.getHelpPageLocation(Locale)
by returning a link to the official help pages.interface
ISemverUpdatingTrigger<TData>
AISemverUpdating
forWorkflowTrigger
handlers.interface
ISingleTriggerPrototype<TData>
Mixin that implementsITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams)
for cases when a handler only wishes to provide a single prototype.interface
ISpecificTriggerListener<TData>
Mixin interface for triggers that are invoked only by an external event specifying the ID of the trigger. -
Uses of ITriggerDataDescriptor in de.xima.fc.interfaces.workflow.triggers
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.interfaces.workflow.triggersModifier and TypeInterfaceDescriptioninterface
ITriggerHandler<TData>
All trigger handlers must be thread-safe. -
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.designer.mixin
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.workflow.designer.mixinModifier and TypeInterfaceDescriptioninterface
ISingleBaseBuiltinTriggerPrototype<TData extends BaseTriggerProps>
Mixin that extendsISingleBaseTriggerPrototype
for built-in trigger types.interface
Mixin that extendsISingleTriggerPrototype
for built-in trigger types. -
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.designer.registry.triggers
Classes in de.xima.fc.workflow.designer.registry.triggers that implement ITriggerDataDescriptorModifier and TypeClassDescriptionfinal class
TheITriggerHandler
for nodes of typeEWorkflowTriggerType.FC_CATCH_ERROR
.final class
TheITriggerHandler
for nodes of typeEWorkflowTriggerType.FC_DOI_VERIFIED
.final class
TheITriggerHandler
for nodes of typeEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTON
.final class
TheITriggerHandler
for nodes of typeEWorkflowTriggerType.FC_INVITATION_ERROR
.final class
TheITriggerHandler
for nodes of typeEWorkflowTriggerType.FC_INVITATION_SENT
.final class
TheINodeHandler
for nodes of typeEWorkflowTriggerType.FC_MANUAL
.final class
TheITriggerHandler
for nodes of typeEWorkflowTriggerType.FC_QUALIFIED_FORM_SUBMIT_BUTTON
.final class
TheITriggerHandler
for nodes of typeEWorkflowTriggerType.FC_STATE_TIMER
.final class
TheITriggerHandler
for nodes of typeEWorkflowTriggerType.FC_TIME_POINT
. -
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.mixin
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterface
IBaseTrigger<TData extends BaseTriggerProps>
Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps
.interface
IBuiltinTriggerType<TData>
Mixin for all built-in workflow trigger handlers.interface
IDefaultClientHandlerTrigger<TData extends BaseTriggerProps>
Trigger handler for triggers that wish to register the default client-side handlers.interface
IPluginTriggerHandler<TData extends BaseTriggerProps>
Mixin meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow trigger that executes some business logic.interface
ISingleBaseTriggerPrototype<TData extends BaseTriggerProps>
A mixin for all triggers that areISingleTriggerPrototype
and additionally use a properties model that extends fromBaseTriggerProps
.Classes in de.xima.fc.workflow.mixin that implement ITriggerDataDescriptorModifier 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. -
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.retval.trigger
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.workflow.retval.triggerModifier and TypeInterfaceDescriptioninterface
The result descriptors for the data returned by theEWorkflowTriggerType.FC_CATCH_ERROR
action.interface
The result descriptors for the data returned by theEWorkflowTriggerType.FC_DOI_VERIFIED
action.interface
The result descriptors for the data returned by theEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTON
action.interface
The result descriptors for the data returned by theEWorkflowTriggerType.FC_INVITATION_ERROR
action.interface
The result descriptors for the data returned by theEWorkflowTriggerType.FC_INVITATION_SENT
action.interface
The result descriptors for the data returned by theEWorkflowTriggerType.FC_MANUAL
action.interface
The result descriptors for the data returned by theEWorkflowTriggerType.FC_QUALIFIED_FORM_SUBMIT_BUTTON
action.interface
The result descriptors for the data returned by theEWorkflowTriggerType.FC_STATE_TIMER
action.interface
The result descriptors for the data returned by theEWorkflowTriggerType.FC_TIME_POINT
action.