From 20be94125973e9f8b773fa03ff64d2141a17e678 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 10 Apr 2012 16:55:24 -0700 Subject: [PATCH] Added new life cycle definitions - {active and deleted) and {active, deleted, and locked}. --- .../OSGI-INF/default-life-cycle-contrib.xml | 68 +++++++++++++++++++ .../pom.xml | 1 - 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/default-life-cycle-contrib.xml b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/default-life-cycle-contrib.xml index d68c55c1f..182befb2e 100644 --- a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/default-life-cycle-contrib.xml +++ b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/default-life-cycle-contrib.xml @@ -8,4 +8,72 @@ + + + CollectionSpace core default life cycle definition. + + + + + Move document to trash (temporary delete) + + + Recover the document from trash + + + + + + delete + + + + + undelete + + + + + + + + + CollectionSpace "locking" life cycle definition. + + + + + Lock document + + + Unlock the document + + + Move document to trash (temporary delete) + + + Recover the document from trash + + + + + + delete + lock + + + + + unlock + + + + + undelete + + + + + + diff --git a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/pom.xml b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/pom.xml index 152eccc90..5c841786a 100644 --- a/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/pom.xml +++ b/services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/pom.xml @@ -8,7 +8,6 @@ 4.0.0 - org.collectionspace.services org.collectionspace.services.collectionobject.3rdparty.nuxeo jar -- 2.47.3