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 TypeMethodDescriptionvoidsetAttachmentCount(Integer attachmentCount) voidsetConversationId(String conversationId) voidsetCreationTime(Date creationTime) voidsetEventCount(Integer eventCount) voidsetExportedCount(int exportCount) voidsetMessageCount(Integer messageCount) voidsetParticipantIds(String participantIds) voidsetParticipantNames(String participantNames) voidsetPeriodEndTime(Date periodEndTime) voidsetPeriodStartTime(Date periodStartTime) voidsetSectionId(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, setUpdatedMethods 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)
-