
Uses of Class
ca.uhn.fhir.jpa.searchparam.matcher.InMemoryMatchResult
Packages that use InMemoryMatchResult
- 
Uses of InMemoryMatchResult in ca.uhn.fhir.jpa.searchparam.matcherMethods in ca.uhn.fhir.jpa.searchparam.matcher that return InMemoryMatchResultModifier and TypeMethodDescriptionstatic InMemoryMatchResultInMemoryMatchResult.and(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) InMemoryResourceMatcher.canBeEvaluatedInMemory(SearchParameterMap theSearchParameterMap, ca.uhn.fhir.context.RuntimeResourceDefinition theResourceDefinition) InMemoryResourceMatcher.canBeEvaluatedInMemory(String theCriteria) static InMemoryMatchResultInMemoryMatchResult.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 InMemoryMatchResultInMemoryMatchResult.noMatch()static InMemoryMatchResultInMemoryMatchResult.or(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) static InMemoryMatchResultInMemoryMatchResult.successfulMatch()static InMemoryMatchResultInMemoryMatchResult.unsupportedFromParameterAndReason(String theUnsupportedParameter, String theUnsupportedReason) static InMemoryMatchResultInMemoryMatchResult.unsupportedFromReason(String theUnsupportedReason) Methods in ca.uhn.fhir.jpa.searchparam.matcher with parameters of type InMemoryMatchResultModifier and TypeMethodDescriptionstatic InMemoryMatchResultInMemoryMatchResult.and(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) static InMemoryMatchResultInMemoryMatchResult.or(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) 
InMemoryResourceMatcher.match(String, IBaseResource, ResourceIndexedSearchParams, RequestDetails)