Interface IProjectProvidingEvent

All Superinterfaces:
IWorkflowEventData, Serializable
All Known Subinterfaces:
IDoiVerifiedEventData, IFormRecordProvidingEvent, IFormSubmissionEvent, IInvitationErrorEventData, IInvitationSentEventData, IUnhandledExceptionEventData
All Known Implementing Classes:
AFormRecordEventData, AProjectEventData

public interface IProjectProvidingEvent extends IWorkflowEventData
The base IWorkflowEventData for all event belonging to a project (but not a form record), such as when the form is opened for the first time.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Method Details

    • getProject

      Projekt getProject()
      Returns:
      The project of the event. Only triggers belonging to the Projekt.getActiveWorkflowVersion() are fired.
    • update

      void update(Projekt project)
      Parameters:
      project - Updates the project. This will always be the same project, but may reflect a new state in the database.