]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-382 PathRef is used instead of the IdRef to access documents using get, update...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Mon, 2 Nov 2009 20:30:07 +0000 (20:30 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Mon, 2 Nov 2009 20:30:07 +0000 (20:30 +0000)
commitadd17d461e6daafd35f346604d89a4a72f0214cd
treea4cf1eb72133623ed1b3ee90d84cfef48968e8c2
parent7f40fccc9c31245a05d271d8979243f73378f7fd
CSPACE-382 PathRef is used instead of the IdRef to access documents using get, update or delete. Path is constructed on the fly with the help of the service context.

M    collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectDocumentModelHandler.java
M    common/src/main/java/org/collectionspace/services/common/relation/nuxeo/RelationsUtils.java
M    common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java
M    common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClient.java
M    vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java
M    vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyDocumentModelHandler.java
M    intake/service/src/main/java/org/collectionspace/services/intake/nuxeo/IntakeDocumentModelHandler.java
M    acquisition/service/src/main/java/org/collectionspace/services/acquisition/nuxeo/AcquisitionDocumentModelHandler.java
services/acquisition/service/src/main/java/org/collectionspace/services/acquisition/nuxeo/AcquisitionDocumentModelHandler.java
services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/nuxeo/CollectionObjectDocumentModelHandler.java
services/common/src/main/java/org/collectionspace/services/common/relation/nuxeo/RelationsUtils.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClient.java
services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java
services/intake/service/src/main/java/org/collectionspace/services/intake/nuxeo/IntakeDocumentModelHandler.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyDocumentModelHandler.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java