org.alfresco.cmis
Interface CMISResultSetRow

All Superinterfaces:
org.alfresco.service.cmr.search.ResultSetRow
All Known Implementing Classes:
CMISResultSetRowImpl

public interface CMISResultSetRow
extends org.alfresco.service.cmr.search.ResultSetRow

A row in a CMISResultSet


Method Summary
 CMISResultSet getCMISResultSet()
          Get the result set for which this row is a member.
 
Methods inherited from interface org.alfresco.service.cmr.search.ResultSetRow
getChildAssocRef, getIndex, getNodeRef, getNodeRef, getNodeRefs, getQName, getResultSet, getScore, getScore, getScores, getValue, getValue, getValues
 

Method Detail

getCMISResultSet

CMISResultSet getCMISResultSet()
Get the result set for which this row is a member.

Returns:
- the result set.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.