Uses of Class
com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
Package | Description |
---|---|
com.flowable.engage.engine.impl.persistence.entity.data | |
com.flowable.engage.engine.impl.persistence.entity.data.impl |
-
Uses of DeviceQueryImpl in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data with parameters of type DeviceQueryImpl Modifier and Type Method Description long
DeviceDataManager. countByCriteria(DeviceQueryImpl deviceQuery)
java.util.List<Device>
DeviceDataManager. findByCriteria(DeviceQueryImpl deviceQuery)
-
Uses of DeviceQueryImpl 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 DeviceQueryImpl Modifier and Type Method Description long
MybatisDeviceDataManager. countByCriteria(DeviceQueryImpl query)
java.util.List<Device>
MybatisDeviceDataManager. findByCriteria(DeviceQueryImpl query)