public interface GroupManagementService
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
addDevicesToGroup(int groupId,
List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> deviceIdentifiers) |
javax.ws.rs.core.Response |
createGroup(org.wso2.carbon.device.mgt.common.group.mgt.DeviceGroup group) |
javax.ws.rs.core.Response |
createGroupSharingRole(int groupId,
String userName,
RoleInfo roleInfo) |
javax.ws.rs.core.Response |
deleteGroup(int groupId) |
javax.ws.rs.core.Response |
getDeviceCountOfGroup(int groupId) |
javax.ws.rs.core.Response |
getDevicesOfGroup(int groupId,
int offset,
int limit) |
javax.ws.rs.core.Response |
getGroup(int groupId) |
javax.ws.rs.core.Response |
getGroupCount() |
javax.ws.rs.core.Response |
getGroups(String name,
String owner,
int offset,
int limit) |
javax.ws.rs.core.Response |
getRolesOfGroup(int groupId,
String userName) |
javax.ws.rs.core.Response |
getUsersOfGroup(int groupId) |
javax.ws.rs.core.Response |
manageGroupSharing(int groupId,
DeviceGroupShare deviceGroupShare) |
javax.ws.rs.core.Response |
removeDevicesFromGroup(int groupId,
List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> deviceIdentifiers) |
javax.ws.rs.core.Response |
updateGroup(int groupId,
org.wso2.carbon.device.mgt.common.group.mgt.DeviceGroup deviceGroup) |
javax.ws.rs.core.Response getGroupCount()
javax.ws.rs.core.Response createGroup(org.wso2.carbon.device.mgt.common.group.mgt.DeviceGroup group)
javax.ws.rs.core.Response getGroup(int groupId)
javax.ws.rs.core.Response updateGroup(int groupId,
org.wso2.carbon.device.mgt.common.group.mgt.DeviceGroup deviceGroup)
javax.ws.rs.core.Response deleteGroup(int groupId)
javax.ws.rs.core.Response manageGroupSharing(int groupId,
DeviceGroupShare deviceGroupShare)
javax.ws.rs.core.Response getUsersOfGroup(int groupId)
javax.ws.rs.core.Response createGroupSharingRole(int groupId,
String userName,
RoleInfo roleInfo)
javax.ws.rs.core.Response getRolesOfGroup(int groupId,
String userName)
javax.ws.rs.core.Response getDevicesOfGroup(int groupId,
int offset,
int limit)
javax.ws.rs.core.Response getDeviceCountOfGroup(int groupId)
javax.ws.rs.core.Response addDevicesToGroup(int groupId,
List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> deviceIdentifiers)
javax.ws.rs.core.Response removeDevicesFromGroup(int groupId,
List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> deviceIdentifiers)
Copyright © 2016 WSO2. All rights reserved.