public interface IAuthRuleBuilderOperationNamed
| Modifier and Type | Method and Description |
|---|---|
IAuthRuleBuilderOperationNamedAndScoped |
atAnyLevel()
Rule applies to invocations of this operation at any level (server, type or instance)
|
IAuthRuleBuilderOperationNamedAndScoped |
onAnyInstance()
Rule applies to invocations of this operation at the
instance level on any instance |
IAuthRuleBuilderOperationNamedAndScoped |
onAnyType()
Rule applies to invocations of this operation at the
type level on any type |
IAuthRuleBuilderOperationNamedAndScoped |
onInstance(org.hl7.fhir.instance.model.api.IIdType theInstanceId)
Rule applies to invocations of this operation at the
instance level |
IAuthRuleBuilderOperationNamedAndScoped |
onInstancesOfType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)
Rule applies to invocations of this operation at the
instance level on any instance of the given type |
IAuthRuleBuilderOperationNamedAndScoped |
onServer()
Rule applies to invocations of this operation at the
server level |
IAuthRuleBuilderOperationNamedAndScoped |
onType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)
Rule applies to invocations of this operation at the
type level |
IAuthRuleBuilderOperationNamedAndScoped onServer()
server levelIAuthRuleBuilderOperationNamedAndScoped onType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)
type levelIAuthRuleBuilderOperationNamedAndScoped onAnyType()
type level on any typeIAuthRuleBuilderOperationNamedAndScoped onInstance(org.hl7.fhir.instance.model.api.IIdType theInstanceId)
instance levelIAuthRuleBuilderOperationNamedAndScoped onInstancesOfType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)
instance level on any instance of the given typeIAuthRuleBuilderOperationNamedAndScoped onAnyInstance()
instance level on any instanceIAuthRuleBuilderOperationNamedAndScoped atAnyLevel()
Copyright © 2014–2019 University Health Network. All rights reserved.