Uses of Interface
com.flowable.engage.api.notification.push.DeviceQuery
-
Packages that use DeviceQuery Package Description com.flowable.engage.api.notification.push com.flowable.engage.engine.impl.notification.push com.flowable.engage.engine.impl.persistence.entity -
-
Uses of DeviceQuery in com.flowable.engage.api.notification.push
Methods in com.flowable.engage.api.notification.push that return DeviceQuery Modifier and Type Method Description DeviceQueryDeviceQuery. applicationId(String applicationId)Query for devices for the given application.DeviceQueryDeviceService. createDeviceQuery()DeviceQueryDeviceQuery. deviceOS(String deviceOS)Query devices only with the given OS.DeviceQueryDeviceQuery. id(String id)Query for devices for the given id.DeviceQueryDeviceQuery. onlyEnabled()Query only for enabled devices.DeviceQueryDeviceQuery. tenantId(String tenantId)Query for devices within the given tenant.DeviceQueryDeviceQuery. token(String token)Query for devices for the given token.DeviceQueryDeviceQuery. userId(String userId)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 DeviceQuery Modifier and Type Class Description classDeviceQueryImplMethods in com.flowable.engage.engine.impl.notification.push that return DeviceQuery Modifier and Type Method Description DeviceQueryDeviceQueryImpl. applicationId(String applicationId)DeviceQueryDeviceServiceImpl. createDeviceQuery()DeviceQueryDeviceQueryImpl. deviceOS(String deviceOS)DeviceQueryDeviceQueryImpl. id(String id)DeviceQueryDeviceQueryImpl. onlyEnabled()DeviceQueryDeviceQueryImpl. tenantId(String tenantId)DeviceQueryDeviceQueryImpl. token(String token)DeviceQueryDeviceQueryImpl. userId(String userId) -
Uses of DeviceQuery in com.flowable.engage.engine.impl.persistence.entity
Methods in com.flowable.engage.engine.impl.persistence.entity that return DeviceQuery Modifier and Type Method Description DeviceQueryDeviceEntityManager. createDeviceQuery()DeviceQueryDeviceEntityManagerImpl. createDeviceQuery()Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type DeviceQuery Modifier and Type Method Description longDeviceEntityManager. countByCriteria(DeviceQuery deviceQuery)longDeviceEntityManagerImpl. countByCriteria(DeviceQuery deviceQuery)List<Device>DeviceEntityManager. findByCriteria(DeviceQuery deviceQuery)List<Device>DeviceEntityManagerImpl. findByCriteria(DeviceQuery deviceQuery)
-