@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(String selectorName)
Gets the node ref related to the named selector
|
Map<String,NodeRef> |
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(String selectorName)
Get the score related to the named selector.
|
Map<String,Float> |
getScores()
Get the scores .
|
Serializable |
getValue(QName qname)
Get a node property value by name
|
Serializable |
getValue(String columnName)
Get the data for a single column
|
Map<String,Serializable> |
getValues()
Get the values of all available node properties.
|
Map<String,Serializable> getValues()
Serializable getValue(String columnName)
columnName
- StringSerializable getValue(QName qname)
qname
- the property nameNodeRef getNodeRef()
Map<String,NodeRef> getNodeRefs()
NodeRef getNodeRef(String selectorName)
selectorName
- Stringfloat getScore()
float getScore(String selectorName)
selectorName
- StringResultSet getResultSet()
QName getQName()
int getIndex()
ChildAssociationRef getChildAssocRef()
Copyright © 2005–2018 Alfresco Software. All rights reserved.