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 2016/07/12 05:45:48 UTC

[18/26] isis-site git commit: ISIS-1335: removing -SNAPSHOT for 1.13.0, also migration and release notes

http://git-wip-us.apache.org/repos/asf/isis-site/blob/2c032b24/content/guides/rgcms.html
----------------------------------------------------------------------
diff --git a/content/guides/rgcms.html b/content/guides/rgcms.html
index dcc8010..d48f58b 100644
--- a/content/guides/rgcms.html
+++ b/content/guides/rgcms.html
@@ -3729,11 +3729,11 @@ annotation attribute.  Whether this raises an event or not depends upon the
 </tr>
 <tr>
 <td><i class="conum" data-value="4"></i><b>4</b></td>
-<td>Deprecated, use <a href="rgsvc.html#_rgsvc_api_CommandContext"><code>CommandContext</code></a> or (better)  <a href="rgsvc.html#_rgsvc_api_InteractionContext"><code>InteractionContext</code></a> (<code>1.13.0-SNAPSHOT</code>) instead.</td>
+<td>Deprecated, use <a href="rgsvc.html#_rgsvc_api_CommandContext"><code>CommandContext</code></a> or (better)  <a href="rgsvc.html#_rgsvc_api_InteractionContext"><code>InteractionContext</code></a>instead.</td>
 </tr>
 <tr>
 <td><i class="conum" data-value="5"></i><b>5</b></td>
-<td>(<code>1.13.0-SNAPSHOT</code>) Populated only for mixins; holds the underlying domain object that the mixin contributes to.</td>
+<td>Populated only for mixins; holds the underlying domain object that the mixin contributes to.</td>
 </tr>
 <tr>
 <td><i class="conum" data-value="6"></i><b>6</b></td>
@@ -5211,7 +5211,7 @@ actually now mis-named.</p>
 <table>
 <tr>
 <td><i class="conum" data-value="1"></i><b>1</b></td>
-<td>unique identifier (a GUID) of this request/interaction (<code>1.13.0-SNAPSHOT</code>).</td>
+<td>unique identifier (a GUID) of this request/interaction.</td>
 </tr>
 </table>
 </div>
@@ -5796,18 +5796,18 @@ Apache Isis defines a number of standard XSD schemas:</p>
 <div class="ulist">
 <ul>
 <li>
-<p>the <a href="#_rgcms_schema-cmd">command</a> schema (<code>1.13.0-SNAPSHOT</code>), which captures the <em>intention</em> of a user
+<p>the <a href="#_rgcms_schema-cmd">command</a> schema, which captures the <em>intention</em> of a user
 to invoke an action or edit a property</p>
 </li>
 <li>
-<p>the <a href="#_rgcms_schema-ixn">interaction execution</a> schema (<code>1.13.0-SNAPSHOT</code>), which captures the actual execution of an action invocation/property edit</p>
+<p>the <a href="#_rgcms_schema-ixn">interaction execution</a> schema, which captures the actual execution of an action invocation/property edit</p>
 </li>
 <li>
-<p>the <a href="#_rgcms_schema-chg">changes</a> schema (<code>1.13.0-SNAPSHOT</code>), which captures which objects have been
+<p>the <a href="#_rgcms_schema-chg">changes</a> schema, which captures which objects have been
 created, updated or deleted as the result of an execution of an action invocation/property edit</p>
 </li>
 <li>
-<p>the <a href="#_rgcms_schema-aim">action memento invocation</a> schema (deprecated in <code>1.13.0-SNAPSHOT</code>, replaced by
+<p>the <a href="#_rgcms_schema-aim">action memento invocation</a> schema (deprecated in <code>1.13.0</code>, replaced by
 either "cmd" or "ixn"), which allows action invocations to be captured and reified.</p>
 </li>
 </ul>
@@ -5817,7 +5817,7 @@ either "cmd" or "ixn"), which allows action invocations to be captured and reifi
 complex type which identifies a domain object).</p>
 </div>
 <div class="paragraph">
