- All Superinterfaces:
org.flowable.common.engine.api.query.Query<DeviceQuery,Device>
- All Known Implementing Classes:
DeviceQueryImpl
public interface DeviceQuery
extends org.flowable.common.engine.api.query.Query<DeviceQuery,Device>
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
Query for devices for the given id.
- Parameters:
id
- the id for which to query
-
Query for devices for the given token.
- Parameters:
token
- the token for which to query
-
Query for devices for the given user.
- Parameters:
userId
- the id of the user for which to query
-
Query for devices within the given tenant.
- Parameters:
tenantId
- the tenant id for which to query
-
DeviceQuery applicationId(
java.lang.String applicationId)
Query for devices for the given application.
- Parameters:
applicationId
- the id of the application for which to query
-
Query devices only with the given OS.
- Parameters:
deviceOS
- the type of the os for which to query
- See Also:
DeviceOS
-
Query only for enabled devices.