From 8c2e405582bf5df7a24a80e862328570c3769c21 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 20 Jul 2011 01:17:23 +0000 Subject: [PATCH] CSPACE-4172,CSPACE-3332: Added list results fields for several services to tenant bindings prototype, in advance of and in support of coding work in those services to return CommonList format for list results. --- .../tenants/tenant-bindings-proto.xml | 141 +++++++++++++++--- 1 file changed, 121 insertions(+), 20 deletions(-) diff --git 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 index 545dd01ad..abd524cab 100644 --- 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 @@ -439,6 +439,24 @@ --> default-domain org.collectionspace.services.loanout.nuxeo.LoanoutDocumentModelHandler + + + + + loanOutNumber + loanOutNumber + + + borrower + borrower + + + loanReturnDate + loanReturnDate + + + + org.collectionspace.services.loanout.nuxeo.LoanoutValidatorHandler @@ -777,6 +795,24 @@ --> default-domain org.collectionspace.services.movement.nuxeo.MovementDocumentModelHandler + + + + + movementReferenceNumber + movementReferenceNumber + + + currentLocation + currentLocation + + + locationDate + locationDate + + + + org.collectionspace.services.movement.nuxeo.MovementValidatorHandler @@ -831,25 +867,6 @@ --> default-domain org.collectionspace.services.report.nuxeo.ReportDocumentModelHandler - org.collectionspace.services.report.nuxeo.ReportValidatorHandler org.collectionspace.services.report.nuxeo.ReportPostInitHandler @@ -887,7 +904,29 @@ default-domain org.collectionspace.services.vocabulary.nuxeo.VocabularyDocumentModelHandler org.collectionspace.services.vocabulary.nuxeo.VocabularyValidatorHandler - + + + + + displayName + displayName + + + refName + refName + + + shortIdentifier + shortIdentifier + + + vocabType + vocabType + + + + + org.collectionspace.services.common.init.AddIndices @@ -936,6 +975,24 @@ --> default-domain org.collectionspace.services.vocabulary.nuxeo.VocabularyItemDocumentModelHandler + + + + + displayName + displayName + + + shortIdentifier + shortIdentifier + + + order + order + + + + org.collectionspace.services.vocabulary.nuxeo.VocabularyItemValidatorHandler org.collectionspace.services.common.init.AddIndices @@ -983,6 +1040,28 @@ --> default-domain org.collectionspace.services.organization.nuxeo.OrgAuthorityDocumentModelHandler + + + + + displayName + displayName + + + refName + refName + + + shortIdentifier + shortIdentifier + + + vocabType + vocabType + + + + org.collectionspace.services.organization.nuxeo.OrgAuthorityValidatorHandler org.collectionspace.services.common.init.AddIndices @@ -1090,6 +1169,28 @@ --> default-domain org.collectionspace.services.person.nuxeo.PersonAuthorityDocumentModelHandler + + + + + displayName + displayName + + + refName + refName + + + shortIdentifier + shortIdentifier + + + vocabType + vocabType + + + + org.collectionspace.services.person.nuxeo.PersonAuthorityValidatorHandler org.collectionspace.services.common.init.AddIndices -- 2.47.3