|
|||||||||
| 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 ResultSetRowpublic ResultSet getResultSet()
ResultSetRow
getResultSet in interface ResultSetRowpublic float getScore()
ResultSetRow
getScore in interface ResultSetRowpublic float getScore(java.lang.String selectorName)
ResultSetRow
getScore in interface ResultSetRowpublic java.util.Map getScores()
ResultSetRow
getScores in interface ResultSetRowpublic NodeRef getNodeRef(java.lang.String selectorName)
ResultSetRow
getNodeRef in interface ResultSetRowpublic java.util.Map getNodeRefs()
ResultSetRow
getNodeRefs in interface ResultSetRowpublic java.io.Serializable getValue(java.lang.String columnName)
ResultSetRow
getValue in interface ResultSetRowpublic java.util.Map getValues()
ResultSetRow
getValues in interface ResultSetRowpublic CMISResultSet getCMISResultSet()
CMISResultSetRow
getCMISResultSet in interface CMISResultSetRowpublic ChildAssociationRef getChildAssocRef()
getChildAssocRef in interface ResultSetRowpublic NodeRef getNodeRef()
ResultSetRow
getNodeRef in interface ResultSetRowpublic QName getQName()
getQName in interface ResultSetRowpublic 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 | ||||||||