|
|
|
@ -133,13 +133,14 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public Operation getNextPendingOperation(DeviceIdentifier deviceId) throws OperationManagementException {
|
|
|
|
|
return null;
|
|
|
|
|
return DeviceManagementDataHolder.getInstance().getDeviceManagementProvider().getNextPendingOperation(deviceId);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public Operation updateOperation(int operationId, DeviceIdentifier deviceIdentifier,
|
|
|
|
|
String responsePayLoad) throws OperationManagementException {
|
|
|
|
|
return null;
|
|
|
|
|
return DeviceManagementDataHolder.getInstance().getDeviceManagementProvider().
|
|
|
|
|
updateOperation(operationId, deviceIdentifier, responsePayLoad);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|