
Uses of Enum
ca.uhn.fhir.jpa.model.search.SearchStatusEnum
Packages that use SearchStatusEnum
-
Uses of SearchStatusEnum in ca.uhn.fhir.jpa.model.search
Methods in ca.uhn.fhir.jpa.model.search that return SearchStatusEnumModifier and TypeMethodDescriptionSearchRuntimeDetails.getSearchStatus()
static SearchStatusEnum
Returns the enum constant of this type with the specified name.static SearchStatusEnum[]
SearchStatusEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.model.search with parameters of type SearchStatusEnumModifier and TypeMethodDescriptionvoid
SearchRuntimeDetails.setSearchStatus
(SearchStatusEnum theSearchStatus)