CamsBulkNotification.h
Go to the documentation of this file.
1 // Copyright (c) 2017 Digital Barriers
4 
22 
24 #pragma once
25 
26 #include "EdgeVisSDK.h"
27 #include "Pimpl.h"
28 #include "ECamsNotificationState.h"
30 
31 namespace EdgeVisDecoderSDK
32 {
33  class CamsBulkNotificationImpl;
34 
35  class CamsBulkNotification : public EdgeVisSDKPimpl<CamsBulkNotificationImpl>
36  {
37  public:
38  DB_EDGEVIS_SDK CamsBulkNotification();
39  DB_EDGEVIS_SDK virtual ~CamsBulkNotification();
40  EdgeVisSDKPimplWeakConstructor(CamsBulkNotification);
41 
42  public:
49  DB_EDGEVIS_SDK ECamsNotificationState GetFromState() const;
50 
57  DB_EDGEVIS_SDK ECamsNotificationState GetToState() const;
58 
65  DB_EDGEVIS_SDK std::vector<CamsNotificationStateDesc> GetStates() const;
66 
73  DB_EDGEVIS_SDK std::vector<int64_t> GetUpdatedIds() const;
74  };
75 }
DB_EDGEVIS_SDK std::vector< CamsNotificationStateDesc > GetStates() const
The total number of notifications in each state available on the Server.
DB_EDGEVIS_SDK ECamsNotificationState GetFromState() const
Retrieve the original state of the notifications that have had the bulk state change applied to them...
DB_EDGEVIS_SDK std::vector< int64_t > GetUpdatedIds() const
Retrieve the list of notification IDs that have had the bulk state change applied to them...
ECamsNotificationState
CAMS notification state types.
Definition: ECamsNotificationState.h:21
A CamsBulkNotification object contains CAMS state change information for multiple CAMS notifications...
Definition: CamsBulkNotification.h:35
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK ECamsNotificationState GetToState() const
Retrieve the new state of the notifications that have had the bulk state change applied to them...