From b82c6365fd3eea8d191845d2b98c219680b73ace Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 20 Jul 2011 02:13:09 +0000 Subject: [PATCH] CSPACE-4172,CSPACE-3332: Added list results fields for several additional 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 | 165 +++++++++++++++++- 1 file changed, 163 insertions(+), 2 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 abd524cab..ceb3e322f 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 @@ -975,7 +975,7 @@ --> default-domain org.collectionspace.services.vocabulary.nuxeo.VocabularyItemDocumentModelHandler - + @@ -1109,6 +1109,20 @@ --> default-domain org.collectionspace.services.organization.nuxeo.OrganizationDocumentModelHandler + + + + + displayName + displayName + + + shortIdentifier + shortIdentifier + + + + org.collectionspace.services.organization.nuxeo.OrganizationValidatorHandler org.collectionspace.services.common.init.AddIndices @@ -1235,6 +1249,20 @@ --> default-domain org.collectionspace.services.person.nuxeo.PersonDocumentModelHandler + + + + + displayName + displayName + + + shortIdentifier + shortIdentifier + + + + org.collectionspace.services.person.nuxeo.PersonValidatorHandler org.collectionspace.services.common.init.AddIndices @@ -1293,6 +1321,28 @@ --> default-domain org.collectionspace.services.location.nuxeo.LocationAuthorityDocumentModelHandler + + + + + displayName + displayName + + + refName + refName + + + shortIdentifier + shortIdentifier + + + vocabType + vocabType + + + + org.collectionspace.services.common.init.AddIndices @@ -1332,6 +1382,20 @@ default-domain org.collectionspace.services.location.nuxeo.LocationDocumentModelHandler + + + + + displayName + displayName + + + shortIdentifier + shortIdentifier + + + + org.collectionspace.services.location.nuxeo.LocationValidatorHandler org.collectionspace.services.common.init.AddIndices @@ -1389,6 +1453,28 @@ --> default-domain org.collectionspace.services.taxonomy.nuxeo.TaxonomyAuthorityDocumentModelHandler + + + + + displayName + displayName + + + refName + refName + + + shortIdentifier + shortIdentifier + + + vocabType + vocabType + + + + org.collectionspace.services.common.init.AddIndices @@ -1428,6 +1514,20 @@ default-domain org.collectionspace.services.taxonomy.nuxeo.TaxonDocumentModelHandler + + + + + displayName + displayName + + + shortIdentifier + shortIdentifier + + + + org.collectionspace.services.taxonomy.nuxeo.TaxonValidatorHandler org.collectionspace.services.common.init.AddIndices @@ -1547,9 +1647,48 @@ /relations/*/workflow/ - ' default-domain org.collectionspace.services.relation.nuxeo.RelationDocumentModelHandler + + + + org.collectionspace.services.relation.nuxeo.RelationValidatorHandler @@ -1593,6 +1732,28 @@ org.collectionspace.services.account.storage.AccountDocumentHandler + + + + + screenName + screenName + + + personRefName + personRefName + + + email + email + + + status + status + + + + org.collectionspace.services.account.storage.AccountValidatorHandler -- 2.47.3