From: Richard Millet Date: Tue, 10 Apr 2012 23:55:24 +0000 (-0700) Subject: Added new life cycle definitions - {active and deleted) and {active, deleted, and... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=20be94125973e9f8b773fa03ff64d2141a17e678;p=tmp%2Fjakarta-migration.git Added new life cycle definitions - {active and deleted) and {active, deleted, and locked}. --- 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