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 Type Method Description
    long getConversationCount()  
    java.util.Date getCreationTime()  
    long getDataCount()  
    java.util.Date getEndTime()  
    long getParticipantCount()  
    java.util.Date getStartTime()  
    void setConversationCount​(long conversationCount)  
    void setCreationTime​(java.util.Date creationTime)  
    void setDataCount​(long dataCount)  
    void setEndTime​(java.util.Date endTime)  
    void setParticipantCount​(long participantCount)  
    void setStartTime​(java.util.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, setUpdated

    Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision

    getRevision, getRevisionNext, setRevision