Class ArchiveJobEventEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.engage.engine.impl.persistence.entity.AbstractEngageEngineEntity
com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
- All Implemented Interfaces:
ArchiveJobEventEntity
,HasRevision
,Entity
public class ArchiveJobEventEntityImpl
extends AbstractEngageEngineEntity
implements ArchiveJobEventEntity
- Author:
- Simon Amport
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
protected Date
protected long
protected Date
protected long
protected Date
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
void
setConversationCount
(long conversationCount) void
setCreationTime
(Date creationTime) void
setDataCount
(long dataCount) void
setEndTime
(Date endTime) void
setParticipantCount
(long participantCount) void
setStartTime
(Date startTime) Methods inherited from class com.flowable.engage.engine.impl.persistence.entity.AbstractEngageEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
creationTime
-
startTime
-
endTime
-
conversationCount
protected long conversationCount -
participantCount
protected long participantCount -
dataCount
protected long dataCount
-
-
Constructor Details
-
ArchiveJobEventEntityImpl
public ArchiveJobEventEntityImpl()
-
-
Method Details
-
getCreationTime
- Specified by:
getCreationTime
in interfaceArchiveJobEventEntity
-
setCreationTime
- Specified by:
setCreationTime
in interfaceArchiveJobEventEntity
-
getStartTime
- Specified by:
getStartTime
in interfaceArchiveJobEventEntity
-
setStartTime
- Specified by:
setStartTime
in interfaceArchiveJobEventEntity
-
getEndTime
- Specified by:
getEndTime
in interfaceArchiveJobEventEntity
-
setEndTime
- Specified by:
setEndTime
in interfaceArchiveJobEventEntity
-
getConversationCount
public long getConversationCount()- Specified by:
getConversationCount
in interfaceArchiveJobEventEntity
-
setConversationCount
public void setConversationCount(long conversationCount) - Specified by:
setConversationCount
in interfaceArchiveJobEventEntity
-
getParticipantCount
public long getParticipantCount()- Specified by:
getParticipantCount
in interfaceArchiveJobEventEntity
-
setParticipantCount
public void setParticipantCount(long participantCount) - Specified by:
setParticipantCount
in interfaceArchiveJobEventEntity
-
getDataCount
public long getDataCount()- Specified by:
getDataCount
in interfaceArchiveJobEventEntity
-
setDataCount
public void setDataCount(long dataCount) - Specified by:
setDataCount
in interfaceArchiveJobEventEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-