Author: michiel
Date: 2010-08-05 22:19:24 +0200 (Thu, 05 Aug 2010)
New Revision: 43053

Added:
   
mmbase/trunk/documentation/src/docbook/informationanalysts/datatypes/MMBase-SetValue.dia
   
mmbase/trunk/documentation/src/docbook/informationanalysts/datatypes/MMBase-SetValue.png
Modified:
   
mmbase/trunk/documentation/src/docbook/informationanalysts/datatypes/index.xml
Log:
added a flow chart for setValue, to show where processing is happening

Added: 
mmbase/trunk/documentation/src/docbook/informationanalysts/datatypes/MMBase-SetValue.dia
===================================================================
(Binary files differ)


Property changes on: 
mmbase/trunk/documentation/src/docbook/informationanalysts/datatypes/MMBase-SetValue.dia
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: 
mmbase/trunk/documentation/src/docbook/informationanalysts/datatypes/MMBase-SetValue.png
===================================================================
(Binary files differ)


Property changes on: 
mmbase/trunk/documentation/src/docbook/informationanalysts/datatypes/MMBase-SetValue.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: 
mmbase/trunk/documentation/src/docbook/informationanalysts/datatypes/index.xml
===================================================================
--- 
mmbase/trunk/documentation/src/docbook/informationanalysts/datatypes/index.xml  
    2010-08-05 11:20:59 UTC (rev 43052)
+++ 
mmbase/trunk/documentation/src/docbook/informationanalysts/datatypes/index.xml  
    2010-08-05 20:19:24 UTC (rev 43053)
@@ -541,7 +541,7 @@
         string ('getStringValue'), something else happens then when it is
         gotten otherwise ('getDateValue'). In this case the creation time is
         nicely formatted when the value is requested as a string.</para>
-
+        <graphic fileref="MMBase-SetValue.png"/>
         <para>The CreationTimeGuesser processor arranges that if the value is
         empty, it guesses an actual value using the MMBase 'day
         markers'.</para>
@@ -551,6 +551,9 @@
         effectively leading to a read-only field. (The CreationTimeGuesser
         itself can use 'setObjectValue' to bypass all set-processors, if it
         wants to store its guessed value for efficiency).</para>
+        <para>
+          <graphic fileref="MMBase-SetValue.png"/>
+        </para>
 
         <note>
           <para>You can specify more than one class for a certain processor.
@@ -571,11 +574,11 @@
       </section>
 
       <section id="commitprocessors">
-        <title>Commit-processors</title>
+        <title>Commit-processors and delete-processors</title>
 
         <para>Commit-processors are effectively called on commit of the node
         which contains the field with this data type (for other datatypes the
-        behavior is as yet undefined). For example<programlisting>
+        behavior is as yet undefined). For example.<programlisting>
 &lt;specialization id="lastmodified"&gt;
   &lt;description xml:lang="en"&gt;
     Read-only date-time field that contains the most recent time at which this 
node was changed .
@@ -591,6 +594,12 @@
         which simply fills the current time into the value of the field with
         this data type.</para>
       </section>
+
+      <section id="lifetime">
+        <title>The life time of a value</title>
+        <para>
+        </para>
+      </section>
     </section>
   </section>
 

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to