Bulk delete folder

<< Click to Display Table of Contents >>

Current:  System Integration > Interface Instruction > Resource Batch Modification 

Bulk delete folder

Previous pageReturn to chapter overviewNext page

Method description

An interface call is provided to delete the folder in bulk. The caller passes in a < AssetRef > generic List data structure, which can be used to delete the folder where each element ref corresponds in this list.

 

The following needs to be noted :

During loop execution, an error occurs if the current ref does not exist

 

During loop execution, if the specified principle does not have write permission to the parent folder of the current ref, an error will occur during this delete process

 

If an error or exception occurs during the loop, this error message is logged in the errorInfo and continues to delete subsequent folders

 

method of calling 

rep.removeFolders(List<AssetRef> refs, GPrincipal user, Map<AssetRef, String> errorInfo) 

 

parameter declaration 

parameter name

parameter type

parameter declaration

Must pass

refs

List<AssetRef>

The generic type is <AssetRef, AssetRef>'s map data interface, which stores the Asset that needs to be moved, and the information of the target location.

yes

user

GPrincipal

GPrincipal object for validation of permissions

yes

errorInfo

Map<AssetRef, String>

Exception information set, structure:ref->e.message

yes

 

returned value

none

 

 exception declaration 

none