Package ca.uhn.fhir.jpa.searchparam
Class MatchUrlService
java.lang.Object
ca.uhn.fhir.jpa.searchparam.MatchUrlService
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetResourceSearch
(String theUrl) getResourceSearch
(String theUrl, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) ca.uhn.fhir.model.api.IQueryParameterType
newInstanceType
(String theParamType) static MatchUrlService.Flag
Indicates that the parser should process _include and _revinclude (by default these are not handled)translateMatchUrl
(String theMatchUrl, ca.uhn.fhir.context.RuntimeResourceDefinition theResourceDefinition, MatchUrlService.Flag... theFlags)
-
Constructor Details
-
MatchUrlService
public MatchUrlService()
-
-
Method Details
-
translateMatchUrl
public SearchParameterMap translateMatchUrl(String theMatchUrl, ca.uhn.fhir.context.RuntimeResourceDefinition theResourceDefinition, MatchUrlService.Flag... theFlags) -
newInstanceType
-
getResourceSearch
public ResourceSearch getResourceSearch(String theUrl, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) -
getResourceSearch
-
processIncludes
Indicates that the parser should process _include and _revinclude (by default these are not handled)
-