|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.cmis.search.CMISResultSetMetaDataImpl
public class CMISResultSetMetaDataImpl
| Constructor Summary | |
|---|---|
CMISResultSetMetaDataImpl(CMISQueryOptions options,
Query query,
CMISDictionaryService cmisDictionaryService,
DictionaryService alfrescoDictionaryService)
|
|
| Method Summary | |
|---|---|
CMISResultSetColumn |
getColumn(java.lang.String name)
Get the column meta-data by column name. |
java.lang.String[] |
getColumnNames()
Get the column names. |
CMISResultSetColumn[] |
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. |
CMISQueryOptions |
getQueryOptions()
Get the query options used to create this result set |
ResultSetType |
getResultSetType()
Get the result set type |
SearchParameters |
getSearchParameters()
Get the parameters that were specified to define this search. |
CMISResultSetSelector |
getSelector(java.lang.String name)
Get the selector meta-data by name. |
java.lang.String[] |
getSelectorNames()
Get the names of the selectors. |
CMISResultSetSelector[] |
getSelectors()
The selector meta-data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMISResultSetMetaDataImpl(CMISQueryOptions options,
Query query,
CMISDictionaryService cmisDictionaryService,
DictionaryService alfrescoDictionaryService)
| Method Detail |
|---|
public java.lang.String[] getColumnNames()
CMISResultSetMetaData
getColumnNames in interface CMISResultSetMetaDatagetColumnNames in interface ResultSetMetaDatapublic CMISResultSetColumn[] getColumns()
CMISResultSetMetaData
getColumns in interface CMISResultSetMetaDatagetColumns in interface ResultSetMetaDatapublic CMISResultSetColumn getColumn(java.lang.String name)
CMISResultSetMetaData
getColumn in interface CMISResultSetMetaDatagetColumn in interface ResultSetMetaDatapublic CMISQueryOptions getQueryOptions()
CMISResultSetMetaData
getQueryOptions in interface CMISResultSetMetaDatapublic CMISResultSetSelector getSelector(java.lang.String name)
CMISResultSetMetaData
getSelector in interface CMISResultSetMetaDatagetSelector in interface ResultSetMetaDatapublic java.lang.String[] getSelectorNames()
CMISResultSetMetaData
getSelectorNames in interface CMISResultSetMetaDatagetSelectorNames in interface ResultSetMetaDatapublic CMISResultSetSelector[] getSelectors()
CMISResultSetMetaData
getSelectors in interface CMISResultSetMetaDatagetSelectors in interface ResultSetMetaDatapublic LimitBy getLimitedBy()
ResultSetMetaData
getLimitedBy in interface ResultSetMetaDatapublic PermissionEvaluationMode getPermissionEvaluationMode()
ResultSetMetaData
getPermissionEvaluationMode in interface ResultSetMetaDatapublic ResultSetType getResultSetType()
ResultSetMetaData
getResultSetType in interface ResultSetMetaDatapublic SearchParameters getSearchParameters()
ResultSetMetaData
getSearchParameters in interface ResultSetMetaData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||