You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/02/12 09:00:31 UTC

svn commit: r897573 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/reference/non-ui/background-command-execution.html

Author: buildbot
Date: Wed Feb 12 08:00:30 2014
New Revision: 897573

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/reference/non-ui/background-command-execution.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 12 08:00:30 2014
@@ -1 +1 @@
-1567550
+1567551

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 12 08:00:30 2014
@@ -1 +1 @@
-1567550
+1567551

Modified: websites/staging/isis/trunk/content/reference/non-ui/background-command-execution.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/non-ui/background-command-execution.html (original)
+++ websites/staging/isis/trunk/content/reference/non-ui/background-command-execution.html Wed Feb 12 08:00:30 2014
@@ -304,7 +304,7 @@
 
 <p>The JDO object store provides its own (concrete) subclass, <code>BackgroundCommandExecutionFromBackgroundCommandServiceJdo</code> that queries for persisted <code>Command</code>s (created either through <a href="../../components/objectstores/jdo/services/command-service-jdo.html">CommandServiceJdo</a> or through <a href="../../components/objectstores/jdo/services/background-command-service-jdo.html">BackgroundCommandServiceJdo</a>), using the corresponding repository:</p>
 
-<p><img src="http://yuml.me/e722131c" alt="" /></p>
+<p><img src="http://yuml.me/363b335f" alt="" /></p>
 
 <h4>neat!</h4>
 
@@ -317,12 +317,10 @@
 [BackgroundCommandExecution]-&gt;injected[CommandContext|setCommand()]
 </code></pre>
 
-<p>DSL (<a href="http://yuml.me/edit/e722131c">edit</a>):</p>
+<p>DSL (<a href="http://yuml.me/edit/363b335f">edit</a>):</p>
 
 <pre><code>[AbstractIsisSessionTemplate|#doExecute()]^-[BackgroundCommandExecution|#findBackgroundCommandsToExecute()]
 [BackgroundCommandExecution]^-[BackgroundCommandExecutionFromBackgroundCommandServiceJdo]
-[BackgroundCommandExecution]-&gt;injected[BookmarkService|lookup()]
-[BackgroundCommandExecution]-&gt;injected[CommandContext|setCommand()]
 [BackgroundCommandExecutionFromBackgroundCommandServiceJdo]-&gt;injected[BackgroundCommandServiceJdoRepository|findBackgroundCommandsNotYetStarted()]
 </code></pre>