
Uses of Class
ca.uhn.fhir.interceptor.auth.CompartmentSearchParameterModifications
Packages that use CompartmentSearchParameterModifications
-
Uses of CompartmentSearchParameterModifications in ca.uhn.fhir.interceptor.auth
Methods in ca.uhn.fhir.interceptor.auth that return CompartmentSearchParameterModificationsModifier and TypeMethodDescriptionCompartmentSearchParameterModifications.fromAdditionalAndOmittedSPNames
(String theResourceType, Set<String> theAdditionalSPs, Set<String> theOmittedSps) Construct compartment modifications from resource type and sets of SP names to add or omit respectively.CompartmentSearchParameterModifications.fromAdditionalCompartmentParamNames
(String theResourceType, Set<String> theAdditionalCompartmentParamNames) -
Uses of CompartmentSearchParameterModifications in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util with parameters of type CompartmentSearchParameterModificationsModifier and TypeMethodDescriptionFhirTerser.getCompartmentOwnersForResource
(String theCompartmentName, IBaseResource theSource, CompartmentSearchParameterModifications theModifications) Returns the owners of the compartment intheSource
is in the compartment namedtheCompartmentName
.FhirTerser.getCompartmentReferencesForResource
(String theCompartmentName, IBaseResource theSource, CompartmentSearchParameterModifications theModifications) boolean
FhirTerser.isSourceInCompartmentForTarget
(String theCompartmentName, IBaseResource theSource, IIdType theTarget, CompartmentSearchParameterModifications theModifications) Returnstrue
iftheSource
is in the compartment namedtheCompartmentName
belonging to resourcetheTarget