public class CMISResultSetMetaDataImpl extends java.lang.Object implements CMISResultSetMetaData
| Constructor and Description |
|---|
CMISResultSetMetaDataImpl(CMISQueryOptions options,
org.alfresco.repo.search.impl.querymodel.Query query,
org.alfresco.service.cmr.search.LimitBy limitBy,
CMISDictionaryService cmisDictionaryService,
org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
org.alfresco.service.cmr.search.LimitBy |
getLimitedBy() |
org.alfresco.service.cmr.search.PermissionEvaluationMode |
getPermissionEvaluationMode() |
CMISQueryOptions |
getQueryOptions()
Get the query options used to create this result set
|
org.alfresco.service.cmr.search.ResultSetType |
getResultSetType() |
org.alfresco.service.cmr.search.SearchParameters |
getSearchParameters() |
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.
|
public CMISResultSetMetaDataImpl(CMISQueryOptions options, org.alfresco.repo.search.impl.querymodel.Query query, org.alfresco.service.cmr.search.LimitBy limitBy, CMISDictionaryService cmisDictionaryService, org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
public java.lang.String[] getColumnNames()
CMISResultSetMetaDatagetColumnNames in interface CMISResultSetMetaDatagetColumnNames in interface org.alfresco.service.cmr.search.ResultSetMetaDatapublic CMISResultSetColumn[] getColumns()
CMISResultSetMetaDatagetColumns in interface CMISResultSetMetaDatagetColumns in interface org.alfresco.service.cmr.search.ResultSetMetaDatapublic CMISResultSetColumn getColumn(java.lang.String name)
CMISResultSetMetaDatagetColumn in interface CMISResultSetMetaDatagetColumn in interface org.alfresco.service.cmr.search.ResultSetMetaDatapublic CMISQueryOptions getQueryOptions()
CMISResultSetMetaDatagetQueryOptions in interface CMISResultSetMetaDatapublic CMISResultSetSelector getSelector(java.lang.String name)
CMISResultSetMetaDatagetSelector in interface CMISResultSetMetaDatagetSelector in interface org.alfresco.service.cmr.search.ResultSetMetaDatapublic java.lang.String[] getSelectorNames()
CMISResultSetMetaDatagetSelectorNames in interface CMISResultSetMetaDatagetSelectorNames in interface org.alfresco.service.cmr.search.ResultSetMetaDatapublic CMISResultSetSelector[] getSelectors()
CMISResultSetMetaDatagetSelectors in interface CMISResultSetMetaDatagetSelectors in interface org.alfresco.service.cmr.search.ResultSetMetaDatapublic org.alfresco.service.cmr.search.LimitBy getLimitedBy()
getLimitedBy in interface org.alfresco.service.cmr.search.ResultSetMetaDatapublic org.alfresco.service.cmr.search.PermissionEvaluationMode getPermissionEvaluationMode()
getPermissionEvaluationMode in interface org.alfresco.service.cmr.search.ResultSetMetaDatapublic org.alfresco.service.cmr.search.ResultSetType getResultSetType()
getResultSetType in interface org.alfresco.service.cmr.search.ResultSetMetaDatapublic org.alfresco.service.cmr.search.SearchParameters getSearchParameters()
getSearchParameters in interface org.alfresco.service.cmr.search.ResultSetMetaDataCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.