Merge from SEAMIST3

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10733 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2008-09-04 11:22:17 +00:00
parent 41b5618d1d
commit a6625b1c61
63 changed files with 5450 additions and 962 deletions

View File

@@ -45,7 +45,7 @@ public interface CMISResultSet extends Iterable<CMISResultSetRow>
* set when executing the query.
* @return
*/
public int start();
public int getStart();
/**
* Get the number of rows in this result set.
@@ -58,7 +58,7 @@ public interface CMISResultSet extends Iterable<CMISResultSetRow>
*
* @return
*/
public int length();
public int getLength();
/**
* Close the result set and release any resources held/