Interface ArchiveConversationEventEntity
- 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
Modifier and TypeMethodDescriptionvoid
setAttachmentCount
(Integer attachmentCount) void
setConversationId
(String conversationId) void
setCreationTime
(Date creationTime) void
setEventCount
(Integer eventCount) void
setExportedCount
(int exportCount) void
setMessageCount
(Integer messageCount) void
setParticipantIds
(String participantIds) void
setParticipantNames
(String participantNames) void
setPeriodEndTime
(Date periodEndTime) void
setPeriodStartTime
(Date periodStartTime) void
setSectionId
(Integer sectionId) 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
-
getConversationId
String getConversationId() -
setConversationId
-
getSectionId
Integer getSectionId() -
setSectionId
-
getCreationTime
Date getCreationTime() -
setCreationTime
-
getPeriodStartTime
Date getPeriodStartTime() -
setPeriodStartTime
-
getPeriodEndTime
Date getPeriodEndTime() -
setPeriodEndTime
-
getParticipantIds
String getParticipantIds() -
setParticipantIds
-
getParticipantNames
String getParticipantNames() -
setParticipantNames
-
getMessageCount
Integer getMessageCount() -
setMessageCount
-
getEventCount
Integer getEventCount() -
setEventCount
-
getAttachmentCount
Integer getAttachmentCount() -
setAttachmentCount
-
getExportedCount
Integer getExportedCount() -
setExportedCount
void setExportedCount(int exportCount)
-