public interface IReadTyped<T extends IBaseResource>
| Modifier and Type | Method and Description |
|---|---|
IReadExecutable<T> |
withId(IIdType theId)
Search using an ID.
|
IReadExecutable<T> |
withId(Long theId)
Perform a search by resource ID
|
IReadExecutable<T> |
withId(String theId)
Perform a search by resource ID
|
IReadExecutable<T> |
withIdAndVersion(String theId,
String theVersion)
Perform a search by resource ID and version
|
IReadExecutable<T> |
withUrl(IIdType theUrl) |
IReadExecutable<T> |
withUrl(String theUrl) |
IReadExecutable<T> withId(String theId)
theId - The resource ID, e.g. "123"IReadExecutable<T> withIdAndVersion(String theId, String theVersion)
theId - The resource ID, e.g. "123"theVersion - The resource version, eg. "5"IReadExecutable<T> withId(Long theId)
theId - The resource ID, e.g. "123"IReadExecutable<T> withId(IIdType theId)
withUrl(IIdType)IReadExecutable<T> withUrl(String theUrl)
IReadExecutable<T> withUrl(IIdType theUrl)
Copyright © 2014–2019 University Health Network. All rights reserved.