org.apache.jackrabbit.commons.query
Interface GQL.Filter

Enclosing class:
GQL

public static interface GQL.Filter

Defines a filter for query result rows.


Method Summary
 boolean include(Row row)
          Returns true if the given row should be included in the result.
 

Method Detail

include

boolean include(Row row)
                throws RepositoryException
Returns true if the given row should be included in the result.

Parameters:
row - the row to check.
Returns:
true if the row should be included, false otherwise.
Throws:
RepositoryException - if an error occurs while reading from the repository.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.