You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2015/10/06 13:30:09 UTC

svn commit: r967934 - in /websites/staging/olingo/trunk/content: ./ doc/odata4/tutorials/action/tutorial_action.html

Author: buildbot
Date: Tue Oct  6 11:30:08 2015
New Revision: 967934

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/odata4/tutorials/action/tutorial_action.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct  6 11:30:08 2015
@@ -1 +1 @@
-1707000
+1707001

Modified: websites/staging/olingo/trunk/content/doc/odata4/tutorials/action/tutorial_action.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata4/tutorials/action/tutorial_action.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata4/tutorials/action/tutorial_action.html Tue Oct  6 11:30:08 2015
@@ -214,11 +214,13 @@ This action takes an optional parameter
 
 
 <p>While actions are called by using HTTP Method POST is nessesary to introduce new processor interfaces for actions. So there exists a bunch of interfaces, for each return type strictly one.</p>
-<p><strong>Steps</strong>  <br />
-  * Extent the Metadata model
-  * Extent the data store
-  * Extent the entity collection and the entity processor to handle function imports
-  * Implement an action processor</p>
+<p><strong>Steps</strong>    </p>
+<ul>
+<li>Extent the Metadata model</li>
+<li>Extent the data store</li>
+<li>Extent the entity collection and the entity processor to handle function imports</li>
+<li>Implement an action processor</li>
+</ul>
 <h2 id="31-extent-the-metadata-model">3.1 Extent the Metadata model<a class="headerlink" href="#31-extent-the-metadata-model" title="Permanent link">&para;</a></h2>
 <p>Create the following constants in the DemoEdmProvider. These constants are used to address the operations.</p>
 <div class="codehilite"><pre><span class="c1">// Action</span>