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 class
ConversationStatusEntityImpl
Methods in com.flowable.engage.engine.impl.persistence.entity that return ConversationStatusEntity Modifier and Type Method Description ConversationStatusEntity
ConversationStatusEntityManager. findByUserAndConversationAndFilter(String userId, String conversationId, String filterId)
ConversationStatusEntity
ConversationStatusEntityManagerImpl. 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 ConversationStatusEntity
ConversationStatusDataManager. 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 ConversationStatusEntity
MybatisConversationStatusDataManager. create()
ConversationStatusEntity
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 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()
-