public interface DeviceQuery extends org.flowable.common.engine.api.query.Query<DeviceQuery,Device>
| Modifier and Type | Method and Description |
|---|---|
DeviceQuery |
applicationId(String applicationId)
Query for devices for the given application.
|
DeviceQuery |
deviceOS(String deviceOS)
Query devices only with the given OS.
|
DeviceQuery |
id(String id)
Query for devices for the given id.
|
DeviceQuery |
onlyEnabled()
Query only for enabled devices.
|
DeviceQuery |
tenantId(String tenantId)
Query for devices within the given tenant.
|
DeviceQuery |
token(String token)
Query for devices for the given token.
|
DeviceQuery |
userId(String userId)
Query for devices for the given user.
|
DeviceQuery id(String id)
id - the id for which to queryDeviceQuery token(String token)
token - the token for which to queryDeviceQuery userId(String userId)
userId - the id of the user for which to queryDeviceQuery tenantId(String tenantId)
tenantId - the tenant id for which to queryDeviceQuery applicationId(String applicationId)
applicationId - the id of the application for which to queryDeviceQuery deviceOS(String deviceOS)
deviceOS - the type of the os for which to queryDeviceOSDeviceQuery onlyEnabled()
Copyright © 2019. All rights reserved.