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 TypeInterfaceDescriptioninterfaceIBeanValidatingTrigger<TData>Mixin that implementsIElementHandler.validateLocal(IElementLocalValidationParams)by performing a bean validation on the trigger's properties model.interfaceIOfficialHelpPageTrigger<TData>Mixin for nodes that implementsIElementHandler.getHelpPageLocation(Locale)by returning a link to the official help pages.interfaceISemverUpdatingTrigger<TData>AISemverUpdatingforWorkflowTriggerhandlers.interfaceISingleTriggerPrototype<TData>Mixin that implementsITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams)for cases when a handler only wishes to provide a single prototype.interfaceISpecificTriggerListener<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 TypeInterfaceDescriptioninterfaceITriggerHandler<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 TypeInterfaceDescriptioninterfaceISingleBaseBuiltinTriggerPrototype<TData extends BaseTriggerProps>Mixin that extendsISingleBaseTriggerPrototypefor built-in trigger types.interfaceMixin that extendsISingleTriggerPrototypefor 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 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 ITriggerDataDescriptor in de.xima.fc.workflow.mixin
Subinterfaces of ITriggerDataDescriptor in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterfaceIBaseTrigger<TData extends BaseTriggerProps>Trigger handler for triggers with a properties model that inherit fromBaseTriggerProps.interfaceIBuiltinTriggerType<TData>Mixin for all built-in workflow trigger handlers.interfaceIDefaultClientHandlerTrigger<TData extends BaseTriggerProps>Trigger handler for triggers that wish to register the default client-side handlers.interfaceIPluginTriggerHandler<TData extends BaseTriggerProps>Mixin meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow trigger that executes some business logic.interfaceISingleBaseTriggerPrototype<TData extends BaseTriggerProps>A mixin for all triggers that areISingleTriggerPrototypeand additionally use a properties model that extends fromBaseTriggerProps.Classes in de.xima.fc.workflow.mixin that implement ITriggerDataDescriptorModifier and TypeClassDescriptionclassAPluginTriggerHandler<TData extends BaseTriggerProps>Abstract base class meant forIPluginWorkflowTriggerplugins 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 TypeInterfaceDescriptioninterfaceThe result descriptors for the data returned by theEWorkflowTriggerType.FC_CATCH_ERRORaction.interfaceThe result descriptors for the data returned by theEWorkflowTriggerType.FC_DOI_VERIFIEDaction.interfaceThe result descriptors for the data returned by theEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTONaction.interfaceThe result descriptors for the data returned by theEWorkflowTriggerType.FC_INVITATION_ERRORaction.interfaceThe result descriptors for the data returned by theEWorkflowTriggerType.FC_INVITATION_SENTaction.interfaceThe result descriptors for the data returned by theEWorkflowTriggerType.FC_MANUALaction.interfaceThe result descriptors for the data returned by theEWorkflowTriggerType.FC_QUALIFIED_FORM_SUBMIT_BUTTONaction.interfaceThe result descriptors for the data returned by theEWorkflowTriggerType.FC_STATE_TIMERaction.interfaceThe result descriptors for the data returned by theEWorkflowTriggerType.FC_TIME_POINTaction.