Interface ConversationRegistryEntryEntity
- 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
Modifier and TypeMethodDescriptionvoidsetConversationId(String conversationId) voidsetCreationTime(Date creationTime) voidsetGroupId(String groupId) voidsetJoiningTime(Date joiningTime) voidsetLeavingTime(Date leavingTime) voidsetParticipantType(String participantType) voidsetUpdateTime(Date updateTime) voidsetUserAccountId(String userAccountId) voidMethods inherited from interface ConversationRegistryEntry
getConversationId, getCreationTime, getGroupId, getId, getJoiningTime, getLeavingTime, getParticipantType, getUpdateTime, getUserAccountId, getUserIdMethods 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
-
setConversationId
-
setUserId
-
setGroupId
-
setParticipantType
-
setCreationTime
-
setUpdateTime
-
setJoiningTime
-
setLeavingTime
-
setUserAccountId
-