Package mops.businesslogic.directory
Interface DeleteService
-
- All Known Implementing Classes:
DeleteServiceImpl
@Service public interface DeleteServiceHandles directory and file deletion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectorydeleteFolder(Account account, long dirId)Deletes folder recursively.
-
-
-
Method Detail
-
deleteFolder
Directory deleteFolder(Account account, long dirId) throws MopsException
Deletes folder recursively.- Parameters:
account- user credentialsdirId- id of the folder- Returns:
- parent directory
- Throws:
MopsException
-
-