Interface IAuthRuleBuilderRuleBulkExport
public interface IAuthRuleBuilderRuleBulkExport
- Since:
- 5.5.0
-
Method Summary
Modifier and TypeMethodDescriptionany()Allow/deny any bulk export operationgroupExportOnGroup(String theFocusResourceId) Allow/deny group-level export rule applies to the Group with the given resource ID, e.g.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.patientExportOnGroup(String theFocusResourceId) Allow/deny patient-level export rule applies to the Group with the given resource ID, e.g.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.Allow/deny system-level export rule applies to the Group with the given resource ID, e.g.
-
Method Details
-
groupExportOnGroup
default IAuthRuleBuilderRuleBulkExportWithTarget groupExportOnGroup(@Nonnull 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.Group/123- Since:
- 5.5.0
-
groupExportOnGroup
Allow/deny group-level export rule applies to the Group with the given resource ID, e.g.Group/123- Since:
- 5.5.0
-
patientExportOnGroup
default IAuthRuleBuilderRuleBulkExportWithTarget patientExportOnGroup(@Nonnull 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.Group/123- Since:
- 5.5.0
-
patientExportOnGroup
Allow/deny patient-level export rule applies to the Group with the given resource ID, e.g.Group/123- Since:
- 5.5.0
-
systemExport
Allow/deny system-level export rule applies to the Group with the given resource ID, e.g.Group/123- Since:
- 5.5.0
-
any
Allow/deny any bulk export operation
-