|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.AbstractResultSet
public abstract class AbstractResultSet
Common result set implementation.
Constructor Summary | |
---|---|
AbstractResultSet()
Default constructor |
Method Summary | |
---|---|
void |
close()
|
boolean |
getBulkFetch()
Do we bulk fetch |
int |
getBulkFetchSize()
Get the bulk fetch size. |
java.util.List |
getChildAssocRefs()
|
java.util.List |
getFieldFacet(java.lang.String field)
|
java.util.List |
getNodeRefs()
|
float |
getScore(int n)
|
boolean |
setBulkFetch(boolean bulkFetch)
Bulk fetch results in the cache |
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 |
Methods inherited from interface org.alfresco.service.cmr.search.ResultSetSPI |
---|
getChildAssocRef, getNodeRef, getResultSetMetaData, getRow, getStart, hasMore, length |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Constructor Detail |
---|
public AbstractResultSet()
Method Detail |
---|
public float getScore(int n)
getScore
in interface org.alfresco.service.cmr.search.ResultSetSPI
public void close()
close
in interface org.alfresco.service.cmr.search.ResultSetSPI
public java.util.List getNodeRefs()
getNodeRefs
in interface org.alfresco.service.cmr.search.ResultSetSPI
public java.util.List getChildAssocRefs()
getChildAssocRefs
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 |