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:28:55 UTC

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

Author: buildbot
Date: Tue Oct  6 11:28:55 2015
New Revision: 967933

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:28:55 2015
@@ -1 +1 @@
-1706998
+1707000

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:28:55 2015
@@ -215,10 +215,10 @@ 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>
+  * 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>
 <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>