[exo-jcr-commits] exo-jcr SVN: r4225 - jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 11 06:54:51 EDT 2011


Author: tolusha
Date: 2011-04-11 06:54:50 -0400 (Mon, 11 Apr 2011)
New Revision: 4225

Modified:
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/exo-jcr-configuration.xml
Log:
EXOJCR-1296: [DOC] Allow to ignore events for descendents on rename by adding "trigger-events-for-descendents-on-rename" property with "false" value

Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/exo-jcr-configuration.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/exo-jcr-configuration.xml	2011-04-11 10:54:23 UTC (rev 4224)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/configuration/exo-jcr-configuration.xml	2011-04-11 10:54:50 UTC (rev 4225)
@@ -251,6 +251,21 @@
     <para><emphasis role="bold">properties</emphasis>: The list of properties
     (name-value pairs) for the concrete Workspace data container.</para>
 
+    <table>
+      <tgroup cols="2">
+        <tbody>
+          <row>
+            <entry>trigger_events_for_descendents_on_rename</entry>
+
+            <entry>indicates if need to trigger events for descendents on
+            rename or not. It allows to increase performance on rename
+            operation but in same time Observation'll not notified, has
+            default value true</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
+
     <para><emphasis role="bold">value-storages</emphasis>: The list of value
     storage plugins.</para>
   </section>



More information about the exo-jcr-commits mailing list