Package mops.businesslogic.search
Interface SearchService
-
- All Known Implementing Classes:
SearchServiceImpl
@Service public interface SearchService
Service for searching.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<FileListEntry>
searchFolder(Account account, long dirId, FileQuery query)
Searches a folder for files.
-
-
-
Method Detail
-
searchFolder
java.util.List<FileListEntry> searchFolder(Account account, long dirId, FileQuery query) throws MopsException
Searches a folder for files.- Parameters:
account
- user credentialsdirId
- id of the folder to be searchedquery
- wrapper object of the query parameter- Returns:
- list of files
- Throws:
MopsException
-
-