@AlfrescoPublicApi
public interface ResultSetRow
Modifier and Type | Method and Description |
---|---|
ChildAssociationRef |
getChildAssocRef() |
int |
getIndex()
Get the index of this result set in the result set
If you want the overall position in paged reults you have to add the skipCount fo the result set.
|
NodeRef |
getNodeRef()
The reference to the node that equates to this row in the result set
|
NodeRef |
getNodeRef(java.lang.String selectorName)
Gets the node ref related to the named selector
|
java.util.Map |
getNodeRefs()
Gets the node refs
|
QName |
getQName() |
ResultSet |
getResultSet()
Get the containing result set
|
float |
getScore()
Get the score for this row in the result set
|
float |
getScore(java.lang.String selectorName)
Get the score related to the named selector.
|
java.util.Map |
getScores()
Get the scores .
|
java.io.Serializable |
getValue(QName qname)
Get a node property value by name
|
java.io.Serializable |
getValue(java.lang.String columnName)
Get the data for a single column
|
java.util.Map |
getValues()
Get the values of all available node properties.
|
java.util.Map getValues()
java.io.Serializable getValue(java.lang.String columnName)
columnName
- java.io.Serializable getValue(QName qname)
qname
- the property nameNodeRef getNodeRef()
java.util.Map getNodeRefs()
NodeRef getNodeRef(java.lang.String selectorName)
selectorName
- float getScore()
java.util.Map getScores()
float getScore(java.lang.String selectorName)
selectorName
- ResultSet getResultSet()
QName getQName()
int getIndex()
ChildAssociationRef getChildAssocRef()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.