]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
NOJIRA - Refactored autorities support. Fixed several inconsistencies, and simplified...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Sat, 3 Jul 2010 04:35:22 +0000 (04:35 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Sat, 3 Jul 2010 04:35:22 +0000 (04:35 +0000)
commit2109bea9a1d7ed92b55758be39cfcb816d082a60
tree7b307b4fc3da8bf2f20e0b08f93cdaebf4ef1659
parentfc4622c8f61e2f9bc1a85328cb8a9d2353a32b8b
NOJIRA - Refactored autorities support. Fixed several inconsistencies, and simplified the code. Still some more to do to port this to Location, and to make authRefs and refObjs support more consistent.
22 files changed:
services/common/src/main/config/services/tenant-bindings.xml
services/common/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java
services/organization/jaxb/pom.xml
services/organization/jaxb/src/main/java/org/collectionspace/services/OrgAuthorityJAXBSchema.java [deleted file]
services/organization/jaxb/src/main/java/org/collectionspace/services/OrgAuthorityListItemJAXBSchema.java [deleted file]
services/organization/jaxb/src/main/java/org/collectionspace/services/OrganizationJAXBSchema.java
services/organization/jaxb/src/main/java/org/collectionspace/services/OrganizationListItemJAXBSchema.java [deleted file]
services/organization/service/src/main/java/org/collectionspace/services/organization/OrgAuthorityResource.java
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrgAuthorityDocumentModelHandler.java
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrganizationDocumentModelHandler.java
services/person/jaxb/pom.xml
services/person/jaxb/src/main/java/org/collectionspace/services/PersonAuthorityJAXBSchema.java [deleted file]
services/person/jaxb/src/main/java/org/collectionspace/services/PersonAuthorityListItemJAXBSchema.java [deleted file]
services/person/jaxb/src/main/java/org/collectionspace/services/PersonJAXBSchema.java
services/person/jaxb/src/main/java/org/collectionspace/services/PersonListItemJAXBSchema.java [deleted file]
services/person/service/src/main/java/org/collectionspace/services/person/PersonAuthorityResource.java
services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonAuthorityDocumentModelHandler.java
services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonDocumentModelHandler.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.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