|
OXY-SYNC-DIRECTORY 1.0
OXY-SYNC-DIRECTORY Library Documentation
|
Interface for updating the metadata directory. More...
#include <api.hpp>
Public Member Functions | |
| virtual void | update (std::string const &identifier, std::vector< std::string > const &oids)=0 |
| Update the metadata records in the directory for a given customer identifier and a list of metadata IDs (OIDs). | |
| virtual void | update_all (std::string const &identifier)=0 |
| Update all the metadata records in the directory for a given customer identifier. | |
Interface for updating the metadata directory.
This interface provides methods for updating the metadata directory based on customer identifier and metada IDs. Implementations of this interface should provide the actual update logic.
|
pure virtual |
Update the metadata records in the directory for a given customer identifier and a list of metadata IDs (OIDs).
| identifier | The customer identifier |
| oids | The list of metadata IDs to update |
|
pure virtual |
Update all the metadata records in the directory for a given customer identifier.
| identifier | The customer identifier |