Package mops.businesslogic.directory
Interface DeleteService
-
- All Known Implementing Classes:
DeleteServiceImpl
@Service public interface DeleteService
Handles directory and file deletion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Directory
deleteFolder(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
-
-