mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6310: sc:securityMarksSearch is not properly updated when editing the content classification (affects the results from RM search results): automation test
This commit is contained in:
@@ -591,6 +591,17 @@ public class BaseRMRestTest extends RestTest
|
||||
RecordFolderAPI recordFolderAPI = restAPIFactory.getRecordFolderAPI();
|
||||
recordFolderAPI.deleteRecordFolder(recordFolderId);
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete a record
|
||||
*
|
||||
* @param recordId the id of the record to delete
|
||||
*/
|
||||
public void deleteRecord(String recordId)
|
||||
{
|
||||
RecordsAPI recordsAPI = restAPIFactory.getRecordsAPI();
|
||||
recordsAPI.deleteRecord(recordId);
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete a record category
|
||||
|
Reference in New Issue
Block a user