| Modifier and Type | Method and Description |
|---|---|
Reference |
Reference.getAssetWithSubsetOfProperties(IGCRestClient igcrest,
String[] properties,
int pageSize,
IGCSearchSorting sorting)
This will generally be the most performant method by which to retrieve asset information, when only
some subset of properties is required
|
| Modifier and Type | Method and Description |
|---|---|
static IGCSearchSorting |
IGCSearchSorting.sortFromNonPropertySequencingOrder(SequencingOrder sequencingOrder)
Returns an IGCSearchSorting equivalent to the provided SequencingOrder, so long as the provided
sequencingOrder is not one of [ PROPERTY_ASCENDING, PROPERTY_DESCENDING ] (because these must
be explicitly mapped on a type-by-type basis).
|
| Modifier and Type | Method and Description |
|---|---|
void |
IGCSearch.addSortingCriteria(IGCSearchSorting sortings)
Adds the provided sorting criteria to use for the search.
|
Copyright © 2018–2019 ODPi. All rights reserved.