Interface IFormRecordMessagePostedEvent
- 
- All Superinterfaces:
 IFormRecordProvidingEvent,IProjectProvidingEvent,IWorkflowEventData,Serializable
public interface IFormRecordMessagePostedEvent extends IFormRecordProvidingEvent
Interface for the event when amessagewas 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 FormRecordChatgetChat()Gets the chat the message was posted to.FormRecordMessagegetMessage()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.
 
 
 - 
 
 -