Interface IHistoryTyped<T>

All Superinterfaces:
IClientExecutable<IHistoryTyped<T>,T>

public interface IHistoryTyped<T> extends IClientExecutable<IHistoryTyped<T>,T>
  • Method Details

    • at

      IHistoryTyped<T> at(DateRangeParam theDateRangeParam)
      Request that the server return only the history elements between the specific range
    • count

      Request that the server return only up to theCount number of resources
    • since

      Request that the server return only resource versions that were created at or after the given time (inclusive)

      Parameter theCutoff can be any priitive type which accepts a date, such as a DateTimeDt, InstantType, etc.

    • since

      IHistoryTyped<T> since(Date theCutoff)
      Request that the server return only resource versions that were created at or after the given time (inclusive)