public class Operation extends Object
Constructor and Description |
---|
Operation() |
Modifier and Type | Method and Description |
---|---|
ResponsePayload |
addOperation(DeviceOperationContext operationContext) |
List<? extends org.wso2.carbon.device.mgt.common.operation.mgt.Operation> |
getAllOperations() |
List<? extends org.wso2.carbon.device.mgt.common.operation.mgt.Operation> |
getDeviceOperations(String type,
String id) |
org.wso2.carbon.device.mgt.common.PaginationResult |
getDeviceOperations(String type,
String id,
int startIdx,
int length,
String search) |
List<? extends org.wso2.carbon.device.mgt.common.app.mgt.Application> |
getInstalledApps(String type,
String id) |
ResponsePayload |
installApplication(ApplicationWrapper applicationWrapper,
String tenantDomain) |
ResponsePayload |
uninstallApplication(ApplicationWrapper applicationWrapper,
String tenantDomain) |
public List<? extends org.wso2.carbon.device.mgt.common.operation.mgt.Operation> getAllOperations() throws MDMAPIException
MDMAPIException
public org.wso2.carbon.device.mgt.common.PaginationResult getDeviceOperations(String type, String id, int startIdx, int length, String search) throws MDMAPIException
MDMAPIException
public List<? extends org.wso2.carbon.device.mgt.common.operation.mgt.Operation> getDeviceOperations(String type, String id) throws MDMAPIException
MDMAPIException
public ResponsePayload addOperation(DeviceOperationContext operationContext) throws MDMAPIException
MDMAPIException
public List<? extends org.wso2.carbon.device.mgt.common.app.mgt.Application> getInstalledApps(String type, String id) throws MDMAPIException
MDMAPIException
public ResponsePayload installApplication(ApplicationWrapper applicationWrapper, String tenantDomain) throws MDMAPIException
MDMAPIException
public ResponsePayload uninstallApplication(ApplicationWrapper applicationWrapper, String tenantDomain) throws MDMAPIException
MDMAPIException
Copyright © 2016 WSO2. All rights reserved.