Interface IProjectProvidingEvent
- All Superinterfaces:
IWorkflowEventData
,Serializable
- All Known Subinterfaces:
IDoiVerifiedEventData
,IFormRecordProvidingEvent
,IFormSubmissionEvent
,IInvitationErrorEventData
,IInvitationSentEventData
,IUnhandledExceptionEventData
- All Known Implementing Classes:
AFormRecordEventData
,AProjectEventData
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 Summary
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IWorkflowEventData
getClient, getClock, getDefaultSystemState, getLocale, getUser, getUserModel, getWorkflowExecutionPostProcessors
-
Method Details
-
getProject
Projekt getProject()- Returns:
- The project of the event. Only triggers belonging to the
Projekt.getActiveWorkflowVersion()
are fired.
-
update
- Parameters:
project
- Updates the project. This will always be the same project, but may reflect a new state in the database.
-