public abstract class AbstractResultSet
extends java.lang.Object
implements org.alfresco.service.cmr.search.ResultSet
Constructor and Description |
---|
AbstractResultSet()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.