
Uses of Enum Class
ca.uhn.fhir.rest.server.util.ISearchParamRegistry.SearchParamLookupContextEnum
Packages that use ISearchParamRegistry.SearchParamLookupContextEnum
-
Uses of ISearchParamRegistry.SearchParamLookupContextEnum in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server with parameters of type ISearchParamRegistry.SearchParamLookupContextEnumModifier and TypeMethodDescriptionca.uhn.fhir.context.RuntimeSearchParamRestfulServerConfiguration.getActiveSearchParam(String theResourceName, String theParamName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) ca.uhn.fhir.context.RuntimeSearchParamRestfulServerConfiguration.getActiveSearchParamByUrl(String theUrl, ISearchParamRegistry.SearchParamLookupContextEnum theContext) RestfulServerConfiguration.getActiveSearchParams(String theResourceName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) -
Uses of ISearchParamRegistry.SearchParamLookupContextEnum in ca.uhn.fhir.rest.server.util
Methods in ca.uhn.fhir.rest.server.util that return ISearchParamRegistry.SearchParamLookupContextEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ISearchParamRegistry.SearchParamLookupContextEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.rest.server.util with parameters of type ISearchParamRegistry.SearchParamLookupContextEnumModifier and TypeMethodDescriptionList<ca.uhn.fhir.context.RuntimeSearchParam> FhirContextSearchParamRegistry.getActiveComboSearchParams(String theResourceName, ca.uhn.fhir.context.ComboSearchParamType theParamType, ISearchParamRegistry.SearchParamLookupContextEnum theContext) List<ca.uhn.fhir.context.RuntimeSearchParam> FhirContextSearchParamRegistry.getActiveComboSearchParams(String theResourceName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) List<ca.uhn.fhir.context.RuntimeSearchParam> FhirContextSearchParamRegistry.getActiveComboSearchParams(String theResourceName, Set<String> theParamNames, ISearchParamRegistry.SearchParamLookupContextEnum theContext) default List<ca.uhn.fhir.context.RuntimeSearchParam> ISearchParamRegistry.getActiveComboSearchParams(String theResourceName, ca.uhn.fhir.context.ComboSearchParamType theParamType, ISearchParamRegistry.SearchParamLookupContextEnum theContext) default List<ca.uhn.fhir.context.RuntimeSearchParam> ISearchParamRegistry.getActiveComboSearchParams(String theResourceName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) default List<ca.uhn.fhir.context.RuntimeSearchParam> ISearchParamRegistry.getActiveComboSearchParams(String theResourceName, Set<String> theParamNames, ISearchParamRegistry.SearchParamLookupContextEnum theContext) ca.uhn.fhir.context.RuntimeSearchParamFhirContextSearchParamRegistry.getActiveSearchParam(String theResourceName, String theParamName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) ca.uhn.fhir.context.RuntimeSearchParamISearchParamRegistry.getActiveSearchParam(String theResourceName, String theParamName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) ca.uhn.fhir.context.RuntimeSearchParamFhirContextSearchParamRegistry.getActiveSearchParamByUrl(String theUrl, ISearchParamRegistry.SearchParamLookupContextEnum theContext) ca.uhn.fhir.context.RuntimeSearchParamISearchParamRegistry.getActiveSearchParamByUrl(String theUrl, ISearchParamRegistry.SearchParamLookupContextEnum theContext) Fetch a SearchParameter by URLFhirContextSearchParamRegistry.getActiveSearchParams(String theResourceName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) ISearchParamRegistry.getActiveSearchParams(String theResourceName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) default ca.uhn.fhir.context.RuntimeSearchParamISearchParamRegistry.getRuntimeSearchParam(String theResourceType, String theParamName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) Find a search param for a resource.default ResourceSearchParamsISearchParamRegistry.getRuntimeSearchParams(String theResourceType, ISearchParamRegistry.SearchParamLookupContextEnum theContext) Get all the search params for a resource.default Collection<String> ISearchParamRegistry.getValidSearchParameterNamesIncludingMeta(String theResourceName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) Returns a collection containing all of the valid active search parameters.default booleanISearchParamRegistry.hasActiveSearchParam(String theResourceType, String theParamName, ISearchParamRegistry.SearchParamLookupContextEnum theContext) Is there an active search param with the given name for the given resource typestatic booleanISearchParamRegistry.isAllowedForContext(ca.uhn.fhir.context.RuntimeSearchParam theSearchParam, ISearchParamRegistry.SearchParamLookupContextEnum theContext) ResourceSearchParams.toFilteredForContext(ISearchParamRegistry.SearchParamLookupContextEnum theContext) Returns a filtered view of thisResourceSearchParamsinstance if any parameters are not valid for the given theContext.