- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
, org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
ArchiveJobEventEntityImpl
public interface ArchiveJobEventEntity
extends org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- Author:
- Simon Amport
-
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.util.Date getCreationTime()
-
void setCreationTime(java.util.Date creationTime)
-
java.util.Date getStartTime()
-
void setStartTime(java.util.Date startTime)
-
java.util.Date getEndTime()
-
void setEndTime(java.util.Date endTime)
-
long getConversationCount()
-
void setConversationCount(long conversationCount)
-
long getParticipantCount()
-
void setParticipantCount(long participantCount)
-
-
void setDataCount(long dataCount)