Interface TemporaryMessageEntity
- All Superinterfaces:
Entity
,HasRevision
,Message
,MessageEntity
,Taggable
,TemporaryMessage
- All Known Implementing Classes:
TemporaryMessageEntityImpl
public interface TemporaryMessageEntity
extends MessageEntity, TemporaryMessage, Entity, HasRevision
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setProcessed
(boolean processed) void
setProcessingReason
(String processingReason) void
setProcessingStatus
(String processingStatus) 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.Message
getActionInstanceId, getCategory, getConversationId, getCreationTime, getCreatorId, getExternalId, getId, getMainContent, getMainContentType, getMediaContentId, getRecipientGroupId, getRecipientId, getReplyToMessageId, getSenderId, getSubType, getTenantId, getType, getUpdaterId, getUpdateTime, isHidden, isPrivate, isSticky, isTemporary
Methods inherited from interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
getMessageAudits, isMessageAuditsInitialized, setActionInstanceId, setCategory, setConversationId, setCreationTime, setCreatorId, setExternalId, setHidden, setMainContent, setMainContentType, setMediaContentId, setMessageAudits, setPrivate, setRecipientGroupId, setRecipientId, setReplyToMessageId, setSenderId, setSticky, setSubType, setTags, setTenantId, setType, setUpdaterId, setUpdateTime
Methods inherited from interface com.flowable.engage.message.api.temporary.TemporaryMessage
getProcessingReason, getProcessingStatus, isProcessed
-
Method Details
-
setProcessed
void setProcessed(boolean processed) -
setProcessingStatus
-
setProcessingReason
-