20class __declspec(dllexport) CrossCollectionAccess
23 CrossCollectionAccess(
const std::string& collectionName,
const std::string& sessionServiceURL,
const std::string& modelServiceURL);
24 std::list<std::shared_ptr<EntityMetadataSeries>> getMeasurementMetadata(
ot::components::ModelComponent& modelComponent, ClassFactory* classFactory);
25 std::shared_ptr<EntityMetadataCampaign> getMeasurementCampaignMetadata(
ot::components::ModelComponent& modelComponent, ClassFactory* classFactory);
28 std::string _collectionName;
29 std::string _modelServiceURL;
30 std::pair<ot::UIDList,ot::UIDList> InquireMetadataEntityIdentifier(
const std::string& className);