Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 80067 invoked from network); 18 Sep 2008 07:42:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2008 07:42:06 -0000 Received: (qmail 5753 invoked by uid 500); 18 Sep 2008 07:42:01 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 5720 invoked by uid 500); 18 Sep 2008 07:42:01 -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 5709 invoked by uid 99); 18 Sep 2008 07:42:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 00:42:01 -0700 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; Thu, 18 Sep 2008 07:41:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5D682234C1DE for ; Thu, 18 Sep 2008 00:41:44 -0700 (PDT) Message-ID: <295957901.1221723704381.JavaMail.jira@brutus> Date: Thu, 18 Sep 2008 00:41:44 -0700 (PDT) From: "Sergey Nebolsin (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1740) Make ObjectIterator implement RangeIterator interface In-Reply-To: <1217993331.1221723584294.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nebolsin updated JCR-1740: --------------------------------- Attachment: JCR-1740.patch Patch attached > Make ObjectIterator implement RangeIterator interface > ----------------------------------------------------- > > Key: JCR-1740 > URL: https://issues.apache.org/jira/browse/JCR-1740 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-ocm > Affects Versions: 1.4 > Environment: All environments > Reporter: Sergey Nebolsin > Priority: Minor > Fix For: 1.5 > > Attachments: JCR-1740.patch > > > Currently, it's not possible to skip a part of results returned in the form of ObjectIterator (for example, to implement db-like pagination feature with offset/max parameters). > It would be great if ObjectIterator implement RangeIterator interface, and it's trivial enough since underlying NodeIterator implements this interface. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.