Return-Path: Delivered-To: apmail-incubator-wookie-dev-archive@minotaur.apache.org Received: (qmail 13806 invoked from network); 23 Nov 2009 19:52:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Nov 2009 19:52:07 -0000 Received: (qmail 78963 invoked by uid 500); 23 Nov 2009 19:52:07 -0000 Delivered-To: apmail-incubator-wookie-dev-archive@incubator.apache.org Received: (qmail 78906 invoked by uid 500); 23 Nov 2009 19:52:06 -0000 Mailing-List: contact wookie-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: wookie-dev@incubator.apache.org Delivered-To: mailing list wookie-dev@incubator.apache.org Received: (qmail 78891 invoked by uid 99); 23 Nov 2009 19:52:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 19:52:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 19:52:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3BA88234C4B4 for ; Mon, 23 Nov 2009 11:51:43 -0800 (PST) Message-ID: <1616257472.1259005903243.JavaMail.jira@brutus> Date: Mon, 23 Nov 2009 19:51:43 +0000 (UTC) From: "Scott Wilson (JIRA)" To: wookie-dev@incubator.apache.org Subject: [jira] Created: (WOOKIE-66) Implement getHost() method of Wave feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Implement getHost() method of Wave feature ------------------------------------------ Key: WOOKIE-66 URL: https://issues.apache.org/jira/browse/WOOKIE-66 Project: Wookie Issue Type: Task Components: Server Reporter: Scott Wilson Fix For: 0.8.1 The Wave Gadget API has a getHost() feature that returns the participant that added the gadget to the context. Currently this is not implemented; however it is a useful feature that ought to be implemented. This could be done by: - adding a "role" property to the Participant bean with getter and setter - adding findHosts(WidgetInstance) static method to Participant - updating the database scripts In many contexts there can be multiple participants with an "owner" or certainly a "manager" role, and we should consider how we might want to expose this functionality in the future -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.