|
|
@ -291,14 +291,14 @@ public interface SubscriptionManager {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* This method is responsible for retrieving device subscription details related to the given UUID.
|
|
|
|
* This method is responsible for retrieving device subscription details related to the given UUID.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param uuid the UUID of the application release.
|
|
|
|
|
|
|
|
* @param deviceId the deviceId of the device that need to get operation details.
|
|
|
|
* @param deviceId the deviceId of the device that need to get operation details.
|
|
|
|
|
|
|
|
* @param uuid the UUID of the application release.
|
|
|
|
* @param offset the offset for the data set
|
|
|
|
* @param offset the offset for the data set
|
|
|
|
* @param limit the limit for the data set
|
|
|
|
* @param limit the limit for the data set
|
|
|
|
* @return {@link DeviceOperationDTO} which contains the details of device subscriptions.
|
|
|
|
* @return {@link DeviceOperationDTO} which contains the details of device subscriptions.
|
|
|
|
* @throws SubscriptionManagementException if there is an error while fetching the details.
|
|
|
|
* @throws SubscriptionManagementException if there is an error while fetching the details.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
List<DeviceOperationDTO> getSubscriptionOperationsByUUIDAndDeviceID(String uuid, int deviceId, int offset, int limit)
|
|
|
|
List<DeviceOperationDTO> getSubscriptionOperationsByUUIDAndDeviceID(int deviceId, String uuid, int offset, int limit)
|
|
|
|
throws ApplicationManagementException;
|
|
|
|
throws ApplicationManagementException;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|