Class ProjectSearchConnector

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class ProjectSearchConnector
    extends org.exoplatform.commons.api.search.SearchServiceConnector
    • Field Summary

      • Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

        desc, name
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectSearchConnector​(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.task.service.ProjectService projectService, org.exoplatform.web.WebAppController controller)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Collection<org.exoplatform.commons.api.search.data.SearchResult> search​(org.exoplatform.commons.api.search.data.SearchContext context, String query, Collection<String> sites, int offset, int limit, String sort, String order)  
      • Methods inherited from class org.exoplatform.commons.api.search.SearchServiceConnector

        getDisplayName, getSearchType, isEnable, isEnabledForAnonymous, isIndexed, setDisplayName, setEnable, setEnabledForAnonymous, setSearchType
      • Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

        getDescription, getName, setDescription, setName
    • Constructor Detail

      • ProjectSearchConnector

        public ProjectSearchConnector​(org.exoplatform.container.xml.InitParams initParams,
                                      org.exoplatform.task.service.ProjectService projectService,
                                      org.exoplatform.web.WebAppController controller)
    • Method Detail

      • search

        public Collection<org.exoplatform.commons.api.search.data.SearchResult> search​(org.exoplatform.commons.api.search.data.SearchContext context,
                                                                                       String query,
                                                                                       Collection<String> sites,
                                                                                       int offset,
                                                                                       int limit,
                                                                                       String sort,
                                                                                       String order)
        Specified by:
        search in class org.exoplatform.commons.api.search.SearchServiceConnector