Package org.alfresco.opencmis.search
Class CMISResultSetRow
- java.lang.Object
-
- org.alfresco.opencmis.search.CMISResultSetRow
-
- All Implemented Interfaces:
ResultSetRow
public class CMISResultSetRow extends Object implements ResultSetRow
- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description CMISResultSetRow(CMISResultSet resultSet, int index, Map<String,Float> scores, NodeService nodeService, Map<String,NodeRef> nodeRefs, Map<NodeRef,CMISNodeInfo> nodeInfos, Query query, CMISDictionaryService cmisDictionaryService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildAssociationRefgetChildAssocRef()CMISResultSetgetCMISResultSet()intgetIndex()NodeRefgetNodeRef()NodeRefgetNodeRef(String selectorName)Map<String,NodeRef>getNodeRefs()QNamegetQName()ResultSetgetResultSet()floatgetScore()floatgetScore(String selectorName)Map<String,Float>getScores()SerializablegetValue(String columnName)SerializablegetValue(QName qname)Map<String,Serializable>getValues()
-
-
-
Constructor Detail
-
CMISResultSetRow
public CMISResultSetRow(CMISResultSet resultSet, int index, Map<String,Float> scores, NodeService nodeService, Map<String,NodeRef> nodeRefs, Map<NodeRef,CMISNodeInfo> nodeInfos, Query query, CMISDictionaryService cmisDictionaryService)
-
-
Method Detail
-
getIndex
public int getIndex()
- Specified by:
getIndexin interfaceResultSetRow
-
getResultSet
public ResultSet getResultSet()
- Specified by:
getResultSetin interfaceResultSetRow
-
getScore
public float getScore()
- Specified by:
getScorein interfaceResultSetRow
-
getScore
public float getScore(String selectorName)
- Specified by:
getScorein interfaceResultSetRow
-
getScores
public Map<String,Float> getScores()
- Specified by:
getScoresin interfaceResultSetRow
-
getNodeRef
public NodeRef getNodeRef(String selectorName)
- Specified by:
getNodeRefin interfaceResultSetRow
-
getNodeRefs
public Map<String,NodeRef> getNodeRefs()
- Specified by:
getNodeRefsin interfaceResultSetRow
-
getValue
public Serializable getValue(String columnName)
- Specified by:
getValuein interfaceResultSetRow
-
getValues
public Map<String,Serializable> getValues()
- Specified by:
getValuesin interfaceResultSetRow
-
getCMISResultSet
public CMISResultSet getCMISResultSet()
-
getChildAssocRef
public ChildAssociationRef getChildAssocRef()
- Specified by:
getChildAssocRefin interfaceResultSetRow
-
getNodeRef
public NodeRef getNodeRef()
- Specified by:
getNodeRefin interfaceResultSetRow
-
getQName
public QName getQName()
- Specified by:
getQNamein interfaceResultSetRow
-
getValue
public Serializable getValue(QName qname)
- Specified by:
getValuein interfaceResultSetRow
-
-