org.wso2.carbon.device.mgt.mobile.util
Class MobileDeviceManagementUtil
java.lang.Object
org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
public class MobileDeviceManagementUtil
- extends Object
Provides utility methods required by the mobile device management bundle.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MobileDeviceManagementUtil
public MobileDeviceManagementUtil()
convertToDocument
public static Document convertToDocument(File file)
throws org.wso2.carbon.device.mgt.common.DeviceManagementException
- Throws:
org.wso2.carbon.device.mgt.common.DeviceManagementException
convertToMobileDevice
public static MobileDevice convertToMobileDevice(org.wso2.carbon.device.mgt.common.Device device)
convertToDevice
public static org.wso2.carbon.device.mgt.common.Device convertToDevice(MobileDevice mobileDevice)
convertToMobileOperation
public static MobileOperation convertToMobileOperation(org.wso2.carbon.device.mgt.common.Operation operation)
getMobileOperationIdsFromMobileDeviceOperations
public static List<Integer> getMobileOperationIdsFromMobileDeviceOperations(List<MobileDeviceOperationMapping> mobileDeviceOperationMappings)
convertMobileOperationToOperation
public static org.wso2.carbon.device.mgt.common.Operation convertMobileOperationToOperation(MobileOperation mobileOperation)
Copyright © 2015 WSO2. All rights reserved.