]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5943: Initial work at getting values for SQL queries from individual document...
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 27 Mar 2013 23:29:40 +0000 (16:29 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 27 Mar 2013 23:29:40 +0000 (16:29 -0700)
commit5884c813d33d75d8cbc04912e8f7872d42951f6e
tree745ff92e2387641f432d75f60eb5368ff6d91e0e
parent114dcbfb6432f21f591773d1d9889762305bdd89
CSPACE-5943: Initial work at getting values for SQL queries from individual document handlers. Still needs implementation in four other authorities, in addition to location and person. This is an interim solution with lots of code smells still to be worked out.
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java
services/common/src/main/java/org/collectionspace/services/common/document/AbstractDocumentHandlerImpl.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentHandler.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java
services/location/service/src/main/java/org/collectionspace/services/location/nuxeo/LocationDocumentModelHandler.java
services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonDocumentModelHandler.java