
Class InMemoryMatchResult
java.lang.Object
ca.uhn.fhir.jpa.searchparam.matcher.InMemoryMatchResult
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic InMemoryMatchResultand(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) static InMemoryMatchResultfromBoolean(boolean theMatched) booleanbooleanmatched()static InMemoryMatchResultnoMatch()static InMemoryMatchResultor(InMemoryMatchResult theLeft, InMemoryMatchResult theRight) voidsetInMemory(boolean theInMemory) static InMemoryMatchResultbooleanstatic InMemoryMatchResultunsupportedFromParameterAndReason(String theUnsupportedParameter, String theUnsupportedReason) static InMemoryMatchResultunsupportedFromReason(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
-