Author: stefanegli
Date: Tue Nov 15 08:27:44 2016
New Revision: 1769754
URL: http://svn.apache.org/viewvc?rev=1769754&view=rev
Log:
OAK-5023 : javadoc clarification : added a note that applyNodeTypeOnSelf is
only used together with the main node types, not of the aggregate's node types
Modified:
jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/filter/OakEventFilter.java
Modified:
jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/filter/OakEventFilter.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/filter/OakEventFilter.java?rev=1769754&r1=1769753&r2=1769754&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/filter/OakEventFilter.java
(original)
+++
jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/filter/OakEventFilter.java
Tue Nov 15 08:27:44 2016
@@ -42,6 +42,10 @@ public abstract class OakEventFilter ext
* <p>
* Note that this is an 'either/or' thing: either the node type is applied
* on the parent (default) or on 'self/this' (via this switch) but not
both.
+ * <p>
+ * Also note that this is independent from the nodeTypeAggregate,
+ * and will only be applied to the (main) node types set on this filter,
+ * not on the nodeTypeAggregate's node types.
* @return this filter with the filter change applied
*/
public abstract OakEventFilter withApplyNodeTypeOnSelf();