org.alfresco.cmis.search
Class CMISResultSetMetaDataImpl

java.lang.Object
  extended by org.alfresco.cmis.search.CMISResultSetMetaDataImpl
All Implemented Interfaces:
CMISResultSetMetaData, org.alfresco.service.cmr.search.ResultSetMetaData

public class CMISResultSetMetaDataImpl
extends java.lang.Object
implements CMISResultSetMetaData


Constructor Summary
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)
           
 
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.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISResultSetMetaDataImpl

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)
Method Detail

getColumnNames

public java.lang.String[] getColumnNames()
Description copied from interface: CMISResultSetMetaData
Get the column names.

Specified by:
getColumnNames in interface CMISResultSetMetaData
Specified by:
getColumnNames in interface org.alfresco.service.cmr.search.ResultSetMetaData
Returns:
- the names of the columns.

getColumns

public CMISResultSetColumn[] getColumns()
Description copied from interface: CMISResultSetMetaData
The column meta-data.

Specified by:
getColumns in interface CMISResultSetMetaData
Specified by:
getColumns in interface org.alfresco.service.cmr.search.ResultSetMetaData
Returns:
- the column meta-data.

getColumn

public CMISResultSetColumn getColumn(java.lang.String name)
Description copied from interface: CMISResultSetMetaData
Get the column meta-data by column name.

Specified by:
getColumn in interface CMISResultSetMetaData
Specified by:
getColumn in interface org.alfresco.service.cmr.search.ResultSetMetaData
Returns:
- the column meta-data.

getQueryOptions

public CMISQueryOptions getQueryOptions()
Description copied from interface: CMISResultSetMetaData
Get the query options used to create this result set

Specified by:
getQueryOptions in interface CMISResultSetMetaData
Returns:
the query options

getSelector

public CMISResultSetSelector getSelector(java.lang.String name)
Description copied from interface: CMISResultSetMetaData
Get the selector meta-data by name.

Specified by:
getSelector in interface CMISResultSetMetaData
Specified by:
getSelector in interface org.alfresco.service.cmr.search.ResultSetMetaData
Returns:
- the selector meta-data.

getSelectorNames

public java.lang.String[] getSelectorNames()
Description copied from interface: CMISResultSetMetaData
Get the names of the selectors.

Specified by:
getSelectorNames in interface CMISResultSetMetaData
Specified by:
getSelectorNames in interface org.alfresco.service.cmr.search.ResultSetMetaData
Returns:
- the selector names.

getSelectors

public CMISResultSetSelector[] getSelectors()
Description copied from interface: CMISResultSetMetaData
The selector meta-data.

Specified by:
getSelectors in interface CMISResultSetMetaData
Specified by:
getSelectors in interface org.alfresco.service.cmr.search.ResultSetMetaData
Returns:
- the selector meta-data.

getLimitedBy

public org.alfresco.service.cmr.search.LimitBy getLimitedBy()
Specified by:
getLimitedBy in interface org.alfresco.service.cmr.search.ResultSetMetaData

getPermissionEvaluationMode

public org.alfresco.service.cmr.search.PermissionEvaluationMode getPermissionEvaluationMode()
Specified by:
getPermissionEvaluationMode in interface org.alfresco.service.cmr.search.ResultSetMetaData

getResultSetType

public org.alfresco.service.cmr.search.ResultSetType getResultSetType()
Specified by:
getResultSetType in interface org.alfresco.service.cmr.search.ResultSetMetaData

getSearchParameters

public org.alfresco.service.cmr.search.SearchParameters getSearchParameters()
Specified by:
getSearchParameters in interface org.alfresco.service.cmr.search.ResultSetMetaData


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.