Interface IFormRecordMessageUploadRequestFulfilledEvent
- All Superinterfaces:
IFormRecordProvidingEvent, IProjectProvidingEvent, IWorkflowEventData, Serializable
Interface for the event when an
upload request was fulfilled by uploading an
attachment.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetChat()Gets the chat the message was posted to.Gets the message that was posted.Gets the upload request that was fulfilled.Methods inherited from interface IFormRecordProvidingEvent
getFormRecord, getFormRecordLockContext, isAnonymize, updateMethods inherited from interface IProjectProvidingEvent
getProject, updateMethods inherited from interface IWorkflowEventData
getClient, getClock, getDefaultSystemState, getLocale, getUser, getUserModel, getWorkflowExecutionPostProcessors
-
Method Details
-
getChat
-
getMessage
-
getUploadRequest
FormRecordMessageUploadRequest getUploadRequest()Gets the upload request that was fulfilled.- Returns:
- The upload request.
-