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, messageAudits, messageAuditsInitialized, 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, getMessageAudits, getQueryMessageAudits, getRecipientGroupId, getRecipientId, getReferenceId, getReferenceType, getReplyToMessageId, getSenderId, getSubType, getTags, getTenantId, getType, getUpdaterId, getUpdateTime, isHidden, isMessageAuditsInitialized, isPrivate, isSticky, setActionInstanceId, setCategory, setConversationId, setCreationTime, setCreatorId, setExternalId, setHidden, setMainContent, setMainContentType, setMediaContentId, setMessageAudits, setPrivate, setQueryMessageAudits, setRecipientGroupId, setRecipientId, setReferenceId, setReferenceType, setReplyToMessageId, setSenderId, setSticky, setSubType, setTags, setTenantId, setType, setUpdaterId, setUpdateTime, toString
getIdPrefix
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessageAudits, isMessageAuditsInitialized, setActionInstanceId, setCategory, setConversationId, setCreationTime, setCreatorId, setExternalId, setHidden, setMainContent, setMainContentType, setMediaContentId, setMessageAudits, setPrivate, setRecipientGroupId, setRecipientId, setReferenceId, setReferenceType, setReplyToMessageId, setSenderId, setSticky, setSubType, setTags, setTenantId, setType, setUpdaterId, setUpdateTime
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
getRevision, getRevisionNext, setRevision
getActionInstanceId, getCategory, getConversationId, getCreationTime, getCreatorId, getExternalId, getId, getMainContent, getMainContentType, getMediaContentId, getRecipientGroupId, getRecipientId, getReferenceId, getReferenceType, getReplyToMessageId, getSenderId, getSubType, getTenantId, getType, getUpdaterId, getUpdateTime, isHidden, isPrivate, isSticky
protected boolean processed
protected String processingStatus
protected String processingReason
public Object getPersistentState()
getPersistentState
in interface org.flowable.common.engine.impl.persistence.entity.Entity
getPersistentState
in class MessageEntityImpl
public boolean isProcessed()
TemporaryMessage
isProcessed
in interface TemporaryMessage
public void setProcessed(boolean processed)
setProcessed
in interface TemporaryMessageEntity
public String getProcessingStatus()
TemporaryMessage
TemporaryMessage.isProcessed()
is true
getProcessingStatus
in interface TemporaryMessage
public void setProcessingStatus(String processingStatus)
setProcessingStatus
in interface TemporaryMessageEntity
public String getProcessingReason()
TemporaryMessage
TemporaryMessage.isProcessed()
is true
getProcessingReason
in interface TemporaryMessage
public void setProcessingReason(String processingReason)
setProcessingReason
in interface TemporaryMessageEntity
public boolean isTemporary()
Message
isTemporary
in interface Message
isTemporary
in class MessageEntityImpl
true
if this is a temporary message, false
otherwiseCopyright © 2019. All rights reserved.