public class MessageAuditEntityImpl extends AbstractEngageEngineEntity implements MessageAuditEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversationId |
protected Date |
creationTime |
protected String |
creatorId |
protected String |
mainContent |
protected String |
mainContentType |
protected String |
mediaContentId |
protected String |
messageId |
protected String |
modifierId |
protected Date |
modifyTime |
| Constructor and Description |
|---|
MessageAuditEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversationId()
The id of the conversation that this media audit belongs to
|
Date |
getCreationTime()
The creation time of this version of the message.
|
String |
getCreatorId()
The id of the user that created this version of the message.
|
String |
getMainContent()
The main content of the audit.
|
String |
getMainContentType()
The main content type of the audit.
|
String |
getMediaContentId()
The id of the media content in this audit.
|
String |
getMessageId()
The message id that this audit belongs to
|
String |
getModifierId()
The id of the user that did the modification
|
Date |
getModifyTime()
The time of the modification.
|
Object |
getPersistentState() |
void |
setConversationId(String conversationId) |
void |
setCreationTime(Date creationTime) |
void |
setCreatorId(String creatorId) |
void |
setMainContent(String mainContent) |
void |
setMainContentType(String mainContentType) |
void |
setMediaContentId(String mediaContentId) |
void |
setMessageId(String messageId) |
void |
setModifierId(String modifierId) |
void |
setModifyTime(Date modifyTime) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdprotected String messageId
protected String mediaContentId
protected String conversationId
protected String mainContent
protected String mainContentType
protected Date creationTime
protected String creatorId
protected Date modifyTime
protected String modifierId
public String getMessageId()
MessageAuditgetMessageId in interface MessageAuditpublic void setMessageId(String messageId)
setMessageId in interface MessageAuditEntitypublic String getMediaContentId()
MessageAuditgetMediaContentId in interface MessageAuditpublic void setMediaContentId(String mediaContentId)
setMediaContentId in interface MessageAuditEntitypublic String getConversationId()
MessageAuditgetConversationId in interface MessageAuditpublic void setConversationId(String conversationId)
setConversationId in interface MessageAuditEntitypublic String getMainContent()
MessageAuditgetMainContent in interface MessageAuditpublic void setMainContent(String mainContent)
setMainContent in interface MessageAuditEntitypublic String getMainContentType()
MessageAuditgetMainContentType in interface MessageAuditpublic void setMainContentType(String mainContentType)
setMainContentType in interface MessageAuditEntitypublic Date getCreationTime()
MessageAuditMessage or
the update time of a Message if the message is being changed multiple times.
e.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId() will have User 3
getCreationTime in interface MessageAuditpublic void setCreationTime(Date creationTime)
setCreationTime in interface MessageAuditEntitypublic String getCreatorId()
MessageAuditMessage or
the updater of a Message if the message is being changed multiple times
e.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId() will have User 3
getCreatorId in interface MessageAuditpublic void setCreatorId(String creatorId)
setCreatorId in interface MessageAuditEntitypublic Date getModifyTime()
MessageAudite.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId() will have User 3
getModifyTime in interface MessageAuditpublic void setModifyTime(Date modifyTime)
setModifyTime in interface MessageAuditEntitypublic String getModifierId()
MessageAudite.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId() will have User 3
getModifierId in interface MessageAuditpublic void setModifierId(String modifierId)
setModifierId in interface MessageAuditEntitypublic Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.EntityCopyright © 2019. All rights reserved.