|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.cmis.search.CMISResultSetRowImpl
public class CMISResultSetRowImpl
Constructor Summary | |
---|---|
CMISResultSetRowImpl(CMISResultSet resultSet,
int index,
java.util.Map scores,
NodeService nodeService,
java.util.Map nodeRefs,
Query query,
CMISDictionaryService cmisDictionaryService)
|
Method Summary | |
---|---|
ChildAssociationRef |
getChildAssocRef()
|
CMISResultSet |
getCMISResultSet()
Get the result set for which this row is a member. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMISResultSetRowImpl(CMISResultSet resultSet, int index, java.util.Map scores, NodeService nodeService, java.util.Map nodeRefs, Query query, CMISDictionaryService cmisDictionaryService)
Method Detail |
---|
public int getIndex()
ResultSetRow
getIndex
in interface ResultSetRow
public ResultSet getResultSet()
ResultSetRow
getResultSet
in interface ResultSetRow
public float getScore()
ResultSetRow
getScore
in interface ResultSetRow
public float getScore(java.lang.String selectorName)
ResultSetRow
getScore
in interface ResultSetRow
public java.util.Map getScores()
ResultSetRow
getScores
in interface ResultSetRow
public NodeRef getNodeRef(java.lang.String selectorName)
ResultSetRow
getNodeRef
in interface ResultSetRow
public java.util.Map getNodeRefs()
ResultSetRow
getNodeRefs
in interface ResultSetRow
public java.io.Serializable getValue(java.lang.String columnName)
ResultSetRow
getValue
in interface ResultSetRow
public java.util.Map getValues()
ResultSetRow
getValues
in interface ResultSetRow
public CMISResultSet getCMISResultSet()
CMISResultSetRow
getCMISResultSet
in interface CMISResultSetRow
public ChildAssociationRef getChildAssocRef()
getChildAssocRef
in interface ResultSetRow
public NodeRef getNodeRef()
ResultSetRow
getNodeRef
in interface ResultSetRow
public QName getQName()
getQName
in interface ResultSetRow
public java.io.Serializable getValue(QName qname)
ResultSetRow
getValue
in interface ResultSetRow
qname
- the property name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |