Interface SearchService

  • All Known Implementing Classes:
    SearchServiceImpl

    @Service
    public interface SearchService
    Service for searching.
    • Method Detail

      • searchFolder

        java.util.List<FileListEntry> searchFolder​(Account account,
                                                   long dirId,
                                                   FileQuery query)
                                            throws MopsException
        Searches a folder for files.
        Parameters:
        account - user credentials
        dirId - id of the folder to be searched
        query - wrapper object of the query parameter
        Returns:
        list of files
        Throws:
        MopsException