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:55:36 UTC

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

Author: danhaywood
Date: Thu Mar 28 07:55:36 2013
New Revision: 1461967

URL: http://svn.apache.org/r1461967
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=1461967&r1=1461966&r2=1461967&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:55:36 2013
@@ -1,9 +1,9 @@
 Title: Auditing Service
 
-> This service is currently only supported by the [JDO objectstore](../../components/objectstores/jdo/about.html).
-
 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: