A B C D E G I J L M N O P R S U V W

A

AbstractMobileOperationManager - Class in org.wso2.carbon.device.mgt.mobile
 
AbstractMobileOperationManager() - Constructor for class org.wso2.carbon.device.mgt.mobile.AbstractMobileOperationManager
 
activate(ComponentContext) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
addMobileDevice(MobileDevice) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceDAOImpl
 
addMobileDevice(MobileDevice) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO
Adds a new MobileDevice to the MDM database.
addMobileDeviceOperationMapping(MobileDeviceOperationMapping) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceOperationMappingDAOImpl
 
addMobileDeviceOperationMapping(MobileDeviceOperationMapping) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceOperationMappingDAO
Adds a new mobile device operation mapping to the table.
addMobileFeature(MobileFeature) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
addMobileFeature(MobileFeature) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Adds a new MobileFeature to Mobile-Feature table.
addMobileFeatureProperty(MobileFeatureProperty) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeaturePropertyDAOImpl
 
addMobileFeatureProperty(MobileFeatureProperty) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeaturePropertyDAO
Add a new MobileFeatureProperty to MobileFeatureProperty table.
addMobileOperation(MobileOperation) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationDAOImpl
 
addMobileOperation(MobileOperation) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileOperationDAO
Adds a new Mobile operation to the MobileOperation table.
addMobileOperationProperty(MobileOperationProperty) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationPropertyDAOImpl
 
addMobileOperationProperty(MobileOperationProperty) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileOperationPropertyDAO
Add a new MobileOperationProperty to MobileOperationProperty table.
addOperation(Operation, List<DeviceIdentifier>) - Method in class org.wso2.carbon.device.mgt.mobile.AbstractMobileOperationManager
 
addOperation(Operation, List<DeviceIdentifier>) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidMobileOperationManager
 
AndroidDeviceManagerService - Class in org.wso2.carbon.device.mgt.mobile.impl.android
This represents the Android implementation of DeviceManagerService.
AndroidDeviceManagerService() - Constructor for class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
AndroidMobileOperationManager - Class in org.wso2.carbon.device.mgt.mobile.impl.android
 
AndroidMobileOperationManager() - Constructor for class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidMobileOperationManager
 
APIConfig - Class in org.wso2.carbon.device.mgt.mobile.config
 
APIConfig() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
APIPublisherConfig - Class in org.wso2.carbon.device.mgt.mobile.config
 
APIPublisherConfig() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.APIPublisherConfig
 

B

bundleChanged(BundleEvent) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementBundleActivator
 

C

cleanupResources(Connection, PreparedStatement, ResultSet) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.util.MobileDeviceManagementDAOUtil
 
COLUMN_OPERATION_ID - Static variable in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationDAOImpl
 
completedServerStartup() - Method in class org.wso2.carbon.device.mgt.mobile.MobileDeviceManagementStartupObserver
 
completingServerStartup() - Method in class org.wso2.carbon.device.mgt.mobile.MobileDeviceManagementStartupObserver
 
convertMobileOperationToOperation(MobileOperation) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
convertToDevice(MobileDevice) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
convertToDocument(File) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
convertToMobileDevice(Device) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
convertToMobileOperation(Operation) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 

D

DataSourceListener - Interface in org.wso2.carbon.device.mgt.mobile
 
