public interface IAuthRuleBuilderOperationNamed
| Modifier and Type | Method and Description |
|---|---|
IAuthRuleFinished |
onAnyInstance()
Rule applies to invocations of this operation at the
instance level on any instance |
IAuthRuleFinished |
onAnyType()
Rule applies to invocations of this operation at the
type level on any type |
IAuthRuleBuilderRuleOpClassifierFinished |
onInstance(IIdType theInstanceId)
Rule applies to invocations of this operation at the
instance level |
IAuthRuleBuilderRuleOpClassifierFinished |
onInstancesOfType(Class<? extends IBaseResource> theType)
Rule applies to invocations of this operation at the
instance level on any instance of the given type |
IAuthRuleBuilderRuleOpClassifierFinished |
onServer()
Rule applies to invocations of this operation at the
server level |
IAuthRuleBuilderRuleOpClassifierFinished |
onType(Class<? extends IBaseResource> theType)
Rule applies to invocations of this operation at the
type level |
IAuthRuleBuilderRuleOpClassifierFinished onServer()
server levelIAuthRuleBuilderRuleOpClassifierFinished onType(Class<? extends IBaseResource> theType)
type levelIAuthRuleFinished onAnyType()
type level on any typeIAuthRuleBuilderRuleOpClassifierFinished onInstance(IIdType theInstanceId)
instance levelIAuthRuleBuilderRuleOpClassifierFinished onInstancesOfType(Class<? extends IBaseResource> theType)
instance level on any instance of the given typeIAuthRuleFinished onAnyInstance()
instance level on any instanceCopyright © 2014–2017 University Health Network. All rights reserved.