From: Aron Roberts Date: Fri, 3 Oct 2014 22:35:02 +0000 (-0700) Subject: Merge remote-tracking branch 'origin/valuationcontrol' into CSPACE-6235-plus-6310 X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=c368d4ca082406d2f331272d82339c33083d2091;p=tmp%2Fjakarta-migration.git Merge remote-tracking branch 'origin/valuationcontrol' into CSPACE-6235-plus-6310 Conflicts: services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java services/build.xml services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml services/pom.xml --- c368d4ca082406d2f331272d82339c33083d2091 diff --cc services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java index df6dad718,6f99c6854..710359ed3 --- a/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java +++ b/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java @@@ -116,7 -116,7 +117,8 @@@ public class CollectionSpaceJaxRsApplic addResourceToMapAndSingletons(new RelationResource()); addResourceToMapAndSingletons(new LoaninResource()); addResourceToMapAndSingletons(new LoanoutResource()); + addResourceToMapAndSingletons(new ConditioncheckResource()); + addResourceToMapAndSingletons(new ValuationcontrolResource()); addResourceToMapAndSingletons(new ObjectExitResource()); addResourceToMapAndSingletons(new BatchResource()); addResourceToMapAndSingletons(new MediaResource()); diff --cc services/build.xml index a15a96252,f62382afd..e8f3befcb --- a/services/build.xml +++ b/services/build.xml @@@ -170,7 -170,7 +170,8 @@@ + + @@@ -209,8 -209,8 +210,9 @@@ - - ++ ++ @@@ -265,7 -265,7 +267,8 @@@ + + diff --cc services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml index 80189d28b,84f840a79..322b11c32 --- a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml +++ b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml @@@ -1017,94 -1017,75 +1017,164 @@@ + + + default-domain + org.collectionspace.services.conditioncheck.nuxeo.ConditioncheckDocumentModelHandler + + + + + conditionCheckRefNumber + conditionCheckRefNumber + + + condition + conditionCheckGroupList/[0]/condition + + + + + org.collectionspace.services.conditioncheck.nuxeo.ConditioncheckValidatorHandler + + + objectNameProperty + conditionCheckGroupList/[0]/condition + + + objectNumberProperty + conditionCheckRefNumber + + + + + + + + + + + + + authRef + conditionChecker + + + + termRef + objectAuditCategory + + + termRef + completenessGroupList/*/completeness + + + termRef + conditionCheckGroupList/*/condition + + + termRef + conservationTreatmentPriority + + + termRef + hazardGroupList/*/hazard + + + termRef + conditionCheckMethod + + + termRef + conditionCheckReason + + + termRef + salvagePriorityCodeGroupList/*/salvagePriorityCode + + + + + + + + + + + + + + ++ + + + + + default-domain + org.collectionspace.services.valuationcontrol.nuxeo.ValuationcontrolDocumentModelHandler + + + + + valuationcontrolRefNumber + valuationcontrolRefNumber + + + valueType + valueType + + + + + org.collectionspace.services.valuationcontrol.nuxeo.ValuationcontrolValidatorHandler + + + objectNameProperty + valueType + + + objectNumberProperty + valuationcontrolRefNumber + + + + + + + + + + + + + authRef + valueSource + + + termRef + valueType + + + termRef + valueTypesList/*/valueCurrency + + + + + + + + + + + + + + diff --cc services/pom.xml index d03ff4bff,170fe9f04..179da8554 --- a/services/pom.xml +++ b/services/pom.xml @@@ -61,7 -61,7 +61,8 @@@ intake loanin loanout + conditioncheck + valuationcontrol objectexit batch imports