deactivate(ComponentContext) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
deleteMobileDevice(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceDAOImpl
 
deleteMobileDevice(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO
Deletes a given MobileDevice from MDM database.
deleteMobileDeviceOperationMapping(String, int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceOperationMappingDAOImpl
 
deleteMobileDeviceOperationMapping(String, int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceOperationMappingDAO
Delete a given MobileDeviceOperationMapping from MobileDeviceOperationMapping table.
deleteMobileFeatureByCode(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
deleteMobileFeatureByCode(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Deletes a MobileFeature from Mobile-Feature table when the feature code is given.
deleteMobileFeatureById(int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
deleteMobileFeatureById(int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Deletes a MobileFeature from Mobile-Feature table when the feature id is given.
deleteMobileFeaturePropertiesOfFeature(Integer) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeaturePropertyDAOImpl
 
deleteMobileFeaturePropertiesOfFeature(Integer) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeaturePropertyDAO
Deletes MobileFeatureProperties of a given feature from MobileFeatureProperty table.
deleteMobileFeatureProperty(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeaturePropertyDAOImpl
 
deleteMobileFeatureProperty(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeaturePropertyDAO
Deletes a given MobileFeatureProperty from MobileFeatureProperty table.
deleteMobileOperation(int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationDAOImpl
 
deleteMobileOperation(int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileOperationDAO
Deletes a given MobileOperation from MobileOperation table.
deleteMobileOperationProperties(int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationPropertyDAOImpl
 
deleteMobileOperationProperties(int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileOperationPropertyDAO
Deletes MobileOperationProperties of a given operation id from the MobileOperationProperty table.
DeviceManagementAPIPublisherUtil - Class in org.wso2.carbon.device.mgt.mobile.util
 
DeviceManagementAPIPublisherUtil() - Constructor for class org.wso2.carbon.device.mgt.mobile.util.DeviceManagementAPIPublisherUtil
 
disenrollDevice(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
disenrollDevice(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
disenrollDevice(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 

E

enrollDevice(Device) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
enrollDevice(Device) - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
enrollDevice(Device) - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 

G

getAllDevices() - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
getAllDevices() - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
getAllDevices() - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 
getAllMobileDeviceOperationMappingsOfDevice(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceOperationMappingDAOImpl
 
getAllMobileDeviceOperationMappingsOfDevice(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceOperationMappingDAO
Retrieves all the of MobileDeviceOperationMappings relevant to a given mobile device.
getAllMobileDevices() - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceDAOImpl
 
getAllMobileDevices() - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO
Fetches all MobileDevices from MDM database.
getAllMobileFeatures() - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
getAllMobileFeatures() - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Retrieve all the MobileFeatures from Mobile-Feature table.
getAllMobileOperationPropertiesOfOperation(int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationPropertyDAOImpl
 
getAllMobileOperationPropertiesOfOperation(int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileOperationPropertyDAO
Retrieve all the MobileOperationProperties related to the a operation id from MobileOperationProperty table.
getAllPendingOperationMappingsOfMobileDevice(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceOperationMappingDAOImpl
 
getAllPendingOperationMappingsOfMobileDevice(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceOperationMappingDAO
Retrieves all the pending MobileDeviceOperationMappings of a mobile device.
getApiPublisherConfig() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementConfig
 
getAPIs() - Method in class org.wso2.carbon.device.mgt.mobile.config.APIPublisherConfig
 
getChallenge() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getCode() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
getContext() - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
getCreatedDate() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
getDataSource() - Static method in class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
getDbScriptLocation(String) - Method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementSchemaInitializer
 
getDescription() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
getDevice(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
getDevice(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
getDevice(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 
getDeviceId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
getDeviceType() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
getEndpoint() - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
getFeatureCode() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
getFeatureDAO() - Static method in class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
getFeatureID() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
 
getFeaturePropertiesOfFeature(Integer) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeaturePropertyDAOImpl
 
getFeaturePropertiesOfFeature(Integer) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeaturePropertyDAO
Retrieves a list of MobileFeatureProperties corresponds to a given feature id from MobileFeatureProperty table.
getFeaturePropertyDAO() - Static method in class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
getFeaturesForDeviceType(String) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidMobileOperationManager
 
getId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
getImei() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getImsi() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getInstance() - Static method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceConfigurationManager
 
getJndiLookupDefinition() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfig
 
getJndiName() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition
 
getJndiProperties() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition
 
getLatitude() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getLongitude() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getMessage() - Method in exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
 
getMobileDataSourceConfig() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceConfigurationManager
 
getMobileDataSourceConfig() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementRepository
 
getMobileDevice(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceDAOImpl
 
getMobileDevice(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO
Fetches a MobileDevice from MDM database.
getMobileDeviceDAO() - Static method in class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
getMobileDeviceId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getMobileDeviceManagementConfig() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceConfigurationManager
 
getMobileDeviceManagementConfig() - Static method in class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
getMobileDeviceMgtRepository() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementConfig
 
getMobileDeviceOperationDAO() - Static method in class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
getMobileDeviceOperationMapping(String, int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceOperationMappingDAOImpl
 
getMobileDeviceOperationMapping(String, int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceOperationMappingDAO
Retrieves a given MobileDeviceOperationMapping object from the MobileDeviceOperationMapping table.
getMobileFeatureByCode(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
getMobileFeatureByCode(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Retrieves a given MobileFeature from Mobile-Feature table when the feature code is given.
getMobileFeatureByDeviceType(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
getMobileFeatureByDeviceType(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Retrieves all MobileFeatures of a MobileDevice type from Mobile-Feature table.
getMobileFeatureById(int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
getMobileFeatureById(int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Retrieves a given MobileFeature from Mobile-Feature table when the feature id is given.
getMobileFeatureProperty(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeaturePropertyDAOImpl
 
getMobileFeatureProperty(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeaturePropertyDAO
Retrieves a given MobileFeatureProperty from MobileFeatureProperty table.
getMobileOperation(int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationDAOImpl
 
getMobileOperation(int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileOperationDAO
Retrieve a MobileOperation from MobileOperation table.
getMobileOperationDAO() - Static method in class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
getMobileOperationIdsFromMobileDeviceOperations(List<MobileDeviceOperationMapping>) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
getMobileOperationProperty(int, String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationPropertyDAOImpl
 
getMobileOperationProperty(int, String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileOperationPropertyDAO
Retrieve a given MobileOperationProperty from MobileOperationProperty table.
getMobileOperationPropertyDAO() - Static method in class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
getModel() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getName() - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
getName() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition.JNDIProperty
 
getName() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
getOperationId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
getOperationId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
getOperationId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
getOperationManager() - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
getOperationManager() - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
getOperationManager() - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 
getOperations(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.AbstractMobileOperationManager
 
getOperations(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidMobileOperationManager
 
getOsVersion() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getOwner() - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
getPendingOperations(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidMobileOperationManager
 
getProperties() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
getProperty() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
 
getProperty() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
getProvider() - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
getProviderType() - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
getProviderType() - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
getProviderType() - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 
getPushToken() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getReceivedDate() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
getSentDate() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
getSerial() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getStatus() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
getToken() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getTransports() - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
getUnlockToken() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getValue() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition.JNDIProperty
 
getValue() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
getVendor() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getVersion() - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 

I

init(APIProvider) - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
init() - Static method in class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
initConfig() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceConfigurationManager
 
IOSDeviceManagerService - Class in org.wso2.carbon.device.mgt.mobile.impl.ios
This represents the iOS implementation of DeviceManagerService.
IOSDeviceManagerService() - Constructor for class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
isActive(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
isActive(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
isActive(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 
isEnrolled(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
isEnrolled(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
isEnrolled(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 

J

JNDILookupDefinition - Class in org.wso2.carbon.device.mgt.mobile.config.datasource
Class for hold JndiLookupDefinition of mobile-config.xml at parsing with JAXB.
JNDILookupDefinition() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition
 
JNDILookupDefinition.JNDIProperty - Class in org.wso2.carbon.device.mgt.mobile.config.datasource
 
JNDILookupDefinition.JNDIProperty() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition.JNDIProperty
 

L

lookupDataSource(String, Hashtable<Object, Object>) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.util.MobileDeviceManagementDAOUtil
 

M

MobileDataSourceConfig - Class in org.wso2.carbon.device.mgt.mobile.config.datasource
Class for holding data source configuration in mobile-config.xml at parsing with JAXB.
MobileDataSourceConfig() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfig
 
MobileDevice - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of MobileDevice.
MobileDevice() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
MobileDeviceConfigurationManager - Class in org.wso2.carbon.device.mgt.mobile.config
Class responsible for the mobile device manager configuration initialization.
MobileDeviceConfigurationManager() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceConfigurationManager
 
MobileDeviceDAO - Interface in org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile-device related information.
MobileDeviceDAOImpl - Class in org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileDeviceDAO.
MobileDeviceDAOImpl(DataSource) - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceDAOImpl
 
MobileDeviceManagementBundleActivator - Class in org.wso2.carbon.device.mgt.mobile.internal
BundleActivator of MobileDeviceManagement component.
MobileDeviceManagementBundleActivator() - Constructor for class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementBundleActivator
 
MobileDeviceManagementConfig - Class in org.wso2.carbon.device.mgt.mobile.config
Represents Mobile Device Mgt configuration.
MobileDeviceManagementConfig() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementConfig
 
MobileDeviceManagementDAOException - Exception in org.wso2.carbon.device.mgt.mobile.dao
Custom exception class for mobile device specific data access related exceptions.
MobileDeviceManagementDAOException(String, Exception) - Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified detail message and nested exception.
MobileDeviceManagementDAOException(String, Throwable) - Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified detail message and cause.
MobileDeviceManagementDAOException(String) - Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified detail message.
MobileDeviceManagementDAOException(Throwable) - Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified and cause.
MobileDeviceManagementDAOFactory - Class in org.wso2.carbon.device.mgt.mobile.dao
Factory class used to create MobileDeviceManagement related DAO objects.
MobileDeviceManagementDAOFactory() - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
MobileDeviceManagementDAOUtil - Class in org.wso2.carbon.device.mgt.mobile.dao.util
Utility method required by MobileDeviceManagement DAO classes.
MobileDeviceManagementDAOUtil() - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.util.MobileDeviceManagementDAOUtil
 
MobileDeviceManagementRepository - Class in org.wso2.carbon.device.mgt.mobile.config
Class for holding management repository data.
MobileDeviceManagementRepository() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementRepository
 
MobileDeviceManagementSchemaInitializer - Class in org.wso2.carbon.device.mgt.mobile.util
Provides methods for initializing the database script.
MobileDeviceManagementSchemaInitializer(DataSource) - Constructor for class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementSchemaInitializer
 
MobileDeviceManagementServiceComponent - Class in org.wso2.carbon.device.mgt.mobile.internal
 
MobileDeviceManagementServiceComponent() - Constructor for class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
MobileDeviceManagementStartupObserver - Class in org.wso2.carbon.device.mgt.mobile
 
MobileDeviceManagementStartupObserver() - Constructor for class org.wso2.carbon.device.mgt.mobile.MobileDeviceManagementStartupObserver
 
MobileDeviceManagementUtil - Class in org.wso2.carbon.device.mgt.mobile.util
Provides utility methods required by the mobile device management bundle.
MobileDeviceManagementUtil() - Constructor for class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
MobileDeviceOperationMapping - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile Device Operation Mappings.
MobileDeviceOperationMapping() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
MobileDeviceOperationMapping.Status - Enum in org.wso2.carbon.device.mgt.mobile.dto
 
MobileDeviceOperationMappingDAO - Interface in org.wso2.carbon.device.mgt.mobile.dao
This class represents the mapping between mobile device and operations.
MobileDeviceOperationMappingDAOImpl - Class in org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileDeviceOperationMappingDAO.
MobileDeviceOperationMappingDAOImpl(DataSource) - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceOperationMappingDAOImpl
 
MobileFeature - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile features.
MobileFeature() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
MobileFeatureDAO - Interface in org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile feature related information.
MobileFeatureDAOImpl - Class in org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileFeatureDAO.
MobileFeatureDAOImpl(DataSource) - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
MobileFeatureProperty - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile feature property.
MobileFeatureProperty() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
 
MobileFeaturePropertyDAO - Interface in org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile feature property related information.
MobileFeaturePropertyDAOImpl - Class in org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileFeaturePropertyDAO.
MobileFeaturePropertyDAOImpl(DataSource) - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeaturePropertyDAOImpl
 
MobileOperation - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of MobileOperation.
MobileOperation() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
MobileOperationDAO - Interface in org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile operation related information.
MobileOperationDAOImpl - Class in org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileOperationDAO.
MobileOperationDAOImpl(DataSource) - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationDAOImpl
 
MobileOperationProperty - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile Operation property.
MobileOperationProperty() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
MobileOperationPropertyDAO - Interface in org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile operation property related information.
MobileOperationPropertyDAOImpl - Class in org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileOperationPropertyDAO.
MobileOperationPropertyDAOImpl(DataSource) - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationPropertyDAOImpl
 
modifyEnrollment(Device) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
modifyEnrollment(Device) - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
modifyEnrollment(Device) - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 

N

notifyObserver() - Method in interface org.wso2.carbon.device.mgt.mobile.DataSourceListener
 

O

org.wso2.carbon.device.mgt.mobile - package org.wso2.carbon.device.mgt.mobile
 
org.wso2.carbon.device.mgt.mobile.config - package org.wso2.carbon.device.mgt.mobile.config
 
org.wso2.carbon.device.mgt.mobile.config.datasource - package org.wso2.carbon.device.mgt.mobile.config.datasource
 
org.wso2.carbon.device.mgt.mobile.dao - package org.wso2.carbon.device.mgt.mobile.dao
 
org.wso2.carbon.device.mgt.mobile.dao.impl - package org.wso2.carbon.device.mgt.mobile.dao.impl
 
org.wso2.carbon.device.mgt.mobile.dao.util - package org.wso2.carbon.device.mgt.mobile.dao.util
 
org.wso2.carbon.device.mgt.mobile.dto - package org.wso2.carbon.device.mgt.mobile.dto
 
org.wso2.carbon.device.mgt.mobile.impl.android - package org.wso2.carbon.device.mgt.mobile.impl.android
 
org.wso2.carbon.device.mgt.mobile.impl.ios - package org.wso2.carbon.device.mgt.mobile.impl.ios
 
org.wso2.carbon.device.mgt.mobile.impl.windows - package org.wso2.carbon.device.mgt.mobile.impl.windows
 
org.wso2.carbon.device.mgt.mobile.internal - package org.wso2.carbon.device.mgt.mobile.internal
 
org.wso2.carbon.device.mgt.mobile.util - package org.wso2.carbon.device.mgt.mobile.util
 

P

publishAPI(APIConfig) - Static method in class org.wso2.carbon.device.mgt.mobile.util.DeviceManagementAPIPublisherUtil
 

R

registerDataSourceListener(DataSourceListener) - Static method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementBundleActivator
 
removeAPI(APIConfig) - Static method in class org.wso2.carbon.device.mgt.mobile.util.DeviceManagementAPIPublisherUtil
 

S

setActive(DeviceIdentifier, boolean) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
setActive(DeviceIdentifier, boolean) - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
setActive(DeviceIdentifier, boolean) - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 
setAPIManagerConfigurationService(APIManagerConfigurationService) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
setApiPublisherConfig(APIPublisherConfig) - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementConfig
 
setAPIs(List<APIConfig>) - Method in class org.wso2.carbon.device.mgt.mobile.config.APIPublisherConfig
 
setChallenge(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setCode(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
setContext(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
setCreatedDate(long) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
setDescription(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
setDeviceId(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setDeviceType(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
setEndpoint(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
setErrorMessage(String) - Method in exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
 
setFeatureCode(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
setFeatureID(Integer) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
 
setId(int) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
setImei(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setImsi(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setJndiLookupDefinition(JNDILookupDefinition) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfig
 
setJndiName(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition
 
setJndiProperties(List<JNDILookupDefinition.JNDIProperty>) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition
 
setLatitude(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setLongitude(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setMobileDataSourceConfig(MobileDataSourceConfig) - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementRepository
 
setMobileDataSourceConfig(MobileDataSourceConfig) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
setMobileDeviceId(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setMobileDeviceMgtRepository(MobileDeviceManagementRepository) - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementConfig
 
setModel(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setName(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
setName(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition.JNDIProperty
 
setName(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
setOperationId(int) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setOperationId(int) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
setOperationId(int) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
setOsVersion(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setOwner(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
setOwnership(DeviceIdentifier, String) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
setOwnership(DeviceIdentifier, String) - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
setOwnership(DeviceIdentifier, String) - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 
setProperties(List<MobileOperationProperty>) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
setProperty(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
 
setProperty(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
setPushToken(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setReceivedDate(long) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setSentDate(long) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setSerial(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setStatus(MobileDeviceOperationMapping.Status) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setStatus(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setToken(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setTransports(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
setUnlockToken(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setupMobileDeviceManagementSchema(DataSource) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.util.MobileDeviceManagementDAOUtil
Creates the mobile device management schema.
setValue(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition.JNDIProperty
 
setValue(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
setVendor(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setVersion(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.APIConfig
 
start(BundleContext) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementBundleActivator
 
stop(BundleContext) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementBundleActivator
 

U

unsetAPIManagerConfigurationService(APIManagerConfigurationService) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
updateDeviceInfo(Device) - Method in class org.wso2.carbon.device.mgt.mobile.impl.android.AndroidDeviceManagerService
 
updateDeviceInfo(Device) - Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.IOSDeviceManagerService
 
updateDeviceInfo(Device) - Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 
updateMobileDevice(MobileDevice) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceDAOImpl
 
updateMobileDevice(MobileDevice) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO
Updates MobileDevice information in MDM database.
updateMobileDeviceOperationMapping(MobileDeviceOperationMapping) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceOperationMappingDAOImpl
 
updateMobileDeviceOperationMapping(MobileDeviceOperationMapping) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceOperationMappingDAO
Updates a MobileDeviceOperationMapping in MobileDeviceOperationMapping table.
updateMobileDeviceOperationMappingToCompleted(String, int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceOperationMappingDAOImpl
 
updateMobileDeviceOperationMappingToCompleted(String, int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceOperationMappingDAO
Updates a MobileDeviceOperationMapping to completed state in MobileDeviceOperationMapping table.
updateMobileDeviceOperationMappingToInProgress(String, int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileDeviceOperationMappingDAOImpl
 
updateMobileDeviceOperationMappingToInProgress(String, int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceOperationMappingDAO
Updates a MobileDeviceOperationMapping to In-Progress state in MobileDeviceOperationMapping table.
updateMobileFeature(MobileFeature) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
updateMobileFeature(MobileFeature) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Updates a MobileFeature in Mobile-Feature table.
updateMobileFeatureProperty(MobileFeatureProperty) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeaturePropertyDAOImpl
 
updateMobileFeatureProperty(MobileFeatureProperty) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeaturePropertyDAO
Updates a MobileFeatureProperty in the MobileFeatureProperty table.
updateMobileOperation(MobileOperation) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationDAOImpl
 
updateMobileOperation(MobileOperation) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileOperationDAO
Updates a Mobile operation in the MobileOperation table.
updateMobileOperationProperty(MobileOperationProperty) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileOperationPropertyDAOImpl
 
updateMobileOperationProperty(MobileOperationProperty) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileOperationPropertyDAO
Update a MobileOperationProperty in the MobileOperationProperty table.

V

valueOf(String) - Static method in enum org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping.Status
Returns an array containing the constants of this enum type, in the order they are declared.

W

WindowsDeviceManagerService - Class in org.wso2.carbon.device.mgt.mobile.impl.windows
This represents the Windows implementation of DeviceManagerService.
WindowsDeviceManagerService() - Constructor for class org.wso2.carbon.device.mgt.mobile.impl.windows.WindowsDeviceManagerService
 

A B C D E G I J L M N O P R S U V W

Copyright © 2015 WSO2. All rights reserved.