Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
Packages that use ConversationStatusEntity
Package
Description
-
Uses of ConversationStatusEntity in com.flowable.engage.engine.impl.persistence.entity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement ConversationStatusEntityMethods in com.flowable.engage.engine.impl.persistence.entity that return ConversationStatusEntityModifier and TypeMethodDescriptionConversationStatusEntityManager.findByUserAndConversationAndFilter
(String userId, String conversationId, String filterId) ConversationStatusEntityManagerImpl.findByUserAndConversationAndFilter
(String userId, String conversationId, String filterId) Methods in com.flowable.engage.engine.impl.persistence.entity that return types with arguments of type ConversationStatusEntityModifier and TypeMethodDescriptionConversationStatusEntityManager.createStatusEntriesForNewConversation
(ConversationEntity conversationEntity) ConversationStatusEntityManagerImpl.createStatusEntriesForNewConversation
(ConversationEntity conversationEntity) ConversationStatusEntityManager.createStatusEntryForConversationParticipant
(ConversationEntity conversationEntity, String participantUserId) ConversationStatusEntityManagerImpl.createStatusEntryForConversationParticipant
(ConversationEntity conversationEntity, String userId) ConversationStatusEntityManager.findByConversation
(String conversationId) ConversationStatusEntityManagerImpl.findByConversation
(String conversationId) ConversationStatusEntityManager.findByUserAndConversation
(String userId, String conversationId) ConversationStatusEntityManagerImpl.findByUserAndConversation
(String userId, String conversationId) -
Uses of ConversationStatusEntity in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data that return ConversationStatusEntityModifier and TypeMethodDescriptionConversationStatusDataManager.findByUserAndConversationAndFilter
(String userId, String conversationId, String filterId) Methods in com.flowable.engage.engine.impl.persistence.entity.data that return types with arguments of type ConversationStatusEntityModifier and TypeMethodDescriptionConversationStatusDataManager.findByConversation
(String conversationId) ConversationStatusDataManager.findByUserAndConversation
(String userId, String conversationId) -
Uses of ConversationStatusEntity in com.flowable.engage.engine.impl.persistence.entity.data.impl
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return ConversationStatusEntityModifier and TypeMethodDescriptionMybatisConversationStatusDataManager.create()
MybatisConversationStatusDataManager.findByUserAndConversationAndFilter
(String userId, String conversationId, String filterId) Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return types with arguments of type ConversationStatusEntityModifier and TypeMethodDescriptionMybatisConversationStatusDataManager.findByConversation
(String conversationId) MybatisConversationStatusDataManager.findByUserAndConversation
(String userId, String conversationId) Class<? extends ConversationStatusEntity>
MybatisConversationStatusDataManager.getManagedEntityClass()