Package org.alfresco.opencmis.search
Class CMISResultSetRow
java.lang.Object
org.alfresco.opencmis.search.CMISResultSetRow
- All Implemented Interfaces:
ResultSetRow
- Author:
- andyh
-
Constructor Summary
ConstructorsConstructorDescriptionCMISResultSetRow(CMISResultSet resultSet, int index, Map<String, Float> scores, NodeService nodeService, Map<String, NodeRef> nodeRefs, Map<NodeRef, CMISNodeInfo> nodeInfos, Query query, CMISDictionaryService cmisDictionaryService) -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()getNodeRef(String selectorName) getQName()floatgetScore()float
-
Constructor Details
-
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 Details
-
getIndex
public int getIndex()- Specified by:
getIndexin interfaceResultSetRow
-
getResultSet
- Specified by:
getResultSetin interfaceResultSetRow
-
getScore
public float getScore()- Specified by:
getScorein interfaceResultSetRow
-
getScore
- Specified by:
getScorein interfaceResultSetRow
-
getScores
- Specified by:
getScoresin interfaceResultSetRow
-
getNodeRef
- Specified by:
getNodeRefin interfaceResultSetRow
-
getNodeRefs
- Specified by:
getNodeRefsin interfaceResultSetRow
-
getValue
- Specified by:
getValuein interfaceResultSetRow
-
getValues
- Specified by:
getValuesin interfaceResultSetRow
-
getCMISResultSet
-
getChildAssocRef
- Specified by:
getChildAssocRefin interfaceResultSetRow
-
getNodeRef
- Specified by:
getNodeRefin interfaceResultSetRow
-
getQName
- Specified by:
getQNamein interfaceResultSetRow
-
getValue
- Specified by:
getValuein interfaceResultSetRow
-