From 640c31a3a6199db06f8557983651683fae1bc5c4 Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Tue, 15 Nov 2011 00:03:59 +0000 Subject: [PATCH] NOJIRA - Added better comments for fidDocs API. No functional changes. --- .../services/common/repository/RepositoryClient.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3