org.alfresco.opencmis.search
Class CMISResultSetMetaData
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.