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/GS3ServicesAPIA.java

    r15379 r21835  
    356356     * classifierID (including the structures of document descendants of
    357357     * the classifier).
    358      * @param classifierID is of the form CL# where the number (#) marks
    359      * out structured sections like CL1.1.3 or CL2
     358     * @param classifierIDs - each ID is of the form CL# where the number (#)
     359     * marks out structured sections like CL1.1.3 or CL2
    360360     * @param collection is the name of the collection
    361361     * @param service is the name of the browse service (=ClassifierBrowse usually)
    362362    */
    363363    public String retrieveBrowseStructure(
    364             String collection, String service, String classifierID)
     364            String collection, String service, String[] classifierIDs)
    365365    {
    366         String[] classifierIDs = { classifierID };
    367366        return this.browseDescendants(collection, service,
    368367                language, classifierIDs );
Note: See TracChangeset for help on using the changeset viewer.