public final class ResultMetaData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResultMetaData.Builder
ResultMetaData factory |
Modifier and Type | Method and Description |
---|---|
List<ContextProvider> |
getContextProviders()
Returns the named context providers.
|
Collection<ContextDerivedData.DerivedOperation> |
getDerivedOperations() |
List<DetailResultProvider> |
getDetailResultProviders() |
int |
getPreSortedColumnIndex()
The index of the column by which the result is pre-sorted (if it is
actually pre-sorted)
|
Column.SortDirection |
getPreSortedDirection()
The direction by which the result is pre-sorted (if it is actually
pre-sorted)
|
boolean |
isPreSorted()
True if the result is already sorted.
|
public List<ContextProvider> getContextProviders()
public List<DetailResultProvider> getDetailResultProviders()
public boolean isPreSorted()
public int getPreSortedColumnIndex()
public Column.SortDirection getPreSortedDirection()
public Collection<ContextDerivedData.DerivedOperation> getDerivedOperations()