Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 27727 invoked from network); 12 Jun 2009 07:40:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jun 2009 07:40:18 -0000 Received: (qmail 73555 invoked by uid 500); 12 Jun 2009 07:40:30 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 73483 invoked by uid 500); 12 Jun 2009 07:40:29 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 73475 invoked by uid 99); 12 Jun 2009 07:40:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 07:40:29 +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; Fri, 12 Jun 2009 07:40:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5F1E2234C004 for ; Fri, 12 Jun 2009 00:40:07 -0700 (PDT) Message-ID: <1675211477.1244792407375.JavaMail.jira@brutus> Date: Fri, 12 Jun 2009 00:40:07 -0700 (PDT) From: "Stefan Guggisberg (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-2061) JSR 283: References and Dereferencing of Property Values In-Reply-To: <1730314152.1239110593117.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/JCR-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2061. ------------------------------------ Resolution: Fixed the new api methods are implemented please open a new issue for tck/test coverage > JSR 283: References and Dereferencing of Property Values > -------------------------------------------------------- > > Key: JCR-2061 > URL: https://issues.apache.org/jira/browse/JCR-2061 > Project: Jackrabbit Content Repository > Issue Type: Sub-task > Components: jackrabbit-core, jackrabbit-jcr2spi, JCR 2.0 > Reporter: angela > Assignee: Stefan Guggisberg > Fix For: 2.0.0 > > > References > -------------------------------------------------------------------------------------------------------------------------- > new methods are: > - Node.getReferences(String name) PropertyIterator > - Node.getWeakReferences() PropertyIterator > - Node.getWeakReferences(String name) PropertyIterator > Derferencing > -------------------------------------------------------------------------------------------------------------------------- > As of JSR 283 the following property types may be dereferenced to a Node: > - REFERENCE > - WEAKREFERENCE > - PATH > - any type that can be converted to either of the types above > The new method > - Property.getProperty() returns the Property pointed to by a PATH value. > - any type that can be converted to PATH -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.