Interface IAuthRuleBuilderOperationNamed
public interface IAuthRuleBuilderOperationNamed
-
Method Summary
Modifier and TypeMethodDescriptionRule applies to invocations of this operation at any level (server, type or instance)Rule applies to invocations of this operation at theinstance
level on any instanceRule applies to invocations of this operation at thetype
level on any typeonInstance
(org.hl7.fhir.instance.model.api.IIdType theInstanceId) Rule applies to invocations of this operation at theinstance
levelonInstances
(Collection<org.hl7.fhir.instance.model.api.IIdType> theInstanceIds) onInstancesOfType
(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType) Rule applies to invocations of this operation at theinstance
level on any instance of the given typeonServer()
Rule applies to invocations of this operation at theserver
levelRule applies to invocations of this operation at thetype
level
-
Method Details
-
onServer
Rule applies to invocations of this operation at theserver
level -
onType
IAuthRuleBuilderOperationNamedAndScoped onType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType) Rule applies to invocations of this operation at thetype
level -
onAnyType
Rule applies to invocations of this operation at thetype
level on any type -
onInstance
IAuthRuleBuilderOperationNamedAndScoped onInstance(org.hl7.fhir.instance.model.api.IIdType theInstanceId) Rule applies to invocations of this operation at theinstance
level -
onInstances
IAuthRuleBuilderOperationNamedAndScoped onInstances(Collection<org.hl7.fhir.instance.model.api.IIdType> theInstanceIds) -
onInstancesOfType
IAuthRuleBuilderOperationNamedAndScoped onInstancesOfType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType) Rule applies to invocations of this operation at theinstance
level on any instance of the given type -
onAnyInstance
Rule applies to invocations of this operation at theinstance
level on any instance -
atAnyLevel
Rule applies to invocations of this operation at any level (server, type or instance)
-