Author: buildbot
Date: Tue Nov 17 16:09:16 2015
New Revision: 972722
Log:
Staging update by buildbot for olingo
Modified:
websites/staging/olingo/trunk/content/ (props changed)
websites/staging/olingo/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html
Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 17 16:09:16 2015
@@ -1 +1 @@
-1714816
+1714819
Modified:
websites/staging/olingo/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html
==============================================================================
---
websites/staging/olingo/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html
(original)
+++
websites/staging/olingo/trunk/content/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html
Tue Nov 17 16:09:16 2015
@@ -98,7 +98,7 @@
}
h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
<h1 id="how-to-build-an-odata-service-with-olingo-v4">How to build an OData
Service with Olingo V4<a class="headerlink"
href="#how-to-build-an-odata-service-with-olingo-v4" title="Permanent
link">¶</a></h1>
-<h1 id="part-8-handling-deep-insert-requests">Part 8: Handling "Deep Insert"
requests<a class="headerlink" href="#part-8-handling-deep-insert-requests"
title="Permanent link">¶</a></h1>
+<h1 id="part-9-handling-deep-insert-requests">Part 9: Handling "Deep Insert"
requests<a class="headerlink" href="#part-9-handling-deep-insert-requests"
title="Permanent link">¶</a></h1>
<h2 id="introduction">Introduction<a class="headerlink" href="#introduction"
title="Permanent link">¶</a></h2>
<p>In the present tutorial, we will implement the handling of deep insert
requests.</p>
<p><strong>Note:</strong>
@@ -314,8 +314,9 @@ If it is the first category you created,
<li>Tutorial OData V4 service, part 5.3: <a
href="/doc/odata4/tutorials/sqo_o/tutorial_sqo_o.html">System Query Options
$orderby</a></li>
<li>Tutorial OData V4 service, part 5.4: <a
href="/doc/odata4/tutorials/sqo_f/tutorial_sqo_f.html">System Query Options
$filter</a></li>
<li>Tutoral ODATA V4 service, part 6: <a
href="/doc/odata4/tutorials/action/tutorial_action.html">Action and Function
Imports</a></li>
-<li>Tutoral ODATA V4 service, part 7: <a
href="/doc/odata4/tutorials/batch/tutorial_batch.html">Batch Request
support</a></li>
-<li>Tutoral ODATA V4 service, part 8: Handling "Deep Insert" requests </li>
+<li>Tutoral ODATA V4 service, part 7: <a
href="/doc/odata4/tutorials/media/tutorial_media.html">Add Media entities to
the service</a></li>
+<li>Tutoral ODATA V4 service, part 8: <a
href="/doc/odata4/tutorials/batch/tutorial_batch.html">Batch Request
support</a></li>
+<li>Tutoral ODATA V4 service, part 9: Handling "Deep Insert" requests </li>
</ul>
<h3 id="code-and-repository">Code and Repository<a class="headerlink"
href="#code-and-repository" title="Permanent link">¶</a></h3>
<ul>