From 127f76acafe26b99967e70abe67cf116331c1115 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Mon, 5 Aug 2013 13:05:06 -0700 Subject: [PATCH] CSPACE-5678: Added PublicItem to service bindings prototype file. --- .../tenants/tenant-bindings-proto-unified.xml | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml index 2a3a413f0..689073c6d 100644 --- a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml +++ b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml @@ -71,6 +71,69 @@ + + + + + default-domain + org.collectionspace.services.publicitem.nuxeo.PublicItemDocumentModelHandler + + + + + itemNumber + itemNumber + + + contentSource + contentSource + + + contentUri + contentUri + + + + + org.collectionspace.services.publicitem.nuxeo.PublicItemValidatorHandler + + + objectNameProperty + contentName + + + objectNumberProperty + itemNumber + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3