Interface IAuthRuleBuilderAppliesTo<T>

All Known Subinterfaces:
IAuthRuleBuilderRuleConditional, IAuthRuleBuilderRuleOp, IAuthRuleBuilderRuleOpDelete

public interface IAuthRuleBuilderAppliesTo<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Rule applies to all resources
    resourcesOfType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)
    Rule applies to resources of the given type
    Rule applies to resources of the given type
  • Method Details

    • allResources

      Rule applies to all resources
    • resourcesOfType

      T resourcesOfType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)
      Rule applies to resources of the given type
    • resourcesOfType

      Rule applies to resources of the given type
      Parameters:
      theType - E.g. "Patient"