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 09:00:26 UTC

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

Author: danhaywood
Date: Wed Feb 12 08:00:26 2014
New Revision: 1567551

URL: http://svn.apache.org/r1567551
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=1567551&r1=1567550&r2=1567551&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 08:00:26 2014
@@ -20,7 +20,7 @@ This allows for different implementation
 
 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)
+![](http://yuml.me/363b335f)
 
 
 #### neat!
@@ -32,10 +32,8 @@ DSL ([edit](http://yuml.me/edit/25343da1
     [BackgroundCommandExecution]->injected[BookmarkService|lookup()]
     [BackgroundCommandExecution]->injected[CommandContext|setCommand()]
 
-DSL ([edit](http://yuml.me/edit/e722131c)):
+DSL ([edit](http://yuml.me/edit/363b335f)):
     
     [AbstractIsisSessionTemplate|#doExecute()]^-[BackgroundCommandExecution|#findBackgroundCommandsToExecute()]
     [BackgroundCommandExecution]^-[BackgroundCommandExecutionFromBackgroundCommandServiceJdo]
-    [BackgroundCommandExecution]->injected[BookmarkService|lookup()]
-    [BackgroundCommandExecution]->injected[CommandContext|setCommand()]
     [BackgroundCommandExecutionFromBackgroundCommandServiceJdo]->injected[BackgroundCommandServiceJdoRepository|findBackgroundCommandsNotYetStarted()]