Uses of Interface
org.linuxforhealth.fhir.search.context.FHIRSearchContext
- 
- 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.persistence.context
Methods in org.linuxforhealth.fhir.persistence.context that return FHIRSearchContext Modifier and Type Method Description FHIRSearchContextFHIRPersistenceContext. getSearchContext()Returns the FHIRSearchContext instance associated with the current request.FHIRSearchContextFHIRPersistenceEvent. getSearchContextImpl()Returns the FHIRSearchContext instance currently being used by the FHIR REST API layer to process the current request.Methods in org.linuxforhealth.fhir.persistence.context with parameters of type FHIRSearchContext Modifier and Type Method Description static FHIRPersistenceContextFHIRPersistenceContextFactory. createPersistenceContext(FHIRPersistenceEvent event, FHIRSearchContext searchContext, java.lang.String requestShard)Returns a FHIRPersistenceContext that contains a FHIRPersistenceEvent and a FHIRSearchContext. - 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.persistence.context.impl
Methods in org.linuxforhealth.fhir.persistence.context.impl that return FHIRSearchContext Modifier and Type Method Description FHIRSearchContextFHIRPersistenceContextImpl. getSearchContext()Methods in org.linuxforhealth.fhir.persistence.context.impl with parameters of type FHIRSearchContext Modifier and Type Method Description FHIRPersistenceContextImpl.BuilderFHIRPersistenceContextImpl.Builder. withSearchContext(FHIRSearchContext searchContext)Build with the given searchContext - 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.persistence.jdbc.util
Methods in org.linuxforhealth.fhir.persistence.jdbc.util with parameters of type FHIRSearchContext Modifier and Type Method Description SelectNewQueryBuilder. buildCountQuery(java.lang.Class<?> resourceType, FHIRSearchContext searchContext, SchemaType schemaType)Builds a query that returns the count of the search results that would be found by applying the search parameters contained within the passed search context.SelectNewQueryBuilder. buildIncludeQuery(java.lang.Class<?> resourceType, FHIRSearchContext searchContext, InclusionParameter inclusionParm, java.util.List<java.lang.Long> logicalResourceIds, java.lang.String inclusionType, SchemaType schemaType)Builds a query that returns included resources.SelectNewQueryBuilder. buildQuery(java.lang.Class<?> resourceType, FHIRSearchContext searchContext, SchemaType schemaType)Construct a FHIR search querySelectNewQueryBuilder. buildWholeSystemDataQuery(FHIRSearchContext searchContext, java.util.Map<java.lang.Integer,java.util.List<java.lang.Long>> resourceTypeIdToLogicalResourceIdMap, SchemaType schemaType)Builds a query that returns resource data for the specified whole-system search. - 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.persistence.util
Methods in org.linuxforhealth.fhir.persistence.util with parameters of type FHIRSearchContext Modifier and Type Method Description TQueryBuilder. buildQuery(java.lang.Class<?> resourceType, FHIRSearchContext searchContext)Deprecated.Build and return query for the passed resource type and search parameters. - 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.search.context
Methods in org.linuxforhealth.fhir.search.context that return FHIRSearchContext Modifier and Type Method Description static FHIRSearchContextFHIRSearchContextFactory. createSearchContext()Returns a new instance of the FHIRSearchContext interface. - 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.search.context.impl
Classes in org.linuxforhealth.fhir.search.context.impl that implement FHIRSearchContext Modifier and Type Class Description classFHIRSearchContextImplImplementation ofFHIRSearchContext - 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.search.sort
Methods in org.linuxforhealth.fhir.search.sort with parameters of type FHIRSearchContext Modifier and Type Method Description voidSort. checkIfUndefined(java.lang.String resourceTypeName, java.lang.String sortParmCode, SearchParameter sortParmProxy, FHIRSearchContext context)Checks to see if undefined as a SearchParameter.voidSort. checkSystemLevel(java.lang.String resourceTypeName, java.lang.String code, FHIRSearchContext context)Check system level searches with DESC/ASC are ONLY with _id and _lastUpdated.voidSort. parseSortParameter(java.lang.Class<?> resourceType, FHIRSearchContext context, java.lang.String sortParmValue, SearchHelper searchHelper)Parses the _sort parameter.voidSort. parseSortParameter(java.lang.String resourceTypeName, FHIRSearchContext context, java.lang.String sortParmValue, SearchHelper searchHelper)Parses the _sort parameter. - 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.search.uri
Methods in org.linuxforhealth.fhir.search.uri with parameters of type FHIRSearchContext Modifier and Type Method Description UriBuilderUriBuilder. context(FHIRSearchContext context)adds the context inline. - 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.search.util
Methods in org.linuxforhealth.fhir.search.util that return FHIRSearchContext Modifier and Type Method Description FHIRSearchContextSearchHelper. parseCompartmentQueryParameters(java.lang.String compartmentName, java.lang.String compartmentLogicalId, java.lang.Class<?> resourceType, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters)FHIRSearchContextSearchHelper. parseCompartmentQueryParameters(java.lang.String compartmentName, java.lang.String compartmentLogicalId, java.lang.Class<?> resourceType, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, boolean lenient, boolean includeResource, FHIRVersionParam fhirVersion)FHIRSearchContextSearchHelper. parseQueryParameters(java.lang.Class<?> resourceType, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters)FHIRSearchContextSearchHelper. parseQueryParameters(java.lang.Class<?> resourceType, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, boolean lenient, boolean includeResource)FHIRSearchContextSearchHelper. parseQueryParameters(java.lang.Class<?> resourceType, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, boolean lenient, boolean includeResource, FHIRVersionParam fhirVersion)Parse the passed query parameters into a FHIRSeachContext according to the given optionsFHIRSearchContextSearchHelper. parseReadQueryParameters(java.lang.Class<?> resourceType, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, java.lang.String interaction, boolean lenient, FHIRVersionParam fhirVersion)Parse query parameters for read and vread.Methods in org.linuxforhealth.fhir.search.util with parameters of type FHIRSearchContext Modifier and Type Method Description static java.lang.StringSearchHelper. buildSearchSelfUri(java.lang.String requestUriString, FHIRSearchContext context)Build the self link from the search parameters actually used by the serverstatic voidSearchHelper. checkInclusionIterateParameters(java.lang.String resourceType, FHIRSearchContext context, boolean lenient)Check if _include or _revinclude parameters with the :iterate modifier reference invalid resource types.static booleanSearchHelper. isCompartmentSearch(FHIRSearchContext searchContext)Inspect the searchContext to see if the parameters define a compartment-based search. - 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.server.spi.operation
Methods in org.linuxforhealth.fhir.server.spi.operation with parameters of type FHIRSearchContext Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>FHIRResourceHelpers. buildPersistenceEventProperties(java.lang.String type, java.lang.String id, java.lang.String version, FHIRSearchContext searchContext, FHIRSystemHistoryContext systemHistoryContext)Builds a collection of properties that will be passed to the persistence interceptors. - 
Uses of FHIRSearchContext in org.linuxforhealth.fhir.server.util
Methods in org.linuxforhealth.fhir.server.util with parameters of type FHIRSearchContext Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>FHIRRestHelper. buildPersistenceEventProperties(java.lang.String type, java.lang.String id, java.lang.String version, FHIRSearchContext searchContext, FHIRSystemHistoryContext systemHistoryContext)(package private) BundleFHIRRestHelper. createSearchResponseBundle(java.util.List<ResourceResult<? extends Resource>> resourceResults, FHIRSearchContext searchContext, java.lang.String type)Creates a bundle that will hold results for a search operation. 
 -