]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-3178,CSPACE-2215: Payloads to create authority or voculabulary resources now...
authorAron Roberts <aron@socrates.berkeley.edu>
Tue, 4 Oct 2011 16:56:51 +0000 (16:56 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 4 Oct 2011 16:56:51 +0000 (16:56 +0000)
commit88dc888f7b971b5b5487406dfcae05fbe351f5cc
treea54b5bcc516ce4b36636d9d59e2ec9cfe1d3a34b
parentd98339153d56fcd454e9b54855f4efa7e4f6884c
CSPACE-3178,CSPACE-2215: Payloads to create authority or voculabulary resources now no longer require short identifiers. Short identifiers will be generated from display names, consistent with handling of vocabulary or authority item payloads. Created utility method to isolate logic around identifier generation, to facilitate future work on CSPACE-2215.
services/authority/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityDocumentModelHandler.java
services/authority/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityIdentifierUtils.java [new file with mode: 0644]
services/authority/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrgAuthorityValidatorHandler.java
services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonAuthorityValidatorHandler.java