
Class InMemoryMatchResult
java.lang.Object
ca.uhn.fhir.jpa.searchparam.matcher.InMemoryMatchResult
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic InMemoryMatchResult
fromBoolean
(boolean theMatched) boolean
boolean
matched()
void
setInMemory
(boolean theInMemory) static InMemoryMatchResult
boolean
static InMemoryMatchResult
unsupportedFromParameterAndReason
(String theUnsupportedParameter, String theUnsupportedReason) static InMemoryMatchResult
unsupportedFromReason
(String theUnsupportedReason)
-
Field Details
-
PARSE_FAIL
- See Also:
-
STANDARD_PARAMETER
- See Also:
-
CHAIN
- See Also:
-
PARAM
- See Also:
-
QUALIFIER
- See Also:
-
LOCATION_NEAR
- See Also:
-
-
Method Details
-
successfulMatch
-
fromBoolean
-
unsupportedFromReason
-
unsupportedFromParameterAndReason
public static InMemoryMatchResult unsupportedFromParameterAndReason(String theUnsupportedParameter, String theUnsupportedReason) -
supported
-
matched
-
getUnsupportedReason
-
isInMemory
-
setInMemory
-