From 917369803293a8a61b517c1d880572ab2957f6af Mon Sep 17 00:00:00 2001 From: Rick Jaffe Date: Tue, 13 Mar 2012 23:49:23 -0700 Subject: [PATCH] CSPACE-391: Adding placeauthority service and place service meta-data --- .../tenants/tenant-bindings-proto.xml | 181 +++++++++++++++++- 1 file changed, 180 insertions(+), 1 deletion(-) 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 869675c0f..8ae817b90 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 @@ -2154,7 +2154,186 @@ - + + + /placeauthorities/*/workflow/ + /placeauthorities/*/items/*/workflow/ + + + default-domain + org.collectionspace.services.place.nuxeo.PlaceAuthorityDocumentModelHandler + + + + + displayName + displayName + + + refName + refName + + + shortIdentifier + shortIdentifier + + + vocabType + vocabType + + + + + + org.collectionspace.services.common.init.AddIndices + + + placeauthorities_common + displayname + + + placeauthorities_common + shortidentifier + + + + + + + + + + + + + + + + + + + + + + + + + default-domain + org.collectionspace.services.place.nuxeo.PlaceDocumentModelHandler + + + + + + + + org.collectionspace.services.place.nuxeo.PlaceValidatorHandler + + org.collectionspace.services.common.init.AddIndices + + + places_common + inauthority + + + places_common + displayname + + + places_common + shortidentifier + + + + + + objectNameProperty + displayName + + + objectNumberProperty + shortIdentifier + + + + + + + + + + + + authRef + placeOwnerGroupList/*/owner + + + termRef + termStatus + + + termRef + placeType + + + termRef + placeNameGroupList/*/nameLanguage + + + termRef + placeNameGroupList/*/nameType + + + termRef + placeNameGroupList/*/nameStatus + + + termRef + placeNameGroupList/*/nameAdminStatus + + + termRef + vCoordSys + + + termRef + vSpatialReferenceSystem + + + termRef + vUnitofMeasure + + + termRef + placeGeoRefGroupList/*/geodeticDatum + + + termRef + placeGeoRefGroupList/*/geoRefProtocol + + + termRef + placeGeoRefGroupList/*/geoRefVerificationStatus + + + + + + + + + + + + + + /taxonomyauthority/*/workflow/ -- 2.47.3