]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-451 Finished up the functionality to support VocabularyItem sub-resource of...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 20 Oct 2009 05:32:04 +0000 (05:32 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 20 Oct 2009 05:32:04 +0000 (05:32 +0000)
commit827c68d59754fc76f75aae18939b8a3820cca588
tree6bb72f8f306e9ca0fc9677e7f3d5d5f7f2de89ed
parent4708bf7c3d4fb1b5d00e9f638a76adf5c614f355
CSPACE-451 Finished up the functionality to support VocabularyItem sub-resource of Vocabularies. Reworked some of the ServiceContext and related classes to support alternate services when a sub-resource is involved.
Renamed the vocabularyitem schemas and related classes to consistently use all-lower letters to prevent problems with the repository layer.
18 files changed:
services/client/src/main/java/org/collectionspace/services/client/BaseServiceClient.java
services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTest.java
services/common/src/main/config/tenant-bindings.xml
services/common/src/main/java/org/collectionspace/services/common/AbstractCollectionSpaceResource.java
services/common/src/main/java/org/collectionspace/services/common/CollectionSpaceResource.java
services/common/src/main/java/org/collectionspace/services/common/context/AbstractServiceContext.java
services/common/src/main/java/org/collectionspace/services/common/context/ServiceContext.java
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/core-types-contrib.xml
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/ecm-types-contrib.xml
services/vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyClient.java
services/vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyProxy.java
services/vocabulary/client/src/test/java/org/collectionspace/services/client/test/VocabularyServiceTest.java
services/vocabulary/jaxb/src/main/resources/vocabularyitem_common.xsd [new file with mode: 0644]
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyHandlerFactory.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemConstants.java [new file with mode: 0644]
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java [new file with mode: 0644]
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemHandlerFactory.java [new file with mode: 0644]