public class CMISResultSetRow extends Object implements ResultSetRow
| Constructor and Description |
|---|
CMISResultSetRow(CMISResultSet resultSet,
int index,
Map<String,Float> scores,
NodeService nodeService,
Map<String,NodeRef> nodeRefs,
Map<NodeRef,CMISNodeInfo> nodeInfos,
Query query,
CMISDictionaryService cmisDictionaryService) |
| Modifier and Type | Method and Description |
|---|---|
ChildAssociationRef |
getChildAssocRef() |
CMISResultSet |
getCMISResultSet() |
int |
getIndex() |
NodeRef |
getNodeRef() |
NodeRef |
getNodeRef(String selectorName) |
Map<String,NodeRef> |
getNodeRefs() |
QName |
getQName() |
ResultSet |
getResultSet() |
float |
getScore() |
float |
getScore(String selectorName) |
Map<String,Float> |
getScores() |
Serializable |
getValue(QName qname) |
Serializable |
getValue(String columnName) |
Map<String,Serializable> |
getValues() |
public CMISResultSetRow(CMISResultSet resultSet, int index, Map<String,Float> scores, NodeService nodeService, Map<String,NodeRef> nodeRefs, Map<NodeRef,CMISNodeInfo> nodeInfos, Query query, CMISDictionaryService cmisDictionaryService)
public int getIndex()
getIndex in interface ResultSetRowpublic ResultSet getResultSet()
getResultSet in interface ResultSetRowpublic float getScore()
getScore in interface ResultSetRowpublic float getScore(String selectorName)
getScore in interface ResultSetRowpublic Map<String,Float> getScores()
getScores in interface ResultSetRowpublic NodeRef getNodeRef(String selectorName)
getNodeRef in interface ResultSetRowpublic Map<String,NodeRef> getNodeRefs()
getNodeRefs in interface ResultSetRowpublic Serializable getValue(String columnName)
getValue in interface ResultSetRowpublic Map<String,Serializable> getValues()
getValues in interface ResultSetRowpublic CMISResultSet getCMISResultSet()
public ChildAssociationRef getChildAssocRef()
getChildAssocRef in interface ResultSetRowpublic NodeRef getNodeRef()
getNodeRef in interface ResultSetRowpublic QName getQName()
getQName in interface ResultSetRowpublic Serializable getValue(QName qname)
getValue in interface ResultSetRowCopyright © 2005–2020 Alfresco Software. All rights reserved.