|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.search.AbstractResultSetRow
public abstract class AbstractResultSetRow
| Constructor Summary | |
|---|---|
AbstractResultSetRow(ResultSet resultSet,
int index)
|
|
| Method Summary | |
|---|---|
ChildAssociationRef |
getChildAssocRef()
|
protected java.util.Map |
getDirectProperties()
|
int |
getIndex()
Get the position of this row in the containing set. |
NodeRef |
getNodeRef()
The reference to the node that equates to this row in the result set |
QName |
getQName()
|
ResultSet |
getResultSet()
Get the containing result set |
float |
getScore()
Get the score for this row in the result set |
java.io.Serializable |
getValue(Path path)
Get a node property by path |
java.io.Serializable |
getValue(QName qname)
Get a node property value by name |
java.util.Map |
getValues()
Get the values of all available node properties. |
protected void |
setProperties(java.util.Map byQname)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractResultSetRow(ResultSet resultSet,
int index)
| Method Detail |
|---|
public ResultSet getResultSet()
ResultSetRow
getResultSet in interface ResultSetRowpublic int getIndex()
ResultSetRow
getIndex in interface ResultSetRowpublic NodeRef getNodeRef()
ResultSetRow
getNodeRef in interface ResultSetRowpublic QName getQName()
getQName in interface ResultSetRowpublic ChildAssociationRef getChildAssocRef()
getChildAssocRef in interface ResultSetRowpublic float getScore()
ResultSetRow
getScore in interface ResultSetRowpublic java.util.Map getValues()
ResultSetRow
getValues in interface ResultSetRowpublic java.io.Serializable getValue(Path path)
ResultSetRow
getValue in interface ResultSetRowpath - the path to the value required
protected java.util.Map getDirectProperties()
protected void setProperties(java.util.Map byQname)
public java.io.Serializable getValue(QName qname)
ResultSetRow
getValue in interface ResultSetRowqname - the property name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||