]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-2542 Modified the handling of Authorities to support range of specifiers for...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 27 Aug 2010 06:33:10 +0000 (06:33 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 27 Aug 2010 06:33:10 +0000 (06:33 +0000)
commit0375706b6099aa7dcd057bb98f96fdcabdc8ac86
tree5d99323b9e71cc64eef71d6ae6c2ac7a826d0040
parent638080e155d07d991475642c21bb2c9c96096150
CSPACE-2542 Modified the handling of Authorities to support range of specifiers for authority and item, across operations. Modified authorities that support contact sub-resources to support all specifier forms for the authority and item, across operations. Refactored the AuthorityResource classes for the authorities that support contact sub-resources, to simplify code and ensure consistent support.
services/common/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/contact/service/src/main/java/org/collectionspace/services/contact/AuthorityResourceWithContacts.java [new file with mode: 0644]
services/organization/client/src/main/java/org/collectionspace/services/client/OrgAuthorityClient.java
services/organization/client/src/main/java/org/collectionspace/services/client/OrgAuthorityProxy.java
services/organization/service/src/main/java/org/collectionspace/services/organization/OrgAuthorityResource.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/service/src/main/java/org/collectionspace/services/person/PersonAuthorityResource.java