]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-4582: When retriving lists of taxon terms, the uri fields in list items now...
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 16 Nov 2011 22:33:58 +0000 (22:33 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 16 Nov 2011 22:33:58 +0000 (22:33 +0000)
services/taxonomy/service/src/main/java/org/collectionspace/services/taxonomy/nuxeo/TaxonDocumentModelHandler.java

index 886b7ba32a39ec2603bfab5cf2638c0a5fe64b75..b7c5ba99ed21ae149c5d105bbf6912ad008c9350 100644 (file)
@@ -23,6 +23,7 @@
  */
 package org.collectionspace.services.taxonomy.nuxeo;
 
+import org.collectionspace.services.client.TaxonomyAuthorityClient;
 import org.collectionspace.services.TaxonJAXBSchema;
 import org.collectionspace.services.common.document.DocumentWrapper;
 import org.collectionspace.services.common.vocabulary.nuxeo.AuthorityItemDocumentModelHandler;
@@ -50,6 +51,10 @@ public class TaxonDocumentModelHandler
     public TaxonDocumentModelHandler() {
         super(COMMON_PART_LABEL);
     }
+    
+    public String getAuthorityServicePath(){
+        return TaxonomyAuthorityClient.SERVICE_PATH_COMPONENT;
+    }
 
     /**
      * Handle display name.