
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 theinstancelevel on any instanceRule applies to invocations of this operation at thetypelevel on any typeonInstance(org.hl7.fhir.instance.model.api.IIdType theInstanceId) Rule applies to invocations of this operation at theinstancelevelonInstances(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 theinstancelevel on any instance of the given typeonServer()Rule applies to invocations of this operation at theserverlevelRule applies to invocations of this operation at thetypelevel
-
Method Details
-
onServer
Rule applies to invocations of this operation at theserverlevel -
onType
IAuthRuleBuilderOperationNamedAndScoped onType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType) Rule applies to invocations of this operation at thetypelevel -
onAnyType
Rule applies to invocations of this operation at thetypelevel on any type -
onInstance
IAuthRuleBuilderOperationNamedAndScoped onInstance(org.hl7.fhir.instance.model.api.IIdType theInstanceId) Rule applies to invocations of this operation at theinstancelevel -
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 theinstancelevel on any instance of the given type -
onAnyInstance
Rule applies to invocations of this operation at theinstancelevel on any instance -
atAnyLevel
Rule applies to invocations of this operation at any level (server, type or instance)
-