Uses of Class
com.ibm.fhir.search.parameters.SortParameter
- 
Packages that use SortParameter Package Description com.ibm.fhir.persistence.jdbc.domain com.ibm.fhir.persistence.jdbc.util com.ibm.fhir.search.context com.ibm.fhir.search.context.impl  - 
- 
Uses of SortParameter in com.ibm.fhir.persistence.jdbc.domain
Constructors in com.ibm.fhir.persistence.jdbc.domain with parameters of type SortParameter Constructor Description DomainSortParameter(SortParameter sp)Public constructor - 
Uses of SortParameter in com.ibm.fhir.persistence.jdbc.util
Constructor parameters in com.ibm.fhir.persistence.jdbc.util with type arguments of type SortParameter Constructor Description SortedQuerySegmentAggregator(Class<?> resourceType, int offset, int pageSize, ParameterDAO parameterDao, ResourceDAO resourceDao, List<SortParameter> sortParms, QueryHints queryHints)Constructs a new SortedQuerySegmentAggregator - 
Uses of SortParameter in com.ibm.fhir.search.context
Methods in com.ibm.fhir.search.context that return types with arguments of type SortParameter Modifier and Type Method Description List<SortParameter>FHIRSearchContext. getSortParameters()Method parameters in com.ibm.fhir.search.context with type arguments of type SortParameter Modifier and Type Method Description voidFHIRSearchContext. setSortParameters(List<SortParameter> sortParameters) - 
Uses of SortParameter in com.ibm.fhir.search.context.impl
Methods in com.ibm.fhir.search.context.impl that return types with arguments of type SortParameter Modifier and Type Method Description List<SortParameter>FHIRSearchContextImpl. getSortParameters()Method parameters in com.ibm.fhir.search.context.impl with type arguments of type SortParameter Modifier and Type Method Description voidFHIRSearchContextImpl. setSortParameters(List<SortParameter> sortParameters) 
 -