Class SearchWholeSystemDataQuery


  • public class SearchWholeSystemDataQuery
    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 resource data for whole system searches.
    • Constructor Detail

      • SearchWholeSystemDataQuery

        public SearchWholeSystemDataQuery​(String resourceType)
        Public constructor
        Parameters:
        resourceType -
    • Method Detail

      • 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