You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/03/28 08:56:12 UTC

svn commit: r1461968 - /isis/site/trunk/content/core/services/auditing-service.md

Author: danhaywood
Date: Thu Mar 28 07:56:12 2013
New Revision: 1461968

URL: http://svn.apache.org/r1461968
Log:
isis site - pages on our various services

Modified:
    isis/site/trunk/content/core/services/auditing-service.md

Modified: isis/site/trunk/content/core/services/auditing-service.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/services/auditing-service.md?rev=1461968&r1=1461967&r2=1461968&view=diff
==============================================================================
--- isis/site/trunk/content/core/services/auditing-service.md (original)
+++ isis/site/trunk/content/core/services/auditing-service.md Thu Mar 28 07:56:12 2013
@@ -2,8 +2,6 @@ Title: Auditing Service
 
 The `AuditingService` provides a simple mechanism to capture changes to data.  It is called for each property that has changed on any domain object, as a set of pre- and post-values.
 
-> This service is currently only supported by the [JDO objectstore](../../components/objectstores/jdo/about.html).
-
 > You may prefer to use the [Publishing Service](publishing-service.html) rather than the Auditing Service, since it is considerably more flexible.
 
 The API for the service is:
@@ -19,6 +17,8 @@ The API for the service is:
   }
 </pre>
 
+> This service is currently only supported by the [JDO objectstore](../../components/objectstores/jdo/about.html).
+
 ### Register the Service
 
 A simple implementation of the service, that writes to stdout, is available.  Typically though you would write your own implementation.