- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
, org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
ArchiveConversationEventEntityImpl
public interface ArchiveConversationEventEntity
extends org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- Author:
- Simon Amport, Alberto Martinez
-
Method Summary
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
-
Method Details
-
java.lang.String getConversationId()
-
void setConversationId(java.lang.String conversationId)
-
java.lang.Integer getSectionId()
-
void setSectionId(java.lang.Integer sectionId)
-
java.util.Date getCreationTime()
-
void setCreationTime(java.util.Date creationTime)
-
java.util.Date getPeriodStartTime()
-
void setPeriodStartTime(java.util.Date periodStartTime)
-
java.util.Date getPeriodEndTime()
-
void setPeriodEndTime(java.util.Date periodEndTime)
-
java.lang.String getParticipantIds()
-
void setParticipantIds(java.lang.String participantIds)
-
java.lang.String getParticipantNames()
-
void setParticipantNames(java.lang.String participantNames)
-
java.lang.Integer getMessageCount()
-
void setMessageCount(java.lang.Integer messageCount)
-
java.lang.Integer getEventCount()
-
void setEventCount(java.lang.Integer eventCount)
-
java.lang.Integer getAttachmentCount()
-
void setAttachmentCount(java.lang.Integer attachmentCount)
-
java.lang.Integer getExportedCount()
-
void setExportedCount(int exportCount)