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 DeviceQuery
DeviceQuery. applicationId(String applicationId)
Query for devices for the given application.DeviceQuery
DeviceService. createDeviceQuery()
DeviceQuery
DeviceQuery. deviceOS(String deviceOS)
Query devices only with the given OS.DeviceQuery
DeviceQuery. id(String id)
Query for devices for the given id.DeviceQuery
DeviceQuery. onlyEnabled()
Query only for enabled devices.DeviceQuery
DeviceQuery. tenantId(String tenantId)
Query for devices within the given tenant.DeviceQuery
DeviceQuery. token(String token)
Query for devices for the given token.DeviceQuery
DeviceQuery. 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 class
DeviceQueryImpl
Methods in com.flowable.engage.engine.impl.notification.push that return DeviceQuery Modifier and Type Method Description DeviceQuery
DeviceQueryImpl. applicationId(String applicationId)
DeviceQuery
DeviceServiceImpl. createDeviceQuery()
DeviceQuery
DeviceQueryImpl. deviceOS(String deviceOS)
DeviceQuery
DeviceQueryImpl. id(String id)
DeviceQuery
DeviceQueryImpl. onlyEnabled()
DeviceQuery
DeviceQueryImpl. tenantId(String tenantId)
DeviceQuery
DeviceQueryImpl. token(String token)
DeviceQuery
DeviceQueryImpl. 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 DeviceQuery
DeviceEntityManager. createDeviceQuery()
DeviceQuery
DeviceEntityManagerImpl. createDeviceQuery()
Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type DeviceQuery Modifier and Type Method Description long
DeviceEntityManager. countByCriteria(DeviceQuery deviceQuery)
long
DeviceEntityManagerImpl. countByCriteria(DeviceQuery deviceQuery)
List<Device>
DeviceEntityManager. findByCriteria(DeviceQuery deviceQuery)
List<Device>
DeviceEntityManagerImpl. findByCriteria(DeviceQuery deviceQuery)
-