public interface ArchiveConversationEventEntity
extends org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
Modifier and Type | Method and Description |
---|---|
Integer |
getAttachmentCount() |
String |
getConversationId() |
Date |
getCreationTime() |
Integer |
getEventCount() |
Integer |
getExportedCount() |
Integer |
getMessageCount() |
String |
getParticipantIds() |
String |
getParticipantNames() |
Date |
getPeriodEndTime() |
Date |
getPeriodStartTime() |
Integer |
getSectionId() |
void |
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) |
String getConversationId()
void setConversationId(String conversationId)
Integer getSectionId()
void setSectionId(Integer sectionId)
Date getCreationTime()
void setCreationTime(Date creationTime)
Date getPeriodStartTime()
void setPeriodStartTime(Date periodStartTime)
Date getPeriodEndTime()
void setPeriodEndTime(Date periodEndTime)
String getParticipantIds()
void setParticipantIds(String participantIds)
String getParticipantNames()
void setParticipantNames(String participantNames)
Integer getMessageCount()
void setMessageCount(Integer messageCount)
Integer getEventCount()
void setEventCount(Integer eventCount)
Integer getAttachmentCount()
void setAttachmentCount(Integer attachmentCount)
Integer getExportedCount()
void setExportedCount(int exportCount)
Copyright © 2019. All rights reserved.