public interface IAuthRuleBuilderAppliesTo<T>
| Modifier and Type | Method and Description |
|---|---|
T |
allResources()
Rule applies to all resources
|
T |
resourcesOfType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)
Rule applies to resources of the given type
|
T allResources()
T resourcesOfType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)
Copyright © 2014–2019 University Health Network. All rights reserved.