-<p>(As of <code>1.13.0-SNAPSHOT</code>) the (non-ASF) <a href="http://github.com/isisaddons/isis-module-command">Isis addons' command</a> and
+<p>The (non-ASF) <a href="http://github.com/isisaddons/isis-module-command">Isis addons' command</a> and
 <a href="http://github.com/isisaddons/isis-module-publishmq">Isis addons' publishmq</a> modules uses these schemas to reify
 corresponding applib objects (<code>Command</code>, <code>Interaction.Execution</code> and <code>PublishedObjects</code>), either to persist or
 publishing using an <a href="http://activemq.apache.org">Apache ActiveMQ</a> message queue.</p>
@@ -5826,9 +5826,9 @@ publishing using an <a href="http://activemq.apache.org">Apache ActiveMQ</a> mes
 <p>The sections below discuss these schemas in more detail.</p>
 </div>
 <div class="sect2">
-<h3 id="_rgcms_schema-cmd">4.1. Command (<code>1.13.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgcms_schema-cmd">4.1. Command</h3>
 <div class="paragraph">
-<p>The command ("cmd") schema (<code>1.13.0-SNAPSHOT</code>) defines the serialized form of the <em>intention</em> to invoke an action or to
+<p>The command ("cmd") schema defines the serialized form of the <em>intention</em> to invoke an action or to
 edit a property.</p>
 </div>
 <div class="admonitionblock note">
@@ -5912,7 +5912,7 @@ to the <a href="#_rgcms_schema_interaction">interaction</a> that executes the co
 </tr>
 <tr>
 <td><i class="conum" data-value="7"></i><b>7</b></td>
-<td>the target object (or objects) to be invoked.  As of <code>1.13.0-SNAPSHOT</code>, a bulk action will create multiple commands,
+<td>the target object (or objects) to be invoked.  As of <code>1.13.0</code>, a bulk action will create multiple commands,
 each with only a single target, but a future version of the framework may also support a single bulk command against
 this multiple targets (ie all-or-nothing).</td>
 </tr>
@@ -6036,9 +6036,9 @@ has a type.  It extends the <code>valueWithTypeDto</code> complex type taken fro
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgcms_schema-ixn">4.2. Interaction Execution (<code>1.13.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgcms_schema-ixn">4.2. Interaction Execution</h3>
 <div class="paragraph">
-<p>The interaction ("ixn") schema (<code>1.13.0-SNAPSHOT</code>) defines the serialized form of an action invocation or a property
+<p>The interaction ("ixn") schema defines the serialized form of an action invocation or a property
 edit.  In fact, it actually defines a call-graph of such executions for those cases where the
 <a href="rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a> is used to execute sub-actions/property edits.</p>
 </div>
@@ -6340,9 +6340,9 @@ but relates to the entire interaction rather than just one (sub)execution of an
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgcms_schema-chg">4.3. Changes (<code>1.13.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgcms_schema-chg">4.3. Changes</h3>
 <div class="paragraph">
-<p>The changes ("chg") schema (<code>1.13.0-SNAPSHOT</code>) defines the serialized form identifying which objects have been created,
+<p>The changes ("chg") schema defines the serialized form identifying which objects have been created,
 updated or deleted as the result of invoking an action or editing a property.  It also captures a number of other
 metrics counts (number of objects loaded, number of object properties modified), useful for profiling.</p>
 </div>
@@ -6494,12 +6494,12 @@ but is more granular, each figure relating to a single (sub-)execution within an
 </td>
 <td class="content">
 <div class="paragraph">
-<p>This schema has been removed in <code>1.13.0-SNAPSHOT</code>, replaced with <a href="#_rgcms_schema-ixn">ixn.xsd</a> (for action
+<p>This schema has been removed in <code>1.13.0</code>, replaced with <a href="#_rgcms_schema-ixn">ixn.xsd</a> (for action
 invocations/property edits) and with <a href="#_rgcms_schema-cmd">cmd.xsd</a> (commands, ie the <em>intention</em> to
 invoke an action/edit a property).</p>
 </div>
 <div class="paragraph">
-<p>The remaining content on this page describes how <code>CommandContext</code> works up to v1.12.x.  However, as of <code>1.13.0-SNAPSHOT</code> the <code>CommandContext</code> uses its own <code>cmd.xsd</code> schema).</p>
+<p>The remaining content on this page describes how <code>CommandContext</code> works up to v1.12.x.  However, as of <code>1.13.0</code> the <code>CommandContext</code> uses its own <code>cmd.xsd</code> schema).</p>
 </div>
 </td>
 </tr>
