Skip to content

Commit

Permalink
marking deprecating
Browse files Browse the repository at this point in the history
  • Loading branch information
wangf1122 committed May 29, 2024
1 parent e58a066 commit 10c2bfb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,14 @@ MetadataResource putResource(ServiceContext context, String metadataUuid, String
/**
* Delete all resources for a metadata
*
* @deprecated it is possible that the metadata draft was deleted during the transaction. Use
* String delResources(ServiceContext context, int metadataId) throws Exception; instead.
*
* @param context
* @param metadataUuid The metadata UUID
* @param approved Return the approved version or not
*/
@Deprecated
String delResources(ServiceContext context, String metadataUuid, Boolean approved) throws Exception;

/**
Expand Down

0 comments on commit 10c2bfb

Please sign in to comment.