public class TemporaryMessageEntityImpl extends MessageEntityImpl implements TemporaryMessageEntity
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
processed |
protected String |
processingReason |
protected String |
processingStatus |
actionInstanceId, category, conversationId, creationTime, creatorId, externalId, hidden, isPrivate, mainContent, mainContentType, mediaContentId, recipientGroupId, recipientId, referenceId, referenceType, replyToMessageId, senderId, sticky, subType, tags, tenantId, type, updaterId, updateTime| Constructor and Description |
|---|
TemporaryMessageEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getPersistentState() |
String |
getProcessingReason()
The reason for the processing status.
|
String |
getProcessingStatus()
The status of the processing.
|
boolean |
isProcessed()
Boolean marking whether the temporary message has been processed.
|
boolean |
isTemporary()
Whether this message is a temporary message.
|
void |
setProcessed(boolean processed) |
void |
setProcessingReason(String processingReason) |
void |
setProcessingStatus(String processingStatus) |
getActionInstanceId, getCategory, getConversationId, getCreationTime, getCreatorId, getExternalId, getMainContent, getMainContentType, getMediaContentId, getRecipientGroupId, getRecipientId, getReferenceId, getReferenceType, getReplyToMessageId, getSenderId, getSubType, getTags, getTenantId, getType, getUpdaterId, getUpdateTime, isHidden, isPrivate, isSticky, setActionInstanceId, setCategory, setConversationId, setCreationTime, setCreatorId, setExternalId, setHidden, setMainContent, setMainContentType, setMediaContentId, setPrivate, setRecipientGroupId, setRecipientId, setReferenceId, setReferenceType, setReplyToMessageId, setSenderId, setSticky, setSubType, setTags, setTenantId, setType, setUpdaterId, setUpdateTimegetIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetActionInstanceId, setCategory, setConversationId, setCreationTime, setCreatorId, setExternalId, setHidden, setMainContent, setMainContentType, setMediaContentId, setPrivate, setRecipientGroupId, setRecipientId, setReferenceId, setReferenceType, setReplyToMessageId, setSenderId, setSticky, setSubType, setTags, setTenantId, setType, setUpdaterId, setUpdateTimegetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisiongetActionInstanceId, getCategory, getConversationId, getCreationTime, getCreatorId, getExternalId, getId, getMainContent, getMainContentType, getMediaContentId, getRecipientGroupId, getRecipientId, getReferenceId, getReferenceType, getReplyToMessageId, getSenderId, getSubType, getTenantId, getType, getUpdaterId, getUpdateTime, isHidden, isPrivate, isStickyprotected boolean processed
protected String processingStatus
protected String processingReason
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.EntitygetPersistentState in class MessageEntityImplpublic boolean isProcessed()
TemporaryMessageisProcessed in interface TemporaryMessagepublic void setProcessed(boolean processed)
setProcessed in interface TemporaryMessageEntitypublic String getProcessingStatus()
TemporaryMessageTemporaryMessage.isProcessed() is truegetProcessingStatus in interface TemporaryMessagepublic void setProcessingStatus(String processingStatus)
setProcessingStatus in interface TemporaryMessageEntitypublic String getProcessingReason()
TemporaryMessageTemporaryMessage.isProcessed() is truegetProcessingReason in interface TemporaryMessagepublic void setProcessingReason(String processingReason)
setProcessingReason in interface TemporaryMessageEntitypublic boolean isTemporary()
MessageisTemporary in interface MessageisTemporary in class MessageEntityImpltrue if this is a temporary message, false otherwiseCopyright © 2019. All rights reserved.