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/GS3DemoClient/org/greenstone/gs3client/dlservices/DigitalLibraryServicesAPIA.java

    r21812 r21835  
    201201     * classifierID (including the structures of document descendents of
    202202     * the classifier).
    203      * @param classifierID is of the form CL# where the number (#) marks
    204      * out structured sections like CL1.1.3 or CL2
     203     * @param classifierIDs - each ID is of the form CL# where the number (#)
     204     * marks out structured sections like CL1.1.3 or CL2
    205205     * @param collection is the name of the collection
    206206     * @param service is the name of the browse service (=ClassifierBrowse usually)
    207207    */
    208208    public String retrieveBrowseStructure(
    209             String collection, String service, String classifierID);
     209            String collection, String service, String[] classifierIDs);
    210210
    211211    /** @return a String representing Greenstone3
Note: See TracChangeset for help on using the changeset viewer.