Package de.xima.fc.interfaces.workflow.event
-
Interface Summary Interface Description IDoiVerifiedEventData Interface for the event when an initialized double opt-in process (seeEWorkflowNodeType.FC_DOI_INIT
) has been confirmed.IFcUserInvocationEvent Interface forevents
that trigger aFC_USER_INVOCATION
trigger.IFormDataAdapterProvidingEvent Interface forIWorkflowEventData
that containsIFormDataAdapter
.IFormRecordMessagePostedEvent Interface for the event when amessage
was posted to aform record chat
.IFormRecordMessageUploadRequestFulfilledEvent Interface for the event when anupload request
was fulfilled by uploading anattachment
.IFormRecordProvidingEvent Interface forIWorkflowEventData
that belong to a form record, such a when a form is submitted, or when the activeWorkflowState
of a form record changes.IFormSubmissionEvent Interface for the event when a form was submitted via an HTTP request.IHttpContextData Details on an HTTP request that is serializable and can be transferred between servers.IHttpContextProvidingEvent Interface forIWorkflowEventData
that are triggered in the context of an HTTP request.IInvitationErrorEventData Interface for the event when an error occurred while trying to send an invitation to a form record.IInvitationSentEventData Interface for the event when a form record invitation has been sent successfully.IProjectProvidingEvent 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.ISpecificTriggerProvidingEvent Interface forIWorkflowEventData
that are triggered and target a specific trigger.ITriggerAppliesToEventParams<TData> Represents the parameters forITriggerHandler.isAppliesToEvent(ITriggerAppliesToEventParams)
.ITriggerFilterCriteriaForEventParams Represents the parameters forITriggerHandler.getFilterCriteriaForEvent(ITriggerFilterCriteriaForEventParams)
.ITriggerPreconditionSatisfiedParams<TData> Represents the parameters forITriggerHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams)
.IUnhandledExceptionEventData Represents the event data of an error event that is triggered when an unhandled exception occurred during workflow execution.IWorkflowEventData Base interface for all workflow events for the new workflow engine.IXFormProvidingEvent Interface forIWorkflowEventData
that contains anIXForm
.IXFormRenderConfigProvidingEvent Interface forIWorkflowEventData
that contains anIXFormRenderConfig
.