org.alfresco.cmis
Interface CMISResultSet

All Superinterfaces:
java.lang.Iterable, org.alfresco.service.cmr.search.ResultSetSPI
All Known Implementing Classes:
CMISResultSetImpl

public interface CMISResultSet
extends org.alfresco.service.cmr.search.ResultSetSPI

A CMIS result set


Method Summary
 int getLength()
          Get the number of rows in this result set.
 CMISResultSetMetaData getMetaData()
          Get the result set meta-data.
 
Methods inherited from interface org.alfresco.service.cmr.search.ResultSetSPI
close, getBulkFetch, getBulkFetchSize, getChildAssocRef, getChildAssocRefs, getFieldFacet, getNodeRef, getNodeRefs, getResultSetMetaData, getRow, getScore, getStart, hasMore, length, setBulkFetch, setBulkFetchSize
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getMetaData

CMISResultSetMetaData getMetaData()
Get the result set meta-data.

Returns:
the metadata

getLength

int getLength()
Get the number of rows in this result set. This will be less than or equal to the maximum number of rows requested or the full length if no restriction on length is specified. If a skip count is given, the length represents the number of results after the skip count and does not include the items skipped.

Returns:
the length


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