|
|
|
@ -25,6 +25,7 @@ import org.wso2.carbon.device.mgt.common.operation.mgt.Operation;
|
|
|
|
|
import org.wso2.carbon.device.mgt.common.operation.mgt.OperationManagementException;
|
|
|
|
|
import org.wso2.carbon.device.mgt.core.dto.DeviceType;
|
|
|
|
|
|
|
|
|
|
import java.util.HashMap;
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
@ -208,6 +209,8 @@ public interface DeviceManagementProviderService {
|
|
|
|
|
|
|
|
|
|
Device getDevice(DeviceIdentifier deviceId, Date since) throws DeviceManagementException;
|
|
|
|
|
|
|
|
|
|
HashMap<Integer, Device> getTenantedDevice(DeviceIdentifier deviceIdentifier) throws DeviceManagementException;
|
|
|
|
|
|
|
|
|
|
Device getDevice(DeviceIdentifier deviceId, EnrolmentInfo.Status status) throws DeviceManagementException;
|
|
|
|
|
|
|
|
|
|
List<String> getAvailableDeviceTypes() throws DeviceManagementException;
|
|
|
|
|