|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.AbstractResultSet
org.alfresco.repo.search.results.DetachedResultSet
public class DetachedResultSet
Detached result set
Constructor Summary | |
---|---|
DetachedResultSet(ResultSet resultSet)
Detached result set based on that provided |
Method Summary | |
---|---|
ChildAssociationRef |
getChildAssocRef(int n)
Get the child assoc ref for a particular row. |
NodeRef |
getNodeRef(int n)
Get the id of the node at the given index (if there is only one selector or no selector) |
ResultSetMetaData |
getResultSetMetaData()
Get the meta data for the results set. |
ResultSetRow |
getRow(int i)
Get a row from the result set by row index, starting at 0. |
int |
getStart()
Get the start point for this results set in the overall set of rows that match the query - this will be equal to the skip count set when executing the query, and zero if this is not set. |
boolean |
hasMore()
Was this result set curtailed - are there more pages to the result set? |
java.util.Iterator |
iterator()
|
int |
length()
Get the number of rows in this result set. |
Methods inherited from class org.alfresco.repo.search.AbstractResultSet |
---|
close, getChildAssocRefs, getNodeRefs, getScore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetachedResultSet(ResultSet resultSet)
resultSet
- Method Detail |
---|
public int length()
ResultSetSPI
public NodeRef getNodeRef(int n)
ResultSetSPI
n
- zero-based index
public ResultSetRow getRow(int i)
ResultSetSPI
i
- zero-based index
public java.util.Iterator iterator()
public ChildAssociationRef getChildAssocRef(int n)
ResultSetSPI
n
- zero-based index
public ResultSetMetaData getResultSetMetaData()
ResultSetSPI
public int getStart()
ResultSetSPI
public boolean hasMore()
ResultSetSPI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |