Class DBResultSetRow
- java.lang.Object
-
- org.alfresco.repo.search.AbstractResultSetRow
-
- org.alfresco.repo.search.impl.querymodel.impl.db.DBResultSetRow
-
- All Implemented Interfaces:
ResultSetRow
public class DBResultSetRow extends AbstractResultSetRow
- Author:
- Andy
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.search.AbstractResultSetRow
properties
-
-
Constructor Summary
Constructors Constructor Description DBResultSetRow(ResultSet resultSet, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<QName,Serializable>getDirectProperties()NodeRefgetNodeRef(String selectorName)Map<String,NodeRef>getNodeRefs()floatgetScore(String selectorName)Map<String,Float>getScores()-
Methods inherited from class org.alfresco.repo.search.AbstractResultSetRow
getChildAssocRef, getIndex, getNodeRef, getQName, getResultSet, getScore, getValue, getValue, getValues, setProperties
-
-
-
-
Constructor Detail
-
DBResultSetRow
public DBResultSetRow(ResultSet resultSet, int index)
- Parameters:
resultSet- ResultSetindex- int
-
-
Method Detail
-
getScore
public float getScore(String selectorName)
-
getDirectProperties
protected Map<QName,Serializable> getDirectProperties()
- Overrides:
getDirectPropertiesin classAbstractResultSetRow
-
-