
Uses of Interface
ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleBuilderRuleBulkExportWithTarget
Packages that use IAuthRuleBuilderRuleBulkExportWithTarget
-
Uses of IAuthRuleBuilderRuleBulkExportWithTarget in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth that return IAuthRuleBuilderRuleBulkExportWithTargetModifier and TypeMethodDescriptionIAuthRuleBuilderRuleBulkExport.any()Allow/deny any bulk export operationIAuthRuleBuilderRuleBulkExport.groupExportOnGroup(String theFocusResourceId) Allow/deny group-level export rule applies to the Group with the given resource ID, e.g.IAuthRuleBuilderRuleBulkExport.groupExportOnGroup(org.hl7.fhir.instance.model.api.IIdType theFocusResourceId) Allow/deny group-level export rule applies to the Group with the given resource ID, e.g.IAuthRuleBuilderRuleBulkExport.patientExportOnAllPatients()IAuthRuleBuilderRuleBulkExport.patientExportOnGroup(String theFocusResourceId) Allow/deny patient-level export rule applies to the Group with the given resource ID, e.g.IAuthRuleBuilderRuleBulkExport.patientExportOnGroup(org.hl7.fhir.instance.model.api.IIdType theFocusResourceId) Allow/deny patient-level export rule applies to the Group with the given resource ID, e.g.IAuthRuleBuilderRuleBulkExport.patientExportOnPatient(String theFocusResourceId) IAuthRuleBuilderRuleBulkExport.patientExportOnPatient(org.hl7.fhir.instance.model.api.IIdType theFocusResourceId) IAuthRuleBuilderRuleBulkExport.patientExportOnPatients(Collection<org.hl7.fhir.instance.model.api.IIdType> theFocusResourceIds) IAuthRuleBuilderRuleBulkExport.patientExportOnPatientStrings(Collection<String> theFocusResourceIds) IAuthRuleBuilderRuleBulkExport.systemExport()Allow/deny system-level export rule applies to the Group with the given resource ID, e.g.IAuthRuleBuilderRuleBulkExportWithTarget.withResourceTypes(Collection<String> theResourceTypes) If specified, rule will only apply to bulk export requests that explicitly specify a list of resource types where the list is equal to, or a subset of the supplied collection.