- All Superinterfaces:
ConversationRegistryEntry
, org.flowable.common.engine.impl.persistence.entity.Entity
, org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
ConversationRegistryEntryEntityImpl
public interface ConversationRegistryEntryEntity
extends ConversationRegistryEntry, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- Author:
- Filip Hrisafov
-
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
-
void setConversationId(java.lang.String conversationId)
-
void setUserId(java.lang.String userId)
-
void setGroupId(java.lang.String groupId)
-
void setParticipantType(java.lang.String participantType)
-
void setCreationTime(java.util.Date creationTime)
-
void setUpdateTime(java.util.Date updateTime)
-
void setJoiningTime(java.util.Date joiningTime)
-
void setLeavingTime(java.util.Date leavingTime)