Ignore:
Timestamp:
2010-03-26T18:37:14+13:00 (14 years ago)
Author:
ak19
Message:

Browse takes a list of classifierIDs, not a single one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gs3-webservices-java-client/trunk/src/GS3Fedora/org/greenstone/fedora/services/FedoraToGS3Interface.java

    r15437 r21835  
    278278     * user to browse the titles of documents in the given collection by letter
    279279     * and returning the results.
    280      * @param classifierID is the id of the classifier on which to browse. In
     280     * @param classifierIDs are the ids of the classifiers on which to browse. In
    281281     * this case, the classifier indicates whether we browse titles by letter, or
    282282     * browse (documents) by collection; and it is of the form <CL(letter)>.
     
    286286     * the documents that start with the letter indicated by parameter classifier.
    287287    */
    288     public String browse(String collectionName, String classifierID);
     288    public String browse(String collectionName, String[] classifierIDs);
    289289   
    290290    /* @returns the document identifiers returned for a search on the titles of
Note: See TracChangeset for help on using the changeset viewer.