Class SearchWholeSystemFilterQuery


  • public class SearchWholeSystemFilterQuery
    extends SearchQuery
    Domain model of the FHIR search context representing the query used to perform the search operation in the database. The query built by this class fetches the filter data for whole system searches, which is a set of logical resource id + resource type.
    • Constructor Detail

      • SearchWholeSystemFilterQuery

        public SearchWholeSystemFilterQuery()
        Public constructor
    • Method Detail

      • add

        public void add​(DomainSortParameter dsp)
        Add the given sort parameter to the sortParameters list.
        Parameters:
        dsp -
      • visit

        public <T> T visit​(SearchQueryVisitor<T> visitor)
                    throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Description copied from class: SearchQuery
        Get the root query and attach the parameter filters to it
        Overrides:
        visit in class SearchQuery
        Returns:
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException