mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Create an API to get device details with given app installed
This commit is contained in:
parent
d363194356
commit
cfdbb919b0
@ -542,7 +542,7 @@ public class PostgreSQLDeviceDAOImpl extends AbstractDeviceDAOImpl {
|
|||||||
}
|
}
|
||||||
return devices;
|
return devices;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<Device> getSubscribedDevices(int offsetValue, int limitValue,
|
public List<Device> getSubscribedDevices(int offsetValue, int limitValue,
|
||||||
List<Integer> deviceIds, int tenantId, String status)
|
List<Integer> deviceIds, int tenantId, String status)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user