From oak-dev-return-1001-apmail-jackrabbit-oak-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri May 4 13:53:11 2012 Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 862A8C4C5 for ; Fri, 4 May 2012 13:53:11 +0000 (UTC) Received: (qmail 57332 invoked by uid 500); 4 May 2012 13:53:11 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 57309 invoked by uid 500); 4 May 2012 13:53:11 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 57301 invoked by uid 99); 4 May 2012 13:53:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 13:53:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 13:53:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DE240430DFB for ; Fri, 4 May 2012 13:52:47 +0000 (UTC) Date: Fri, 4 May 2012 13:52:47 +0000 (UTC) From: "Stefan Guggisberg (JIRA)" To: oak-dev@jackrabbit.apache.org Message-ID: <1548002127.26972.1336139567911.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2099323686.2915.1335535430428.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (OAK-75) specify format and semantics of 'filter' parameter in MicroKernel API 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/OAK-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated OAK-75: --------------------------------- Attachment: OAK-83.patch proposed MicroKernel API change/clarification > specify format and semantics of 'filter' parameter in MicroKernel API > --------------------------------------------------------------------- > > Key: OAK-75 > URL: https://issues.apache.org/jira/browse/OAK-75 > Project: Jackrabbit Oak > Issue Type: New Feature > Components: mk > Reporter: Stefan Guggisberg > Attachments: OAK-83.patch > > > the following MicroKernel methods contain a 'filter' string parameter: > - getJournal > - diff > - getNodes > through the filter an API client could e.g. specify: > - special 'meta' properties to be included (e.g. ":hash") > - glob patterns on the names of properties/child nodes to be included/excluded > - path filter (for getJournal and diff) > format/detailed semantics TBD, here's an initial proposal (json): > {code} > { > "path" : "/some/path", > "incl" : [ ":hash", "*" ], > "excl" : [ "tmp*" ] > } > {code} > name filter patterns should ideally be the same > format as specified for JCR Node.getNodes/getProperties. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira