public interface IAuthRuleBuilderRuleOp extends IAuthRuleBuilderAppliesTo<IAuthRuleBuilderRuleOpClassifier>
| Modifier and Type | Method and Description |
|---|---|
IAuthRuleFinished |
instance(IIdType theId)
Rule applies to the resource with the given ID (e.g.
|
IAuthRuleFinished |
instance(String theId)
Rule applies to the resource with the given ID (e.g.
|
allResources, resourcesOfTypeIAuthRuleFinished instance(String theId)
Patient/123)
See the following examples which show how theId is interpreted:
http://example.com/Patient/123 - Any Patient resource with the ID "123" will be matched (note: the base URL part is ignored)Patient/123 - Any Patient resource with the ID "123" will be matched123 - Any resource of any type with the ID "123" will be matchedtheId - The ID of the resource to apply (e.g. Patient/123)IllegalArgumentException - If theId does not contain an ID with at least an ID partNullPointerException - If theId is nullIAuthRuleFinished instance(IIdType theId)
Patient/123)
See the following examples which show how theId is interpreted:
http://example.com/Patient/123 - Any Patient resource with the ID "123" will be matched (note: the base URL part is ignored)Patient/123 - Any Patient resource with the ID "123" will be matched123 - Any resource of any type with the ID "123" will be matchedtheId - The ID of the resource to apply (e.g. Patient/123)IllegalArgumentException - If theId does not contain an ID with at least an ID partNullPointerException - If theId is nullCopyright © 2014–2017 University Health Network. All rights reserved.