|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.cmis.search.CMISResultSetImpl
public class CMISResultSetImpl
Constructor Summary | |
---|---|
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)
|
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()
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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)
Method Detail |
---|
public void close()
close
in interface org.alfresco.service.cmr.search.ResultSetSPI
public CMISResultSetMetaData getMetaData()
CMISResultSet
getMetaData
in interface CMISResultSet
public CMISResultSetRow getRow(int i)
getRow
in interface org.alfresco.service.cmr.search.ResultSetSPI
public boolean hasMore()
hasMore
in interface org.alfresco.service.cmr.search.ResultSetSPI
public int getLength()
CMISResultSet
getLength
in interface CMISResultSet
public int getStart()
getStart
in interface org.alfresco.service.cmr.search.ResultSetSPI
public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
public org.alfresco.service.cmr.repository.ChildAssociationRef getChildAssocRef(int n)
getChildAssocRef
in interface org.alfresco.service.cmr.search.ResultSetSPI
public java.util.List getChildAssocRefs()
getChildAssocRefs
in interface org.alfresco.service.cmr.search.ResultSetSPI
public org.alfresco.service.cmr.repository.NodeRef getNodeRef(int n)
getNodeRef
in interface org.alfresco.service.cmr.search.ResultSetSPI
public java.util.List getNodeRefs()
getNodeRefs
in interface org.alfresco.service.cmr.search.ResultSetSPI
public CMISResultSetMetaData getResultSetMetaData()
getResultSetMetaData
in interface org.alfresco.service.cmr.search.ResultSetSPI
public float getScore(int n)
getScore
in interface org.alfresco.service.cmr.search.ResultSetSPI
public int length()
length
in interface org.alfresco.service.cmr.search.ResultSetSPI
public boolean setBulkFetch(boolean bulkFetch)
setBulkFetch
in interface org.alfresco.service.cmr.search.ResultSetSPI
bulkFetch
- public boolean getBulkFetch()
getBulkFetch
in interface org.alfresco.service.cmr.search.ResultSetSPI
public int setBulkFetchSize(int bulkFetchSize)
setBulkFetchSize
in interface org.alfresco.service.cmr.search.ResultSetSPI
bulkFetchSize
- public int getBulkFetchSize()
getBulkFetchSize
in interface org.alfresco.service.cmr.search.ResultSetSPI
public 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 |