public interface IHistoryTyped<T> extends IClientExecutable<IHistoryTyped<T>,T>
| Modifier and Type | Method and Description |
|---|---|
IHistoryTyped<T> |
count(Integer theCount)
Request that the server return only up to
theCount number of resources |
IHistoryTyped<T> |
since(Date theCutoff)
Request that the server return only resource versions that were created at or after the given time (inclusive)
|
IHistoryTyped<T> |
since(IPrimitiveType<Date> theCutoff)
Request that the server return only resource versions that were created at or after the given time (inclusive)
|
andLogRequestAndResponse, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryModeIHistoryTyped<T> since(Date theCutoff)
IHistoryTyped<T> since(IPrimitiveType<Date> theCutoff)
Parameter theCutoff can be any priitive type which accepts a date, such as
a DateTimeDt, InstantType, etc.
IHistoryTyped<T> count(Integer theCount)
theCount number of resourcesCopyright © 2014–2017 University Health Network. All rights reserved.