IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.atAnyLevel() |
Rule applies to invocations of this operation at any level (server, type or instance)
|
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.onAnyInstance() |
Rule applies to invocations of this operation at the instance level on any instance
|
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.onAnyType() |
Rule applies to invocations of this operation at the type level on any type
|
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.onInstance(org.hl7.fhir.instance.model.api.IIdType theInstanceId) |
Rule applies to invocations of this operation at the instance level
|
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.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 |
IAuthRuleBuilderOperationNamed.onServer() |
Rule applies to invocations of this operation at the server level
|
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.onType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType) |
Rule applies to invocations of this operation at the type level
|