@@ -6737,8 +6737,8 @@ is specified, then the fully qualified class name will be used.</td>
 <tr>
 <td><i class="conum" data-value="5"></i><b>5</b></td>
 <td>the <code>bookmarkObjectState</code> enumerates the possible persistence states of the referenced object.  In previous versions
-of the schema the attribute was defaulted to "persistent"; as of <code>1.13.0-SNAPSHOT</code> the "persistent" state is assumed
-of the attribute is omitted.</td>
+of the schema the attribute was defaulted to "persistent"; the "persistent" state is assumed
+if the attribute is omitted.</td>
 </tr>
 <tr>
 <td><i class="conum" data-value="6"></i><b>6</b></td>
@@ -6748,7 +6748,7 @@ intention to perform a bulk actions (against a number of selected objects).</td>
 </table>
 </div>
 <div class="paragraph">
-<p>In previous versions of the schema (prior to <code>1.13.0-SNAPSHOT</code>) the object type and object identifers of <code>oidDto</code> were
+<p>In previous versions of the schema the object type and object identifers of <code>oidDto</code> were
 modelled as an element rather than an attribute.  The element form can still be used, but is deprecated.</p>
 </div>
 <div class="paragraph">
@@ -7188,21 +7188,21 @@ the <a href="#_rgcms_schema_cmd">"cmd"</a> and <a href="#_rgcms_schema_ixn">"ixn
 </li>
 <li><a href="#_rgcms_schema">4. Schema</a>
 <ul class="sectlevel2">
-<li><a href="#_rgcms_schema-cmd">4.1. Command (<code>1.13.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgcms_schema-cmd">4.1. Command</a>
 <ul class="sectlevel3">
 <li><a href="#_rgcms_schema-cmd_commandDto">4.1.1. <code>commandDto</code></a></li>
 <li><a href="#_rgcms_schema-cmd_memberDto">4.1.2. <code>memberDto</code> and subtypes</a></li>
 <li><a href="#_rgcms_schema-cmd_ancillary">4.1.3. Ancillary types</a></li>
 </ul>
 </li>
-<li><a href="#_rgcms_schema-ixn">4.2. Interaction Execution (<code>1.13.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgcms_schema-ixn">4.2. Interaction Execution</a>
 <ul class="sectlevel3">
 <li><a href="#_rgcms_schema-ixn_interactionDto">4.2.1. <code>interactionDto</code></a></li>
 <li><a href="#_rgcms_schema-ixn_memberExecutionDto">4.2.2. <code>memberExecutionDto</code></a></li>
 <li><a href="#_rgcms_schema-ixn_ancillary">4.2.3. Ancillary types</a></li>
 </ul>
 </li>
-<li><a href="#_rgcms_schema-chg">4.3. Changes (<code>1.13.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgcms_schema-chg">4.3. Changes</a>
 <ul class="sectlevel3">
 <li><a href="#__code_changesdto_code">4.3.1. <code>changesDto</code></a></li>
 <li><a href="#__code_objectsdto_code">4.3.2. <code>objectsDto</code></a></li>