public class CMISResultSetImpl extends java.lang.Object implements CMISResultSet, java.io.Serializable
| Constructor and Description |
|---|
CMISResultSetImpl(java.util.Map wrapped,
CMISQueryOptions options,
org.alfresco.service.cmr.search.LimitBy limitBy,
org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.repo.search.impl.querymodel.Query query,
CMISDictionaryService cmisDictionaryService,
org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
getBulkFetch()
Do we bulk fetch - not supported here
|
int |
getBulkFetchSize()
Get the bulk fetch size.
|
org.alfresco.service.cmr.repository.ChildAssociationRef |
getChildAssocRef(int n) |
java.util.List |
getChildAssocRefs() |
java.util.List |
getFieldFacet(java.lang.String field) |
int |
getLength()
Get the number of rows in this result set.
|
CMISResultSetMetaData |
getMetaData()
Get the result set meta-data.
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef(int n) |
java.util.List |
getNodeRefs() |
CMISResultSetMetaData |
getResultSetMetaData() |
CMISResultSetRow |
getRow(int i) |
float |
getScore(int n) |
int |
getStart() |
boolean |
hasMore() |
java.util.Iterator |
iterator() |
int |
length() |
boolean |
setBulkFetch(boolean bulkFetch)
Bulk fetch results in the cache - not supported here
|
int |
setBulkFetchSize(int bulkFetchSize)
Set the bulk fetch size
|
public CMISResultSetImpl(java.util.Map wrapped,
CMISQueryOptions options,
org.alfresco.service.cmr.search.LimitBy limitBy,
org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.repo.search.impl.querymodel.Query query,
CMISDictionaryService cmisDictionaryService,
org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
public void close()
close in interface org.alfresco.service.cmr.search.ResultSetSPIpublic CMISResultSetMetaData getMetaData()
CMISResultSetgetMetaData in interface CMISResultSetpublic CMISResultSetRow getRow(int i)
getRow in interface org.alfresco.service.cmr.search.ResultSetSPIpublic boolean hasMore()
hasMore in interface org.alfresco.service.cmr.search.ResultSetSPIpublic int getLength()
CMISResultSetgetLength in interface CMISResultSetpublic int getStart()
getStart in interface org.alfresco.service.cmr.search.ResultSetSPIpublic java.util.Iterator iterator()
iterator in interface java.lang.Iterablepublic org.alfresco.service.cmr.repository.ChildAssociationRef getChildAssocRef(int n)
getChildAssocRef in interface org.alfresco.service.cmr.search.ResultSetSPIpublic java.util.List getChildAssocRefs()
getChildAssocRefs in interface org.alfresco.service.cmr.search.ResultSetSPIpublic org.alfresco.service.cmr.repository.NodeRef getNodeRef(int n)
getNodeRef in interface org.alfresco.service.cmr.search.ResultSetSPIpublic java.util.List getNodeRefs()
getNodeRefs in interface org.alfresco.service.cmr.search.ResultSetSPIpublic CMISResultSetMetaData getResultSetMetaData()
getResultSetMetaData in interface org.alfresco.service.cmr.search.ResultSetSPIpublic float getScore(int n)
getScore in interface org.alfresco.service.cmr.search.ResultSetSPIpublic int length()
length in interface org.alfresco.service.cmr.search.ResultSetSPIpublic boolean setBulkFetch(boolean bulkFetch)
setBulkFetch in interface org.alfresco.service.cmr.search.ResultSetSPIbulkFetch - public boolean getBulkFetch()
getBulkFetch in interface org.alfresco.service.cmr.search.ResultSetSPIpublic int setBulkFetchSize(int bulkFetchSize)
setBulkFetchSize in interface org.alfresco.service.cmr.search.ResultSetSPIbulkFetchSize - public int getBulkFetchSize()
getBulkFetchSize in interface org.alfresco.service.cmr.search.ResultSetSPIpublic java.util.List getFieldFacet(java.lang.String field)
getFieldFacet in interface org.alfresco.service.cmr.search.ResultSetSPICopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.