Uses of Interface
de.xima.fc.interfaces.workflow.execution.ITriggerDataDescriptor
-
Packages that use ITriggerDataDescriptor Package Description de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.interfaces.workflow.triggers de.xima.fc.workflow.designer.mixin de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.mixin de.xima.fc.workflow.retval.trigger -
-
Uses of ITriggerDataDescriptor in de.xima.fc.interfaces.workflow.mixin
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.interfaces.workflow.mixin Modifier and Type Interface Description interface
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.triggers Modifier and Type Interface Description interface
ITriggerHandler<Model>
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.mixin Modifier and Type Interface Description interface
ISingleBaseBuiltinTriggerPrototype<TData extends BaseTriggerProps>
Mixin that extendsISingleBaseTriggerPrototype
for built-in trigger types.interface
ISingleBuiltinTriggerPrototype<TData>
Mixin that extendsISingleTriggerPrototype
for built-in trigger types. -
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.designer.registry.triggers
-
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.mixin
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
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 ITriggerDataDescriptor 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. -
Uses of ITriggerDataDescriptor in de.xima.fc.workflow.retval.trigger
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.workflow.retval.trigger Modifier and Type Interface Description interface
IFcCatchErrorDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_CATCH_ERROR
action.interface
IFcDoiVerifiedDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_DOI_VERIFIED
action.interface
IFcFormRecordMessagePostedDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_POSTED
event.interface
IFcFormRecordMessageUploadRequestFulfilledDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_POSTED
event.interface
IFcFormSubmitButtonDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTON
action.interface
IFcInvitationErrorDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_INVITATION_ERROR
action.interface
IFcInvitationSentDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_INVITATION_SENT
action.interface
IFcManualDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_MANUAL
action.interface
IFcQualifiedFormSubmitButtonDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_QUALIFIED_FORM_SUBMIT_BUTTON
action.interface
IFcStateTimerDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_STATE_TIMER
action.interface
IFcTimePointDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_TIME_POINT
action.interface
IFcUserInvocationDescriptors
The result descriptors for the data returned by theEWorkflowTriggerType.FC_USER_INVOCATION
event.
-