Пример #1
0
 public ContentInstanceItemsList getLocalContentInstanceItemsList(
     AHContainerAddress containerAddressFilter, long startInstanceId, long endInstanceId)
     throws M2MHapException {
   return hapServiceManager.getLocalContentInstanceItemsList(
       user, containerAddressFilter, startInstanceId, endInstanceId);
 }