Uses of Class
com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
Package | Description |
---|---|
com.flowable.engage.engine.impl.persistence.entity.data | |
com.flowable.engage.engine.impl.persistence.entity.data.impl |
-
Uses of ConversationQueryImpl in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data with parameters of type ConversationQueryImpl Modifier and Type Method Description long
ConversationDataManager. countByCriteria(ConversationQueryImpl query)
java.util.List<Conversation>
ConversationDataManager. findByCriteria(ConversationQueryImpl query)
-
Uses of ConversationQueryImpl in com.flowable.engage.engine.impl.persistence.entity.data.impl
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl with parameters of type ConversationQueryImpl Modifier and Type Method Description long
MybatisConversationDataManager. countByCriteria(ConversationQueryImpl query)
java.util.List<Conversation>
MybatisConversationDataManager. findByCriteria(ConversationQueryImpl query)