Class CMISResultSetRow

  • All Implemented Interfaces:
    org.alfresco.service.cmr.search.ResultSetRow

    public class CMISResultSetRow
    extends Object
    implements org.alfresco.service.cmr.search.ResultSetRow
    Author:
    andyh
    • Constructor Detail

      • CMISResultSetRow

        public CMISResultSetRow​(CMISResultSet resultSet,
                                int index,
                                Map<String,​Float> scores,
                                org.alfresco.service.cmr.repository.NodeService nodeService,
                                Map<String,​org.alfresco.service.cmr.repository.NodeRef> nodeRefs,
                                Map<org.alfresco.service.cmr.repository.NodeRef,​org.alfresco.opencmis.dictionary.CMISNodeInfo> nodeInfos,
                                org.alfresco.repo.search.impl.querymodel.Query query,
                                org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService)
    • Method Detail

      • getIndex

        public int getIndex()
        Specified by:
        getIndex in interface org.alfresco.service.cmr.search.ResultSetRow
      • getResultSet

        public org.alfresco.service.cmr.search.ResultSet getResultSet()
        Specified by:
        getResultSet in interface org.alfresco.service.cmr.search.ResultSetRow
      • getScore

        public float getScore()
        Specified by:
        getScore in interface org.alfresco.service.cmr.search.ResultSetRow
      • getScore

        public float getScore​(String selectorName)
        Specified by:
        getScore in interface org.alfresco.service.cmr.search.ResultSetRow
      • getScores

        public Map<String,​Float> getScores()
        Specified by:
        getScores in interface org.alfresco.service.cmr.search.ResultSetRow
      • getNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getNodeRef​(String selectorName)
        Specified by:
        getNodeRef in interface org.alfresco.service.cmr.search.ResultSetRow
      • getNodeRefs

        public Map<String,​org.alfresco.service.cmr.repository.NodeRef> getNodeRefs()
        Specified by:
        getNodeRefs in interface org.alfresco.service.cmr.search.ResultSetRow
      • getValue

        public Serializable getValue​(String columnName)
        Specified by:
        getValue in interface org.alfresco.service.cmr.search.ResultSetRow
      • getValues

        public Map<String,​Serializable> getValues()
        Specified by:
        getValues in interface org.alfresco.service.cmr.search.ResultSetRow
      • getChildAssocRef

        public org.alfresco.service.cmr.repository.ChildAssociationRef getChildAssocRef()
        Specified by:
        getChildAssocRef in interface org.alfresco.service.cmr.search.ResultSetRow
      • getNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
        Specified by:
        getNodeRef in interface org.alfresco.service.cmr.search.ResultSetRow
      • getQName

        public org.alfresco.service.namespace.QName getQName()
        Specified by:
        getQName in interface org.alfresco.service.cmr.search.ResultSetRow
      • getValue

        public Serializable getValue​(org.alfresco.service.namespace.QName qname)
        Specified by:
        getValue in interface org.alfresco.service.cmr.search.ResultSetRow