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 ED07BC70E for ; Wed, 12 Mar 2014 17:54:49 +0000 (UTC) Received: (qmail 93455 invoked by uid 500); 12 Mar 2014 17:54:45 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 93325 invoked by uid 500); 12 Mar 2014 17:54:44 -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 93305 invoked by uid 99); 12 Mar 2014 17:54:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 17:54:43 +0000 Date: Wed, 12 Mar 2014 17:54:43 +0000 (UTC) From: "Tobias Bocanegra (JIRA)" To: dev@jackrabbit.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (JCR-3745) Add JackrabbitObservationManager with additional methods for registering event listeners MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JCR-3745?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated JCR-3745: ---------------------------------- Description:=20 I'd like to add an additional method for adding event listeners to the Jack= rabbit API:=20 void addEventListener(EventListener listener, int eventTypes, String[] absP= aths, boolean isDeep, String[] uuid, String[] nodeTypeName, boolean noLocal= , boolean noExternal) throws RepositoryException;=20 Compared to the JCR method of the same name, this method takes an array of = absPath and additional boolean argument:=20 Only events whose associated parent node is at one of the paths in ab= sPaths (or within its subgraph, if isDeep is true= ) will be received.=20 and=20 Additionally, if noExternal is true, then events = from external cluster nodes are ignored. Otherwise, they are not ignored. was: I'd like to add an additional method for adding event listeners to the Jack= rabbit API:=20 {code} void addEventListener(EventListener listener, int eventTypes, String[] absP= aths, boolean isDeep, String[] uuid, String[] nodeTypeName, boolean noLocal= , boolean noExternal) throws RepositoryException; {code} Compared to the JCR method of the same name, this method takes an array of = absPath and additional boolean argument:=20 Only events whose associated parent node is at one of the paths in {{absPat= hs}} (or within its subgraph, if {{isDeep}} is true) will be r= eceived.=20 and=20 Additionally, if {{noExternal}} is {{true}}, then events from external clus= ter nodes are ignored. Otherwise, they are not ignored. > Add JackrabbitObservationManager with additional methods for registering = event listeners > -------------------------------------------------------------------------= --------------- > > Key: JCR-3745 > URL: https://issues.apache.org/jira/browse/JCR-3745 > Project: Jackrabbit Content Repository > Issue Type: New Feature > Components: jackrabbit-api > Reporter: Michael D=C3=BCrig > Assignee: Michael D=C3=BCrig > > I'd like to add an additional method for adding event listeners to the Ja= ckrabbit API:=20 > void addEventListener(EventListener listener, int eventTypes, String[] ab= sPaths, boolean isDeep, String[] uuid, String[] nodeTypeName, boolean noLoc= al, boolean noExternal) throws RepositoryException;=20 > Compared to the JCR method of the same name, this method takes an array o= f absPath and additional boolean argument:=20 > Only events whose associated parent node is at one of the paths in = absPaths (or within its subgraph, if isDeep is tr= ue) will be received.=20 > and=20 > Additionally, if noExternal is true, then event= s from external cluster nodes are ignored. Otherwise, they are not ignored. -- This message was sent by Atlassian JIRA (v6.2#6252)