21 #include "../eml2/HdfProxy.h"
26 class HdfProxy final :
public EML2_NS::HdfProxy
35 DLL_IMPORT_OR_EXPORT
HdfProxy(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : EML2_NS::
HdfProxy(partialObject) {}
42 DLL_IMPORT_OR_EXPORT
HdfProxy(
const COMMON_NS::DataObjectReference& dor) : EML2_NS::
HdfProxy(dor) {}
58 DLL_IMPORT_OR_EXPORT
HdfProxy(COMMON_NS::DataObjectRepository * repo,
const std::string & guid,
const std::string & title,
const std::string & packageDirAbsolutePath,
const std::string & externalFilePath, COMMON_NS::DataObjectRepository::openingMode hdfPermissionAccess = COMMON_NS::DataObjectRepository::openingMode::READ_ONLY);
67 DLL_IMPORT_OR_EXPORT
HdfProxy(gsoap_eml2_3::_eml23__EpcExternalPartReference* fromGsoap) :
76 DLL_IMPORT_OR_EXPORT
static const char*
XML_NS;
Definition: HdfProxy.h:27
std::string getXmlNamespace() const final
Definition: HdfProxy.h:81
HdfProxy(const common::DataObjectReference &dor)
Constructor.
Definition: HdfProxy.h:42
HdfProxy(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, const std::string &packageDirAbsolutePath, const std::string &externalFilePath, common::DataObjectRepository::openingMode hdfPermissionAccess=common::DataObjectRepository::openingMode::READ_ONLY)
static const char * XML_NS
Definition: HdfProxy.h:76
HdfProxy(gsoap_eml2_3::_eml23__EpcExternalPartReference *fromGsoap)
Definition: HdfProxy.h:67
HdfProxy(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: HdfProxy.h:35