Interface IAuthRuleBuilderRuleOpDelete
-
- All Superinterfaces:
IAuthRuleBuilderAppliesTo<IAuthRuleBuilderRuleOpClassifier>,IAuthRuleBuilderRuleOp
public interface IAuthRuleBuilderRuleOpDelete extends IAuthRuleBuilderRuleOp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthRuleBuilderRuleOponCascade()Specifies that this rule applies to cascading deletes as opposed to regular deletes.-
Methods inherited from interface ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleBuilderAppliesTo
allResources, resourcesOfType, resourcesOfType
-
Methods inherited from interface ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleBuilderRuleOp
instance, instance, instances
-
-
-
-
Method Detail
-
onCascade
IAuthRuleBuilderRuleOp onCascade()
Specifies that this rule applies to cascading deletes as opposed to regular deletes. Note that if you want to allow cascading deletes, you will typically require at least two separate rules: one for the original source resource, and one for the cascade.
-
-