|
|||||||||
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()
Close the result set and release any resources held/ The result set is bound to the transaction and will auto close at the end of the transaction. |
java.util.List |
getChildAssocRefs()
Get a list of all the child associations in the results set. |
java.util.List |
getNodeRefs()
Get a list of all the node refs in the result set (if there is only one selector or no selector) |
float |
getScore(int n)
Get the score for the node at the given position (if there is only one selector or no selector) |
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)
ResultSetSPI
getScore
in interface ResultSetSPI
n
- zero-based index
public void close()
ResultSetSPI
close
in interface ResultSetSPI
public java.util.List getNodeRefs()
ResultSetSPI
getNodeRefs
in interface ResultSetSPI
public java.util.List getChildAssocRefs()
ResultSetSPI
getChildAssocRefs
in interface ResultSetSPI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |