|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.opencmis.search.CMISResultSet
public class CMISResultSet
| Constructor Summary | |
|---|---|
CMISResultSet(java.util.Map wrapped,
org.alfresco.opencmis.search.CMISQueryOptions options,
org.alfresco.service.cmr.search.LimitBy limitBy,
org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.repo.search.impl.querymodel.Query query,
org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService,
org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
|
|
| Method Summary | |
|---|---|
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()
|
CMISResultSetMetaData |
getMetaData()
|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMISResultSet(java.util.Map wrapped,
org.alfresco.opencmis.search.CMISQueryOptions options,
org.alfresco.service.cmr.search.LimitBy limitBy,
org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.repo.search.impl.querymodel.Query query,
org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService,
org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
| Method Detail |
|---|
public void close()
close in interface org.alfresco.service.cmr.search.ResultSetSPIpublic CMISResultSetMetaData getMetaData()
public 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()
public 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.ResultSetSPI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||