public interface IHistoryTyped<T> extends IClientExecutable<IHistoryTyped<T>,T>
| Modifier and Type | Method and Description |
|---|---|
IHistoryTyped<T> |
at(DateRangeParam theDateRangeParam)
Request that the server return only the history elements between the
specific range
|
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)
|
accept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeaderIHistoryTyped<T> at(DateRangeParam theDateRangeParam)
IHistoryTyped<T> count(Integer theCount)
theCount number of resourcesIHistoryTyped<T> since(IPrimitiveType<Date> theCutoff)
Parameter theCutoff can be any priitive type which accepts a date, such as
a DateTimeDt, InstantType, etc.
IHistoryTyped<T> since(Date theCutoff)
Copyright © 2014–2019 University Health Network. All rights reserved.