mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removed device search using roleName parameter.
This commit is contained in:
parent
4549452634
commit
34e97aeeae
@ -114,13 +114,6 @@ public interface DeviceManagementService {
|
|||||||
@QueryParam("user")
|
@QueryParam("user")
|
||||||
@Size(max = 45)
|
@Size(max = 45)
|
||||||
String user,
|
String user,
|
||||||
@ApiParam(
|
|
||||||
name = "roleName",
|
|
||||||
value = "Role name of the devices to be fetched.",
|
|
||||||
required = false)
|
|
||||||
@QueryParam("roleName")
|
|
||||||
@Size(max = 45)
|
|
||||||
String roleName,
|
|
||||||
@ApiParam(
|
@ApiParam(
|
||||||
name = "ownership",
|
name = "ownership",
|
||||||
allowableValues = "BYOD, COPE",
|
allowableValues = "BYOD, COPE",
|
||||||
|
|||||||
@ -66,7 +66,6 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
|
|||||||
@QueryParam("name") @Size(max = 45) String name,
|
@QueryParam("name") @Size(max = 45) String name,
|
||||||
@QueryParam("type") @Size(max = 45) String type,
|
@QueryParam("type") @Size(max = 45) String type,
|
||||||
@QueryParam("user") @Size(max = 45) String user,
|
@QueryParam("user") @Size(max = 45) String user,
|
||||||
@QueryParam("roleName") @Size(max = 45) String roleName,
|
|
||||||
@QueryParam("ownership") @Size(max = 45) String ownership,
|
@QueryParam("ownership") @Size(max = 45) String ownership,
|
||||||
@QueryParam("status") @Size(max = 45) String status,
|
@QueryParam("status") @Size(max = 45) String status,
|
||||||
@QueryParam("since") String since,
|
@QueryParam("since") String since,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user