Uses of Class
ca.uhn.fhir.jpa.searchparam.matcher.InMemoryMatchResult
-
Uses of InMemoryMatchResult in ca.uhn.fhir.jpa.searchparam.matcher
Modifier and TypeMethodDescriptionstatic InMemoryMatchResult
InMemoryMatchResult.and
(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) InMemoryResourceMatcher.canBeEvaluatedInMemory
(SearchParameterMap theSearchParameterMap, ca.uhn.fhir.context.RuntimeResourceDefinition theResourceDefinition) InMemoryResourceMatcher.canBeEvaluatedInMemory
(String theCriteria) static InMemoryMatchResult
InMemoryMatchResult.fromBoolean
(boolean theMatched) InMemoryResourceMatcher.match
(SearchParameterMap theSearchParameterMap, org.hl7.fhir.instance.model.api.IBaseResource theResource, ca.uhn.fhir.context.RuntimeResourceDefinition theResourceDefinition, ResourceIndexedSearchParams theSearchParams) InMemoryResourceMatcher.match
(String theCriteria, org.hl7.fhir.instance.model.api.IBaseResource theResource, ResourceIndexedSearchParams theIndexedSearchParams) Deprecated.InMemoryResourceMatcher.match
(String theCriteria, org.hl7.fhir.instance.model.api.IBaseResource theResource, ResourceIndexedSearchParams theIndexedSearchParams, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) This method is called in two different scenarios.SearchParamMatcher.match
(SearchParameterMap theSearchParameterMap, org.hl7.fhir.instance.model.api.IBaseResource theResource) SearchParamMatcher.match
(String theCriteria, org.hl7.fhir.instance.model.api.IBaseResource theResource, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) static InMemoryMatchResult
InMemoryMatchResult.noMatch()
static InMemoryMatchResult
InMemoryMatchResult.or
(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) static InMemoryMatchResult
InMemoryMatchResult.successfulMatch()
static InMemoryMatchResult
InMemoryMatchResult.unsupportedFromParameterAndReason
(String theUnsupportedParameter, String theUnsupportedReason) static InMemoryMatchResult
InMemoryMatchResult.unsupportedFromReason
(String theUnsupportedReason) Modifier and TypeMethodDescriptionstatic InMemoryMatchResult
InMemoryMatchResult.and
(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) static InMemoryMatchResult
InMemoryMatchResult.or
(InMemoryMatchResult theLeft, InMemoryMatchResult theRight)
InMemoryResourceMatcher.match(String, IBaseResource, ResourceIndexedSearchParams, RequestDetails)