You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/10/20 02:47:46 UTC

svn commit: r1709496 - /olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext

Author: chrish
Date: Tue Oct 20 00:47:46 2015
New Revision: 1709496

URL: http://svn.apache.org/viewvc?rev=1709496&view=rev
Log:
CMS commit to olingo by chrish

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext

Modified: olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext?rev=1709496&r1=1709495&r2=1709496&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext Tue Oct 20 00:47:46 2015
@@ -140,7 +140,7 @@ After finishing the implementation the d
     </Function>
 
 As described in the previous tutorials, the type of the response determines which processor interface will be called by the Olingo library. It is **important to know, that functions are dispatched to the traditional processor interfaces**.
-That means there are no special `FunctionProcessors`. In our case, the function returns a collection of Categories. So we have to extend the `DemoEntityCollectionProcessor`. As you will see it is possible to address a single entity by its  key. So we have to extend the `DemoEntityProcessor` as well to handle requests which responds a single entity.
+That means there are no special "FunctionProcessors". In our case, the function returns a collection of Categories. So we have to extend the `DemoEntityCollectionProcessor`. As you will see it is possible to address a single entity by its  key. So we have to extend the `DemoEntityProcessor` as well to handle requests which responds a single entity.
 
 **Action Import: Reset**    
 This action takes an optional parameter “*Amount*”. The actions resets the whole data of the service and creates  *# of Amount* products with the related categories.