Uses of Interface
com.flowable.engage.api.notification.push.DeviceQuery
Packages that use DeviceQuery
Package
Description
-
Uses of DeviceQuery in com.flowable.engage.api.notification.push
Methods in com.flowable.engage.api.notification.push that return DeviceQueryModifier and TypeMethodDescriptionDeviceQuery.applicationId
(String applicationId) Query for devices for the given application.DeviceService.createDeviceQuery()
Query devices only with the given OS.Query for devices for the given id.DeviceQuery.onlyEnabled()
Query only for enabled devices.Query for devices within the given tenant.Query for devices for the given token.Query for devices for the given user. -
Uses of DeviceQuery in com.flowable.engage.engine.impl.notification.push
Classes in com.flowable.engage.engine.impl.notification.push that implement DeviceQueryMethods in com.flowable.engage.engine.impl.notification.push that return DeviceQueryModifier and TypeMethodDescriptionDeviceQueryImpl.applicationId
(String applicationId) DeviceServiceImpl.createDeviceQuery()
DeviceQueryImpl.onlyEnabled()
-
Uses of DeviceQuery in com.flowable.engage.engine.impl.persistence.entity
Methods in com.flowable.engage.engine.impl.persistence.entity that return DeviceQueryModifier and TypeMethodDescriptionDeviceEntityManager.createDeviceQuery()
DeviceEntityManagerImpl.createDeviceQuery()
Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type DeviceQueryModifier and TypeMethodDescriptionlong
DeviceEntityManager.countByCriteria
(DeviceQuery deviceQuery) long
DeviceEntityManagerImpl.countByCriteria
(DeviceQuery deviceQuery) DeviceEntityManager.findByCriteria
(DeviceQuery deviceQuery) DeviceEntityManagerImpl.findByCriteria
(DeviceQuery deviceQuery)