Return-Path: X-Original-To: apmail-olingo-commits-archive@minotaur.apache.org Delivered-To: apmail-olingo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFAF41835D for ; Tue, 20 Oct 2015 00:47:50 +0000 (UTC) Received: (qmail 99607 invoked by uid 500); 20 Oct 2015 00:47:50 -0000 Delivered-To: apmail-olingo-commits-archive@olingo.apache.org Received: (qmail 99584 invoked by uid 500); 20 Oct 2015 00:47:50 -0000 Mailing-List: contact commits-help@olingo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@olingo.apache.org Delivered-To: mailing list commits@olingo.apache.org Received: (qmail 99575 invoked by uid 99); 20 Oct 2015 00:47:50 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2015 00:47:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3420DC0EC7 for ; Tue, 20 Oct 2015 00:47:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.99 X-Spam-Level: X-Spam-Status: No, score=0.99 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 5r94UqQTRE5h for ; Tue, 20 Oct 2015 00:47:49 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id D18E22074E for ; Tue, 20 Oct 2015 00:47:48 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EFAA9E0702 for ; Tue, 20 Oct 2015 00:47:47 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 624F13A081D for ; Tue, 20 Oct 2015 00:47:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1709496 - /olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext Date: Tue, 20 Oct 2015 00:47:46 -0000 To: commits@olingo.apache.org From: chrish@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151020004747.624F13A081D@svn01-us-west.apache.org> 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 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.