Interface IAuthRuleBuilderAppliesTo<T>
- All Known Subinterfaces:
IAuthRuleBuilderRuleConditional
,IAuthRuleBuilderRuleOp
,IAuthRuleBuilderRuleOpDelete
public interface IAuthRuleBuilderAppliesTo<T>
-
Method Summary
Modifier and TypeMethodDescriptionRule applies to all resourcesresourcesOfType
(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType) Rule applies to resources of the given typeresourcesOfType
(String theType) Rule applies to resources of the given type
-
Method Details
-
allResources
Rule applies to all resources -
resourcesOfType
Rule applies to resources of the given type -
resourcesOfType
Rule applies to resources of the given type- Parameters:
theType
- E.g. "Patient"
-