Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
-
Uses of ConversationStatusEntity in com.flowable.engage.engine.impl.persistence.entity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement ConversationStatusEntity Modifier and Type Class Description classConversationStatusEntityImplMethods in com.flowable.engage.engine.impl.persistence.entity that return ConversationStatusEntity Modifier and Type Method Description ConversationStatusEntityConversationStatusEntityManager. findByUserAndConversationAndFilter(String userId, String conversationId, String filterId)ConversationStatusEntityConversationStatusEntityManagerImpl. findByUserAndConversationAndFilter(String userId, String conversationId, String filterId) -
Uses of ConversationStatusEntity in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data that return ConversationStatusEntity Modifier and Type Method Description ConversationStatusEntityConversationStatusDataManager. findByUserAndConversationAndFilter(String userId, String conversationId, String filterId)Methods in com.flowable.engage.engine.impl.persistence.entity.data that return types with arguments of type ConversationStatusEntity Modifier and Type Method Description List<ConversationStatusEntity>ConversationStatusDataManager. findByConversation(String conversationId)List<ConversationStatusEntity>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 ConversationStatusEntity Modifier and Type Method Description ConversationStatusEntityMybatisConversationStatusDataManager. create()ConversationStatusEntityMybatisConversationStatusDataManager. 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 ConversationStatusEntity Modifier and Type Method Description List<ConversationStatusEntity>MybatisConversationStatusDataManager. findByConversation(String conversationId)List<ConversationStatusEntity>MybatisConversationStatusDataManager. findByUserAndConversation(String userId, String conversationId)Class<? extends ConversationStatusEntity>MybatisConversationStatusDataManager. getManagedEntityClass()
-