]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-590, CSPACE-852. Added support to get PersonAuthority by name, prototyping...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 2 Mar 2010 00:02:05 +0000 (00:02 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 2 Mar 2010 00:02:05 +0000 (00:02 +0000)
commit24d318615201296dc9b7703bbe9063a5bfcb1364
tree6b5428f7fcae54cd4c5a8e438a471753e3f94801
parent9dccc26fd45250e53e84a29d71fb575deee51a71
CSPACE-590, CSPACE-852. Added support to get PersonAuthority by name, prototyping basic facility. Required changes to the StorageClient class-tree. Added tests for same. Still have to work out how to get sub-resources (trickier).
services/common/src/main/java/org/collectionspace/services/common/storage/StorageClient.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageClientImpl.java
services/common/src/main/java/org/collectionspace/services/common/vocabulary/RefNameUtils.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java
services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClient.java
services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityProxy.java
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java
services/person/jaxb/src/main/java/org/collectionspace/services/PersonAuthorityJAXBSchema.java
services/person/service/src/main/java/org/collectionspace/services/person/PersonAuthorityResource.java