Uses of Class
com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
Packages that use 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)
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)
List<Device>
MybatisDeviceDataManager. findByCriteria(DeviceQueryImpl query)
-