Interface IFormRecordMessagePostedEvent
-
- All Superinterfaces:
IFormRecordProvidingEvent
,IProjectProvidingEvent
,IWorkflowEventData
,Serializable
public interface IFormRecordMessagePostedEvent extends IFormRecordProvidingEvent
Interface for the event when amessage
was posted to aform record chat
.- 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.-
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.
-
-