Uses of Interface
de.xima.fc.interfaces.workflow.event.IProjectProvidingEvent
-
Packages that use IProjectProvidingEvent Package Description de.xima.fc.interfaces.workflow.event de.xima.fc.workflow.event -
-
Uses of IProjectProvidingEvent in de.xima.fc.interfaces.workflow.event
Subinterfaces of IProjectProvidingEvent in de.xima.fc.interfaces.workflow.event Modifier and Type Interface Description interface
IDoiVerifiedEventData
Interface for the event when an initialized double opt-in process (seeEWorkflowNodeType.FC_DOI_INIT
) has been confirmed.interface
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.interface
IFormSubmissionEvent
Interface for the event when a form was submitted via an HTTP request.interface
IInvitationErrorEventData
Interface for the event when an error occurred while trying to send an invitation to a form record.interface
IInvitationSentEventData
Interface for the event when a form record invitation has been sent successfully.interface
IUnhandledExceptionEventData
Represents the event data of an error event that is triggered when an unhandled exception occurred during workflow execution. -
Uses of IProjectProvidingEvent in de.xima.fc.workflow.event
Classes in de.xima.fc.workflow.event that implement IProjectProvidingEvent Modifier and Type Class Description class
AFormRecordEventData
POJO base class implementing the methods ofIFormRecordProvidingEvent
.class
AProjectEventData
Base POJO class implementing the methods ofIProjectProvidingEvent
.
-