Interface IAuthRuleBuilderOperationNamed
-
public interface IAuthRuleBuilderOperationNamed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthRuleBuilderOperationNamedAndScopedatAnyLevel()Rule applies to invocations of this operation at any level (server, type or instance)IAuthRuleBuilderOperationNamedAndScopedonAnyInstance()Rule applies to invocations of this operation at theinstancelevel on any instanceIAuthRuleBuilderOperationNamedAndScopedonAnyType()Rule applies to invocations of this operation at thetypelevel on any typeIAuthRuleBuilderOperationNamedAndScopedonInstance(org.hl7.fhir.instance.model.api.IIdType theInstanceId)Rule applies to invocations of this operation at theinstancelevelIAuthRuleBuilderOperationNamedAndScopedonInstancesOfType(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 typeIAuthRuleBuilderOperationNamedAndScopedonServer()Rule applies to invocations of this operation at theserverlevelIAuthRuleBuilderOperationNamedAndScopedonType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)Rule applies to invocations of this operation at thetypelevel
-
-
-
Method Detail
-
onServer
IAuthRuleBuilderOperationNamedAndScoped 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
IAuthRuleBuilderOperationNamedAndScoped 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
-
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
IAuthRuleBuilderOperationNamedAndScoped onAnyInstance()
Rule applies to invocations of this operation at theinstancelevel on any instance
-
atAnyLevel
IAuthRuleBuilderOperationNamedAndScoped atAnyLevel()
Rule applies to invocations of this operation at any level (server, type or instance)
-
-