@AlfrescoPublicApi
public interface ResultSetMetaData
Modifier and Type | Method and Description |
---|---|
ResultSetColumn |
getColumn(String name)
Get the column meta-data by column name.
|
String[] |
getColumnNames()
Get the column names.
|
ResultSetColumn[] |
getColumns()
The column meta-data.
|
LimitBy |
getLimitedBy()
Return how, in fact, the result set was limited.
|
PermissionEvaluationMode |
getPermissionEvaluationMode()
Return how permission evaluations are being made.
|
ResultSetType |
getResultSetType()
Get the result set type
|
SearchParameters |
getSearchParameters()
Get the parameters that were specified to define this search.
|
ResultSetSelector |
getSelector(String name)
Get the selector meta-data by name.
|
String[] |
getSelectorNames()
Get the names of the selectors.
|
ResultSetSelector[] |
getSelectors()
The selector meta-data.
|
LimitBy getLimitedBy()
PermissionEvaluationMode getPermissionEvaluationMode()
SearchParameters getSearchParameters()
ResultSetType getResultSetType()
ResultSetSelector[] getSelectors()
ResultSetColumn[] getColumns()
String[] getSelectorNames()
String[] getColumnNames()
ResultSetSelector getSelector(String name)
name
- StringResultSetColumn getColumn(String name)
name
- StringCopyright © 2005–2018 Alfresco Software. All rights reserved.