*/
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;
public TaxonDocumentModelHandler() {
super(COMMON_PART_LABEL);
}
+
+ public String getAuthorityServicePath(){
+ return TaxonomyAuthorityClient.SERVICE_PATH_COMPONENT;
+ }
/**
* Handle display name.