Interface IFormRecordMessageUploadRequestFulfilledEvent
-
- All Superinterfaces:
IFormRecordProvidingEvent
,IProjectProvidingEvent
,IWorkflowEventData
,Serializable
public interface IFormRecordMessageUploadRequestFulfilledEvent extends IFormRecordProvidingEvent
Interface for the event when anupload request
was fulfilled by uploading anattachment
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormRecordChat
getChat()
Gets the chat the message was posted to.FormRecordMessage
getMessage()
Gets the message that was posted.FormRecordMessageUploadRequest
getUploadRequest()
Gets the upload request that was fulfilled.-
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IFormRecordProvidingEvent
getFormRecord, getFormRecordLockContext, isAnonymize, update
-
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IProjectProvidingEvent
getProject, update
-
Methods inherited from interface de.xima.fc.interfaces.workflow.event.IWorkflowEventData
getClient, getClock, getDefaultSystemState, getLocale, getUser, getUserModel, getWorkflowExecutionPostProcessors
-
-
-
-
Method Detail
-
getChat
FormRecordChat getChat()
Gets the chat the message was posted to.- Returns:
- The chat.
-
getMessage
FormRecordMessage getMessage()
Gets the message that was posted.- Returns:
- The posted message.
-
getUploadRequest
FormRecordMessageUploadRequest getUploadRequest()
Gets the upload request that was fulfilled.- Returns:
- The upload request.
-
-