Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A65ABD5A7 for ; Mon, 3 Dec 2012 09:23:59 +0000 (UTC) Received: (qmail 57990 invoked by uid 500); 3 Dec 2012 09:23:59 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 57940 invoked by uid 500); 3 Dec 2012 09:23:58 -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 57923 invoked by uid 99); 3 Dec 2012 09:23:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2012 09:23:58 +0000 Date: Mon, 3 Dec 2012 09:23:58 +0000 (UTC) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1047502474.52529.1354526638833.JavaMail.jiratomcat@arcas> In-Reply-To: <1213591649.48698.1354354319512.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (JCR-3474) Add JackrabbitQueryResult.getTotalSize() 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/JCR-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508601#comment-13508601 ] Jukka Zitting commented on JCR-3474: ------------------------------------ I replaced the isJackrabbitImpl flag with an instanceof check on JackrabbitQueryResult. That should prevent the possible cast exception, or did I miss something? > Add JackrabbitQueryResult.getTotalSize() > ---------------------------------------- > > Key: JCR-3474 > URL: https://issues.apache.org/jira/browse/JCR-3474 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-api, jackrabbit-core > Reporter: Jukka Zitting > Assignee: Jukka Zitting > Priority: Minor > Fix For: 2.5.3 > > > In JCR-1073 we added the QueryResultImpl.getTotalSize() method for getting the total number of matching results, regardless of possible limit or offset settings. It would be nice if this method was available through a JackrabbitQueryResult extension interface instead of just by casting a QueryResult instance to the QueryResultImpl implementation class. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira