|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.AbstractResultSetRow
org.alfresco.repo.search.results.SortedResultSetRow
public class SortedResultSetRow
Field Summary |
---|
Fields inherited from class org.alfresco.repo.search.AbstractResultSetRow |
---|
properties |
Constructor Summary | |
---|---|
SortedResultSetRow(SortedResultSet resultSet,
int index)
|
Method Summary | |
---|---|
NodeRef |
getNodeRef(java.lang.String selectorName)
Gets the node ref related to the named selector |
java.util.Map |
getNodeRefs()
Gets the node refs |
float |
getScore(java.lang.String selectorName)
Get the score related to the named selector. |
java.util.Map |
getScores()
Get the scores . |
Methods inherited from class org.alfresco.repo.search.AbstractResultSetRow |
---|
getChildAssocRef, getDirectProperties, getIndex, getNodeRef, getQName, getResultSet, getScore, getValue, getValue, getValues, setProperties |
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.ResultSetRow |
---|
getChildAssocRef, getIndex, getNodeRef, getQName, getResultSet, getScore, getValue, getValue, getValues |
Constructor Detail |
---|
public SortedResultSetRow(SortedResultSet resultSet, int index)
resultSet
- index
- Method Detail |
---|
public NodeRef getNodeRef(java.lang.String selectorName)
ResultSetRow
getNodeRef
in interface ResultSetRow
public java.util.Map getNodeRefs()
ResultSetRow
getNodeRefs
in interface ResultSetRow
public float getScore(java.lang.String selectorName)
ResultSetRow
getScore
in interface ResultSetRow
public java.util.Map getScores()
ResultSetRow
getScores
in interface ResultSetRow
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |