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 2017/09/20 23:12:09 UTC

[08/15] isis-site git commit: ISIS-1708: fixes some broken links

http://git-wip-us.apache.org/repos/asf/isis-site/blob/87a68471/content/guides/rgcfg/rgcfg.html
----------------------------------------------------------------------
diff --git a/content/guides/rgcfg/rgcfg.html b/content/guides/rgcfg/rgcfg.html
index 0ba8b05..405c756 100644
--- a/content/guides/rgcfg/rgcfg.html
+++ b/content/guides/rgcfg/rgcfg.html
@@ -1031,10 +1031,50 @@ table.CodeRay td.code>pre{padding:0}
          </table> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__rgcfg_configuring-core_services">5.4. Services</h3> 
+         <h3 id="__rgcfg_configuring-core_fixture-events">5.4. Fixture Events</h3> 
+         <div class="paragraph"> 
+          <p>(As of <code>1.15.1-SNAPSHOT</code>), events are fired to indicate the start and end of fixtures are being installed. This are listened to by the <a href="rgsvc.html#_rgsvc_persistence-layer-api_QueryResultsCache"><code>QueryResultsCache</code></a> to disable caching during this period.</p> 
+         </div> 
          <table class="tableblock frame-all grid-all spread"> 
           <caption class="title">
-           Table 7. Core Configuration Properties for Services
+           Table 7. Core Configuration Properties for Fixture Events
+          </caption> 
+          <colgroup> 
+           <col style="width: 33.3333%;"> 
+           <col style="width: 16.6666%;"> 
+           <col style="width: 50.0001%;"> 
+          </colgroup> 
+          <thead> 
+           <tr> 
+            <th class="tableblock halign-left valign-top">Property</th> 
+            <th class="tableblock halign-left valign-top">Value<br> (default value)</th> 
+            <th class="tableblock halign-left valign-top">Description</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis.fixtures.fireEvents</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code>,<code>false</code><br> (<code>true</code>)</p></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>(As of <code>1.15.1-SNAPSHOT</code>), whether fixture <code>FixturesInstallingEvent</code> and <code>FixturesInstalledEvent</code> events should be posted while the system is bootstrapping.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="__rgcfg_configuring-core_services">5.5. Services</h3> 
+         <table class="tableblock frame-all grid-all spread"> 
+          <caption class="title">
+           Table 8. Core Configuration Properties for Services
           </caption> 
           <colgroup> 
            <col style="width: 33.3333%;"> 
@@ -1560,10 +1600,10 @@ table.CodeRay td.code>pre{padding:0}
          </table> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__rgcfg_configuring-core_metamodel-validation">5.5. MetaModel Validation</h3> 
+         <h3 id="__rgcfg_configuring-core_metamodel-validation">5.6. MetaModel Validation</h3> 
          <table class="tableblock frame-all grid-all spread"> 
           <caption class="title">
-           Table 8. Metamodel Validation
+           Table 9. Metamodel Validation
           </caption> 
           <colgroup> 
            <col style="width: 33.3333%;"> 
@@ -1828,10 +1868,10 @@ table.CodeRay td.code>pre{padding:0}
          </table> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__rgcfg_configuring-core_other">5.6. Other Config Properties</h3> 
+         <h3 id="__rgcfg_configuring-core_other">5.7. Other Config Properties</h3> 
          <table class="tableblock frame-all grid-all spread"> 
           <caption class="title">
-           Table 9. Other Core Configuration Properties
+           Table 10. Other Core Configuration Properties
           </caption> 
           <colgroup> 
            <col style="width: 33.3333%;"> 
@@ -2071,43 +2111,31 @@ table.CodeRay td.code>pre{padding:0}
           </tbody> 
          </table> 
          <div class="sect3"> 
-          <h4 id="__rgcfg_configuring-core_filterVisibility">5.6.1. Filtering visibility</h4> 
+          <h4 id="__rgcfg_configuring-core_filterVisibility">5.7.1. Filtering visibility</h4> 
           <div class="paragraph"> 
            <p>The framework provides the <code>isis.reflector.facet.filterVisibility</code> configuration property that influences whether a returned object is visible to the end-user:</p> 
           </div> 
           <div class="ulist"> 
            <ul> 
-            <li> <p>Action invocations:<br></p> </li> 
-           </ul> 
-          </div> 
-          <div class="paragraph"> 
-           <p>If an action returns a collection that includes the object, then the object will be excluded from the list when rendered. If it returns a single object and the user does not have access to that object, then the action will seemingly return <code>null</code></p> 
-          </div> 
-          <div class="ulist"> 
-           <ul> 
-            <li> <p>Collections:<br></p> </li> 
-           </ul> 
-          </div> 
-          <div class="paragraph"> 
-           <p>If a parent object has a collection references another object to which the user does not have access, then (as for actions) the object will not be rendered in the list</p> 
-          </div> 
-          <div class="ulist"> 
-           <ul> 
-            <li> <p>Properties:<br></p> </li> 
-           </ul> 
-          </div> 
-          <div class="paragraph"> 
-           <p>If an parent object has a (scalar) reference some other object to which the user does not have access, then the reference will be rendered as empty.</p> 
-          </div> 
-          <div class="ulist"> 
-           <ul> 
-            <li> <p>Choices and autoComplete lists:<br></p> </li> 
+            <li> <p>Action invocations:</p> 
+             <div class="paragraph"> 
+              <p>If an action returns a collection that includes the object, then the object will be excluded from the list when rendered. If it returns a single object and the user does not have access to that object, then the action will seemingly return <code>null</code></p> 
+             </div> </li> 
+            <li> <p>Collections:</p> 
+             <div class="paragraph"> 
+              <p>If a parent object has a collection references another object to which the user does not have access, then (as for actions) the object will not be rendered in the list</p> 
+             </div> </li> 
+            <li> <p>Properties:</p> 
+             <div class="paragraph"> 
+              <p>If an parent object has a (scalar) reference some other object to which the user does not have access, then the reference will be rendered as empty.</p> 
+             </div> </li> 
+            <li> <p>Choices and autoComplete lists:</p> 
+             <div class="paragraph"> 
+              <p>If an object is returned in a list of choices or within an auto-complete list, and the user does not have access, then it is excluded from the rendered list.</p> 
+             </div> </li> 
            </ul> 
           </div> 
           <div class="paragraph"> 
-           <p>If an object is returned in a list of choices or within an auto-complete list, and the user does not have access, then it is excluded from the rendered list.</p> 
-          </div> 
-          <div class="paragraph"> 
            <p>The original motivation for this feature was to transparently support such features as multi-tenancy (as per the (non-ASF) <a href="http://github.com/isisaddons/isis-module-security">Isis addons' security</a> module). That is, if an entity is logically "owned" by a user, then the multi-tenancy support can be arranged to prevent some other user from viewing that object.</p> 
           </div> 
           <div class="paragraph"> 
@@ -2139,7 +2167,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__rgcfg_configuring-core_isis-objects-editing">5.6.2. <code>objects.editing</code></h4> 
+          <h4 id="__rgcfg_configuring-core_isis-objects-editing">5.7.2. <code>objects.editing</code></h4> 
           <div class="paragraph"> 
            <p>This configuration property in effect allows editing to be disabled globally for an application:</p> 
           </div> 
@@ -2153,7 +2181,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition">5.6.3. <code>propertyLayout.labelPosition</code></h4> 
+          <h4 id="__rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition">5.7.3. <code>propertyLayout.labelPosition</code></h4> 
           <div class="paragraph"> 
            <p>If you want a consistent look-n-feel throughout the app, eg all property labels to the top, then it’d be rather frustrating to have to annotate every property.</p> 
           </div>