Uses of Class
com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
-
Packages that use ConversationStatusQueryImpl Package Description com.flowable.engage.engine.impl.persistence.entity.data com.flowable.engage.engine.impl.persistence.entity.data.impl -
-
Uses of ConversationStatusQueryImpl in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data with parameters of type ConversationStatusQueryImpl Modifier and Type Method Description longConversationStatusDataManager. countByCriteria(ConversationStatusQueryImpl query)List<ConversationStatus>ConversationStatusDataManager. findByCriteria(ConversationStatusQueryImpl query) -
Uses of ConversationStatusQueryImpl 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 ConversationStatusQueryImpl Modifier and Type Method Description longMybatisConversationStatusDataManager. countByCriteria(ConversationStatusQueryImpl query)List<ConversationStatus>MybatisConversationStatusDataManager. findByCriteria(ConversationStatusQueryImpl query)
-