From 4e4bfbaf21caa3e1349d92beba42a16b79e9e21d Mon Sep 17 00:00:00 2001 From: Martin Jaime Flores Jr Date: Tue, 2 Apr 2024 14:14:32 -0500 Subject: [PATCH] [#7602] Deprecate msiSetResource --- doxygen/microservices.cpp | 2 +- server/re/src/icatGeneralMS.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doxygen/microservices.cpp b/doxygen/microservices.cpp index 8cf48e1ef7..a7c9ffff19 100644 --- a/doxygen/microservices.cpp +++ b/doxygen/microservices.cpp @@ -173,7 +173,7 @@ - #msiSetDataObjAvoidResc - Specifies the copy to avoid - #msiSetGraftPathScheme - Sets the scheme for composing the physical path in the vault to GRAFT_PATH - #msiSetRandomScheme - Sets the the scheme for composing the physical path in the vault to RANDOM - - #msiSetResource - sets the resource from default + - #msiSetResource - (Deprecated) sets the resource from default - #msiSetNumThreads - specify the parameters for determining the number of threads to use for data transfer - #msiNoChkFilePathPerm - Does not check file path permission when registering a file - #msiSetChkFilePathPerm - Sets the check type for file path permission check when registering a file diff --git a/server/re/src/icatGeneralMS.cpp b/server/re/src/icatGeneralMS.cpp index 27c1a8d9f5..77c12882f6 100644 --- a/server/re/src/icatGeneralMS.cpp +++ b/server/re/src/icatGeneralMS.cpp @@ -121,6 +121,8 @@ msiQuota( ruleExecInfo_t *rei ) { * * \since pre-2.1 * + * \deprecated Deprecated in 4.3.2. Its use should be avoided. + * * * \note This microservice sets the resource as part of a workflow execution. *