Return-Path: Delivered-To: apmail-incubator-chemistry-dev-archive@minotaur.apache.org Received: (qmail 40269 invoked from network); 10 Feb 2010 15:47:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2010 15:47:49 -0000 Received: (qmail 28897 invoked by uid 500); 10 Feb 2010 15:47:49 -0000 Delivered-To: apmail-incubator-chemistry-dev-archive@incubator.apache.org Received: (qmail 28817 invoked by uid 500); 10 Feb 2010 15:47:49 -0000 Mailing-List: contact chemistry-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chemistry-dev@incubator.apache.org Delivered-To: mailing list chemistry-dev@incubator.apache.org Received: (qmail 28798 invoked by uid 99); 10 Feb 2010 15:47:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 15:47:49 +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; Wed, 10 Feb 2010 15:47:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 70191234C48D for ; Wed, 10 Feb 2010 07:47:28 -0800 (PST) Message-ID: <855662544.181721265816848457.JavaMail.jira@brutus.apache.org> Date: Wed, 10 Feb 2010 15:47:28 +0000 (UTC) From: "Florent Guillaume (JIRA)" To: chemistry-dev@incubator.apache.org Subject: [jira] Resolved: (CMIS-108) APPObject access to APPObjectEntry In-Reply-To: <1801172333.8691265063480271.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CMIS-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florent Guillaume resolved CMIS-108. ------------------------------------ Resolution: Fixed Committed. r908547 > APPObject access to APPObjectEntry > ---------------------------------- > > Key: CMIS-108 > URL: https://issues.apache.org/jira/browse/CMIS-108 > Project: Chemistry > Issue Type: Bug > Components: atompub > Reporter: Chris Hubick > Attachments: chemistry_appobject_entry.patch > > > Hi. > When dealing with a Repository via APPContentManager, the vast majority of my code is happy working with the higher level CMISObject derived interfaces (Document/Folder). But there are a few select places where I require access to some underlying low-level information, such as the remote content href URL for a Document ( APPObjectEntry.getContentHref() ). Coding the whole project using the low-level API's is quite burdensome, and if I have an APPObject reference, I would rather just have the ability to get a reference to it's underlying APPObjectEntry. > Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.