public interface ISort<T>
| Modifier and Type | Method and Description |
|---|---|
IQuery<T> |
ascending(IParam theParam)
Sort ascending
|
IQuery<T> |
ascending(String theParam)
Sort ascending
|
IQuery<T> |
defaultOrder(IParam theParam)
Sort by the default order.
|
IQuery<T> |
defaultOrder(String theParam)
Sort by the default order.
|
IQuery<T> |
descending(IParam theParam)
Sort descending
|
IQuery<T> |
descending(String theParam)
Sort ascending
|
IQuery<T> ascending(String theParam)
theParam - The param name, e.g. "address"IQuery<T> defaultOrder(IParam theParam)
ascending(IParam)IQuery<T> defaultOrder(String theParam)
ascending(IParam)IQuery<T> descending(IParam theParam)
theParam - A query param - Could be a constant such as Patient.ADDRESS or a custom
param such as new StringClientParam("foo")IQuery<T> descending(String theParam)
theParam - The param name, e.g. "address"Copyright © 2014–2019 University Health Network. All rights reserved.