You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/10/27 10:14:30 UTC

svn commit: r1710751 - /sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/QueryProvider.java

Author: cziegeler
Date: Tue Oct 27 09:14:30 2015
New Revision: 1710751

URL: http://svn.apache.org/viewvc?rev=1710751&view=rev
Log:
Update javadoc

Modified:
    sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/QueryProvider.java

Modified: sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/QueryProvider.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/QueryProvider.java?rev=1710751&r1=1710750&r2=1710751&view=diff
==============================================================================
--- sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/QueryProvider.java (original)
+++ sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/QueryProvider.java Tue Oct 27 09:14:30 2015
@@ -30,7 +30,11 @@ import aQute.bnd.annotation.ConsumerType
 public interface QueryProvider <T> {
 
     /**
-     * Execute the query within the context of the provided resource resolver
+     * Execute the query within the context of the provided context.
+     *
+     * The implementation needs to filter the result based on the configuration
+     * from the {@link ProviderContext#getExcludedPaths()}.
+     *
      * @param ctx The resource context-
      * @param q The query
      * @param qi The query instructions