Interface ArchiveJobEventEntity
- 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
Modifier and TypeMethodDescriptionlonglonglongvoidsetConversationCount(long conversationCount) voidsetCreationTime(Date creationTime) voidsetDataCount(long dataCount) voidsetEndTime(Date endTime) voidsetParticipantCount(long participantCount) voidsetStartTime(Date startTime) 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
-
getCreationTime
Date getCreationTime() -
setCreationTime
-
getStartTime
Date getStartTime() -
setStartTime
-
getEndTime
Date getEndTime() -
setEndTime
-
getConversationCount
long getConversationCount() -
setConversationCount
void setConversationCount(long conversationCount) -
getParticipantCount
long getParticipantCount() -
setParticipantCount
void setParticipantCount(long participantCount) -
getDataCount
long getDataCount() -
setDataCount
void setDataCount(long dataCount)
-