org.alfresco.opencmis.search
Class CMISResultSetMetaData

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

public class CMISResultSetMetaData
extends java.lang.Object
implements org.alfresco.service.cmr.search.ResultSetMetaData


Constructor Summary
CMISResultSetMetaData(org.alfresco.opencmis.search.CMISQueryOptions options, org.alfresco.repo.search.impl.querymodel.Query query, org.alfresco.service.cmr.search.LimitBy limitBy, org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService, org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
           
 
Method Summary
 CMISResultSetColumn getColumn(java.lang.String name)
           
 java.lang.String[] getColumnNames()
           
 CMISResultSetColumn[] getColumns()
           
 org.alfresco.service.cmr.search.LimitBy getLimitedBy()
           
 org.alfresco.service.cmr.search.PermissionEvaluationMode getPermissionEvaluationMode()
           
 org.alfresco.opencmis.search.CMISQueryOptions getQueryOptions()
           
 org.alfresco.service.cmr.search.ResultSetType getResultSetType()
           
 org.alfresco.service.cmr.search.SearchParameters getSearchParameters()
           
 CMISResultSetSelector getSelector(java.lang.String name)
           
 java.lang.String[] getSelectorNames()
           
 CMISResultSetSelector[] getSelectors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISResultSetMetaData

public CMISResultSetMetaData(org.alfresco.opencmis.search.CMISQueryOptions options,
                             org.alfresco.repo.search.impl.querymodel.Query query,
                             org.alfresco.service.cmr.search.LimitBy limitBy,
                             org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService,
                             org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
Method Detail

getColumnNames

public java.lang.String[] getColumnNames()
Specified by:
getColumnNames in interface org.alfresco.service.cmr.search.ResultSetMetaData

getColumns

public CMISResultSetColumn[] getColumns()
Specified by:
getColumns in interface org.alfresco.service.cmr.search.ResultSetMetaData

getColumn

public CMISResultSetColumn getColumn(java.lang.String name)
Specified by:
getColumn in interface org.alfresco.service.cmr.search.ResultSetMetaData

getQueryOptions

public org.alfresco.opencmis.search.CMISQueryOptions getQueryOptions()

getSelector

public CMISResultSetSelector getSelector(java.lang.String name)
Specified by:
getSelector in interface org.alfresco.service.cmr.search.ResultSetMetaData

getSelectorNames

public java.lang.String[] getSelectorNames()
Specified by:
getSelectorNames in interface org.alfresco.service.cmr.search.ResultSetMetaData

getSelectors

public CMISResultSetSelector[] getSelectors()
Specified by:
getSelectors in interface org.alfresco.service.cmr.search.ResultSetMetaData

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.