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/06 13:28:42 UTC

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

Author: chrish
Date: Tue Oct  6 11:28:42 2015
New Revision: 1707000

URL: http://svn.apache.org/viewvc?rev=1707000&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=1707000&r1=1706999&r2=1707000&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  6 11:28:42 2015
@@ -158,10 +158,10 @@ After finishing the implementation the d
 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.
 
 **Steps**    
- * Extent the Metadata model
- * Extent the data store
- * Extent the entity collection and the entity processor to handle function imports
- * Implement an action processor
+  * Extent the Metadata model
+  * Extent the data store
+  * Extent the entity collection and the entity processor to handle function imports
+  * Implement an action processor
 
 ## 3.1 Extent the Metadata model