Author: buildbot
Date: Wed Oct 21 12:46:21 2015
New Revision: 969751
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 Wed Oct 21 12:46:21 2015
@@ -1 +1 @@
-1709817
+1709819
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
Wed Oct 21 12:46:21 2015
@@ -173,7 +173,7 @@ root.</p>
</pre></div>
-<p>To call such a Function Import the client issues a GET requests to a URL
identifying the function import. The parameters are passed using the so called
inline parameter syntax. In this simple case such a call could look like
this:</p>
+<p>To call such a Function Import the client issues a GET requests to a URL
identifying the function import. The parameters are passed by using the so
called inline parameter syntax. In this simple case such a call could look like
this:</p>
<div class="codehilite"><pre><span class="n">http</span><span
class="p">:</span><span class="o">//</span><span class="n">host</span><span
class="o">/</span><span class="n">myService</span><span class="o">/</span><span
class="n">StaticCalculateVAT</span><span class="p">(</span><span
class="n">NetPrice</span><span class="p">=</span>123<span
class="p">.</span>00<span class="p">,</span><span class="n">Country</span><span
class="p">=</span>â<span class="n">US</span>â<span class="p">)</span>
</pre></div>
@@ -208,7 +208,7 @@ root.</p>
<p>As a shortcut you should checkout the prepared tutorial project in the <a
href="https://git-wip-us.apache.org/repos/asf/olingo-odata4">git repository</a>
in folder /samples/tutorials/p9_action_preparation.</p>
<p>Afterwards do a Deploy and run: it should be working. At this state you can
perform CRUD operations and do navigations between products and categories.</p>
<h2 id="implementation">Implementation<a class="headerlink"
href="#implementation" title="Permanent link">¶</a></h2>
-<p>We will using the given data model you are familiar with. To keep things
simple we implement one function import and one action import.</p>
+<p>We use the given data model you are familiar with. To keep things simple we
implement one function import and one action import.</p>
<p><strong>Function Import: CountCategories</strong> <br />
This function takes a mandatory parameter â<em>Amount</em>â. The function
returns a collection of categories with the very same number of related
products.</p>
<p>After finishing the implementation the definition of the function should
look like this:</p>