|
|||||||||
| 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
| Constructor Summary | |
|---|---|
AbstractResultSet(Path[] propertyPaths)
|
|
| Method Summary | |
|---|---|
void |
close()
Close the result set. |
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 |
Path[] |
getPropertyPaths()
Get the relative paths to all the elements contained in this result set |
float |
getScore(int n)
Get the score for the node at the given position |
| 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.ResultSet |
|---|
getChildAssocRef, getNodeRef, getResultSetMetaData, getRow, length |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Constructor Detail |
|---|
public AbstractResultSet(Path[] propertyPaths)
| Method Detail |
|---|
public Path[] getPropertyPaths()
ResultSet
getPropertyPaths in interface ResultSetpublic float getScore(int n)
ResultSet
getScore in interface ResultSetn - zero-based indexpublic void close()
ResultSet
close in interface ResultSetpublic java.util.List getNodeRefs()
ResultSet
getNodeRefs in interface ResultSetpublic java.util.List getChildAssocRefs()
ResultSet
getChildAssocRefs in interface ResultSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||