Author: buildbot
Date: Wed Oct 21 07:48:30 2015
New Revision: 969718
Log:
Staging update by buildbot for olingo
Modified:
websites/staging/olingo/trunk/content/ (props changed)
websites/staging/olingo/trunk/content/doc/odata4/tutorials/media/tutorial_media.html
Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct 21 07:48:30 2015
@@ -1 +1 @@
-1709734
+1709735
Modified:
websites/staging/olingo/trunk/content/doc/odata4/tutorials/media/tutorial_media.html
==============================================================================
---
websites/staging/olingo/trunk/content/doc/odata4/tutorials/media/tutorial_media.html
(original)
+++
websites/staging/olingo/trunk/content/doc/odata4/tutorials/media/tutorial_media.html
Wed Oct 21 07:48:30 2015
@@ -106,13 +106,29 @@ The final source code can be found in th
A detailed description how to checkout the tutorials can be found <a
href="/doc/odata4/tutorials/prerequisites/prerequisites.html">here</a>. <br />
This tutorial can be found in subdirectory /samples/tutorials/p10_media</p>
<p><strong>Table of Contents</strong></p>
-<ol>
-<li>Introduction</li>
-<li>Preparation</li>
-<li>Implementation</li>
-<li>Run the implemented service</li>
-<li>Links</li>
-</ol>
+<div class="toc">
+<ul>
+<li><a href="#how-to-build-an-odata-service-with-olingo-v4">How to build an
OData Service with Olingo V4</a></li>
+<li><a href="#part-7-media-entities">Part 7: Media Entities</a><ul>
+<li><a href="#introduction">Introduction</a></li>
+<li><a href="#preparation">Preparation</a></li>
+<li><a href="#implementation">Implementation</a><ul>
+<li><a href="#extend-the-metadata-document">Extend the metadata
document</a></li>
+<li><a href="#enable-the-data-store-to-handle-media-entities">Enable the data
store to handle media entities</a></li>
+<li><a href="#implement-the-interface-mediaentityprocessor">Implement the
interface MediaEntityProcessor</a></li>
+</ul>
+</li>
+<li><a href="#run-the-implemented-service">Run the implemented service</a></li>
+</ul>
+</li>
+<li><a href="#5-links">5. Links</a><ul>
+<li><a href="#tutorials">Tutorials</a></li>
+<li><a href="#code-and-repository">Code and Repository</a></li>
+<li><a href="#further-reading">Further reading</a></li>
+</ul>
+</li>
+</ul>
+</div>
<h2 id="preparation">Preparation<a class="headerlink" href="#preparation"
title="Permanent link">¶</a></h2>
<p>You should read the previous tutorials first to have an idea how to read
entities and entity collections. In addition the following code is based on the
write tutorial merged with the navigation tutorial.</p>
<p>As a shortcut you should checkout the prepared tutorial project in the git
repository in folder /samples/tutorials/p9_action_preparation.</p>