public abstract class AbstractResultSetRow extends Object implements ResultSetRow
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Serializable> |
properties
The direct properties of the current node Used by those implementations that can cache the whole set.
|
| Constructor and Description |
|---|
AbstractResultSetRow(ResultSet resultSet,
int index)
The row needs the result set and the index for lookup.
|
| Modifier and Type | Method and Description |
|---|---|
ChildAssociationRef |
getChildAssocRef() |
protected Map<QName,Serializable> |
getDirectProperties() |
int |
getIndex() |
NodeRef |
getNodeRef() |
QName |
getQName() |
ResultSet |
getResultSet() |
float |
getScore() |
Serializable |
getValue(QName qname) |
Serializable |
getValue(String columnName) |
Map<String,Serializable> |
getValues() |
protected void |
setProperties(Map<QName,Serializable> byQname) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNodeRef, getNodeRefs, getScore, getScoresprotected Map<String,Serializable> properties
public AbstractResultSetRow(ResultSet resultSet, int index)
resultSet - ResultSetindex - intpublic ResultSet getResultSet()
getResultSet in interface ResultSetRowpublic int getIndex()
getIndex in interface ResultSetRowpublic NodeRef getNodeRef()
getNodeRef in interface ResultSetRowpublic QName getQName()
getQName in interface ResultSetRowpublic ChildAssociationRef getChildAssocRef()
getChildAssocRef in interface ResultSetRowpublic float getScore()
getScore in interface ResultSetRowpublic Map<String,Serializable> getValues()
getValues in interface ResultSetRowpublic Serializable getValue(String columnName)
getValue in interface ResultSetRowprotected Map<QName,Serializable> getDirectProperties()
protected void setProperties(Map<QName,Serializable> byQname)
public Serializable getValue(QName qname)
getValue in interface ResultSetRowCopyright © 2005–2021 Alfresco Software. All rights reserved.