Interface DSpaceFilterResolver

  • All Superinterfaces:
    com.lyncode.xoai.dataprovider.services.api.FilterResolver
    All Known Implementing Classes:
    BaseDSpaceFilterResolver

    public interface DSpaceFilterResolver
    extends com.lyncode.xoai.dataprovider.services.api.FilterResolver
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String buildSolrQuery​(com.lyncode.xoai.dataprovider.filter.Scope scope, com.lyncode.xoai.dataprovider.filter.conditions.Condition condition)  
      • Methods inherited from interface com.lyncode.xoai.dataprovider.services.api.FilterResolver

        getFilter, getFilter, getFilter, getFilter
    • Method Detail

      • buildSolrQuery

        String buildSolrQuery​(com.lyncode.xoai.dataprovider.filter.Scope scope,
                              com.lyncode.xoai.dataprovider.filter.conditions.Condition condition)