Author: ramyav
Date: Wed Oct 25 06:18:26 2017
New Revision: 1813251
URL: http://svn.apache.org/viewvc?rev=1813251&view=rev
Log:
Update bound Tutorial
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_bound_action.mdtext
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_bound_action.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_bound_action.mdtext?rev=1813251&r1=1813250&r2=1813251&view=diff
==============================================================================
---
olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_bound_action.mdtext
(original)
+++
olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_bound_action.mdtext
Wed Oct 25 06:18:26 2017
@@ -18,7 +18,7 @@ Notice: Licensed to the Apache Softwa
# How to build an OData Service with Olingo V4
-# Part 6: Bound Actions
+# Part 10: Bound Actions
**Table of Contents**
@@ -266,7 +266,6 @@ We need two methods in the data store to
In the second method, we are returning a custom object DemoEntityActionResult.
This holds the entity and the status as to whether the entity is created or
just returned. This information is used to set the response status
::::java
-
public class DemoEntityActionResult {
private Entity entity;
private boolean created = false;