Interface MessageAuditEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
,org.flowable.common.engine.impl.db.HasRevision
,MessageAudit
- All Known Implementing Classes:
MessageAuditEntityImpl
public interface MessageAuditEntity
extends MessageAudit, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
Methods inherited from interface com.flowable.engage.message.api.MessageAudit
getConversationId, getCreationTime, getCreatorId, getId, getMainContent, getMainContentType, getMediaContentId, getMessageId, getModifierId, getModifyTime
-
Method Details
-
setMessageId
-
setMediaContentId
-
setConversationId
-
setMainContent
-
setMainContentType
-
setCreationTime
-
setCreatorId
-
setModifyTime
-
setModifierId
-