Package de.xima.fc.interfaces.workflow.event
package de.xima.fc.interfaces.workflow.event
-
InterfacesClassDescriptionInterface for the event when an initialized double opt-in process (see
EWorkflowNodeType.FC_DOI_INIT
) has been confirmed.Interface forIWorkflowEventData
that containsIFormDataAdapter
.Interface forIWorkflowEventData
that belong to a form record, such a when a form is submitted, or when the activeWorkflowState
of a form record changes.Interface for the event when a form was submitted via an HTTP request.Details on an HTTP request that is serializable and can be transferred between servers.Interface forIWorkflowEventData
that are triggered in the context of an HTTP request.Interface for the event when an error occurred while trying to send an invitation to a form record.Interface for the event when a form record invitation has been sent successfully.The baseIWorkflowEventData
for all event belonging to a project (but not a form record), such as when the form is opened for the first time.Interface forIWorkflowEventData
that are triggered and target a specific trigger.ITriggerAppliesToEventParams<TData>Represents the parameters forITriggerHandler.isAppliesToEvent(ITriggerAppliesToEventParams)
.Represents the parameters forITriggerHandler.getFilterCriteriaForEvent(ITriggerFilterCriteriaForEventParams)
.Represents the parameters forITriggerHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams)
.Represents the event data of an error event that is triggered when an unhandled exception occurred during workflow execution.Base interface for all workflow events for the new workflow engine.Interface forIWorkflowEventData
that contains anIXForm
.Interface forIWorkflowEventData
that contains anIXFormRenderConfig
.