From: Patrick Schmitz Date: Tue, 15 Nov 2011 00:03:59 +0000 (+0000) Subject: NOJIRA - Added better comments for fidDocs API. No functional changes. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=640c31a3a6199db06f8557983651683fae1bc5c4;p=tmp%2Fjakarta-migration.git NOJIRA - Added better comments for fidDocs API. No functional changes. --- diff --git a/services/common/src/main/java/org/collectionspace/services/common/repository/RepositoryClient.java b/services/common/src/main/java/org/collectionspace/services/common/repository/RepositoryClient.java index bc92588a6..43acb2113 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/repository/RepositoryClient.java +++ b/services/common/src/main/java/org/collectionspace/services/common/repository/RepositoryClient.java @@ -133,9 +133,9 @@ public interface RepositoryClient extends StorageClient { * @param ctx * @param docTypes a list of DocType names to match * @param where the clause to qualify on - * @param pageSize - * @param pageNum - * @param computeTotal + * @param pageSize (0 for all of them) + * @param pageNum (0 for the first one) + * @param computeTotal * @param domain the domain for the associated services * @return document wrapper * @throws DocumentNotFoundException