Class InMemoryMatchResult
java.lang.Object
ca.uhn.fhir.jpa.searchparam.matcher.InMemoryMatchResult
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic InMemoryMatchResult
and
(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) static InMemoryMatchResult
fromBoolean
(boolean theMatched) boolean
boolean
matched()
static InMemoryMatchResult
noMatch()
static InMemoryMatchResult
or
(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) 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) -
noMatch
-
supported
-
matched
-
getUnsupportedReason
-
isInMemory
-
setInMemory
-
and
-
or
-