Return-Path: Delivered-To: apmail-incubator-chemistry-dev-archive@minotaur.apache.org Received: (qmail 47425 invoked from network); 1 Feb 2010 22:31:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 22:31:41 -0000 Received: (qmail 72740 invoked by uid 500); 1 Feb 2010 22:31:41 -0000 Delivered-To: apmail-incubator-chemistry-dev-archive@incubator.apache.org Received: (qmail 72633 invoked by uid 500); 1 Feb 2010 22:31:41 -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 72603 invoked by uid 99); 1 Feb 2010 22:31:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 22:31:41 +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, 01 Feb 2010 22:31:40 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4709229A0019 for ; Mon, 1 Feb 2010 14:31:20 -0800 (PST) Message-ID: <1010065060.8721265063480290.JavaMail.jira@brutus.apache.org> Date: Mon, 1 Feb 2010 22:31:20 +0000 (UTC) From: "Chris Hubick (JIRA)" To: chemistry-dev@incubator.apache.org Subject: [jira] Updated: (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 ] Chris Hubick updated CMIS-108: ------------------------------ Attachment: chemistry_appobject_entry.patch > 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.