voidcreateActivitiesFairShareWeight(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&diskInstanceName,conststd::string&acttivity,doubleweight,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateAdminUser(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&username,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateArchiveRoute(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&diskInstanceName,conststd::string&storageClassName,constuint32_tcopyNb,conststd::string&tapePoolName,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateLogicalLibrary(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,constboolisDisabled,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
...
...
@@ -43,6 +44,7 @@ public:
voidcreateStorageClass(constcommon::dataStructures::SecurityIdentity&admin,constcommon::dataStructures::StorageClass&storageClass)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateTape(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,conststd::string&mediaType,conststd::string&vendor,conststd::string&logicalLibraryName,conststd::string&tapePoolName,constuint64_tcapacityInBytes,constbooldisabled,constboolfull,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateTapePool(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&vo,constuint64_tnbPartialTapes,constboolencryptionValue,constcta::optional<std::string>&supply,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteActivitiesFairShareWeight(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&diskInstanceName,conststd::string&acttivity)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteAdminUser(conststd::string&username)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteArchiveFile(conststd::string&instanceName,constuint64_tarchiveFileId,log::LogContext&lc)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteArchiveRoute(conststd::string&diskInstanceName,conststd::string&storageClassName,constuint32_tcopyNb)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
...
...
@@ -54,6 +56,7 @@ public:
voiddeleteTape(conststd::string&vid)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteTapePool(conststd::string&name)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidfilesWrittenToTape(conststd::set<TapeItemWrittenPointer>&event)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<common::dataStructures::ActivitiesFairShareWeights>getActivitiesFairShareWeights()const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<common::dataStructures::AdminUser>getAdminUsers()const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
common::dataStructures::ArchiveFilegetArchiveFileById(constuint64_tid)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
ArchiveFileItorgetArchiveFilesItor(constTapeFileSearchCriteria&searchCriteria)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
...
...
@@ -72,6 +75,7 @@ public:
common::dataStructures::VidToTapeMapgetAllTapes()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<TapeForWriting>getTapesForWriting(conststd::string&logicalLibraryName)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
boolisAdmin(constcommon::dataStructures::SecurityIdentity&admin)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyActivitiesFairShareWeight(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&diskInstanceName,conststd::string&acttivity,doubleweight,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyAdminUserComment(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&username,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyArchiveRouteComment(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&instanceName,conststd::string&storageClassName,constuint32_tcopyNb,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyArchiveRouteTapePoolName(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&instanceName,conststd::string&storageClassName,constuint32_tcopyNb,conststd::string&tapePoolName)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
...
...
@@ -105,7 +109,7 @@ public:
uint64_tcheckAndGetNextArchiveFileId(conststd::string&diskInstanceName,conststd::string&storageClassName,constcommon::dataStructures::UserIdentity&user)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
conststd::string&storageClassName,constcommon::dataStructures::UserIdentity&user)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
common::dataStructures::RetrieveFileQueueCriteriaprepareToRetrieveFile(conststd::string&instanceName,constuint64_tarchiveFileId,constcommon::dataStructures::UserIdentity&user,log::LogContext&lc)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
common::dataStructures::RetrieveFileQueueCriteriaprepareToRetrieveFile(conststd::string&diskInstanceName,constuint64_tarchiveFileId,constcommon::dataStructures::UserIdentity&user,constoptional<std::string>&activity,log::LogContext&lc)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidreclaimTape(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidsetTapeDisabled(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,constbooldisabledValue)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidsetTapeFull(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,constboolfullValue)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}