public interface IBaseOn<T>
| Modifier and Type | Method and Description |
|---|---|
T |
onInstance(IIdType theId)
Perform the operation across all versions of a specific resource (by ID and type) on the server.
|
T |
onServer()
Perform the operation across all versions of all resources of all types on the server
|
T |
onType(Class<? extends IBaseResource> theResourceType)
Perform the operation across all versions of all resources of the given type on the server
|
T onServer()
T onType(Class<? extends IBaseResource> theResourceType)
T onInstance(IIdType theId)
theId must be populated with both a resource type and a resource ID at
a minimum.IllegalArgumentException - If theId does not contain at least a resource type and IDCopyright © 2014–2017 University Health Network. All rights reserved.