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 2014/02/12 08:56:12 UTC

svn commit: r1567548 - /isis/site/trunk/content/reference/non-ui/background-command-execution.md

Author: danhaywood
Date: Wed Feb 12 07:56:12 2014
New Revision: 1567548

URL: http://svn.apache.org/r1567548
Log:
fixing links

Modified:
    isis/site/trunk/content/reference/non-ui/background-command-execution.md

Modified: isis/site/trunk/content/reference/non-ui/background-command-execution.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/reference/non-ui/background-command-execution.md?rev=1567548&r1=1567547&r2=1567548&view=diff
==============================================================================
--- isis/site/trunk/content/reference/non-ui/background-command-execution.md (original)
+++ isis/site/trunk/content/reference/non-ui/background-command-execution.md Wed Feb 12 07:56:12 2014
@@ -11,9 +11,11 @@ where:
 
 * `findBackgroundCommandsToExecute()` is a mandatory hook method for subclasses to implement.
 
-This allows for different implementations of the `CommandService` and `BackgroundCommandService` to persist to wherever.  The JDO implementations, [CommandServiceJdo](../../components/objectstores/jdo/services/command-service-jdo.html) and [BackgroundCommandServiceJdo](../../components/objectstores/jdo/services/background-command-service-jdo.html) persist both as instances of `CommandJdo` entity to the `IsisCommand` database table.
+This allows for different implementations of the `CommandService` and `BackgroundCommandService` to persist to wherever.  
 
-The JDO service also provides its own (concrete) subclass, `BackgroundCommandExecutionFromBackgroundCommandServiceJdo` that queries its corresponding repository:
+### Related Classes
+
+The JDO object store provides its own (concrete) subclass, `BackgroundCommandExecutionFromBackgroundCommandServiceJdo` that queries for persisted `Command`s (created either through [CommandServiceJdo](../../components/objectstores/jdo/services/command-service-jdo.html) or through [BackgroundCommandServiceJdo](../../components/objectstores/jdo/services/background-command-service-jdo.html)), using the corresponding repository:
 
 ![](http://yuml.me/e722131c)