com.gentics.api.lib.expressionparser.filtergenerator
Interface FilterPartGenerator

All Superinterfaces:
Serializable

public interface FilterPartGenerator
extends Serializable

Interface for a filter part generator added to the filter during generation. Using instances of FilterPartGenerator allows generation of filterparts that are dynamically generated when the filter is used to fetch results from a datasource.

See Also:
FilterPart.addFilterPartGenerator(FilterPartGenerator)

Method Summary
 FilterPart getFilterPart(ExpressionQueryRequest request)
          Method that is called by the filter when it finally merges all filter parts to use the filter.
 

Method Detail

getFilterPart

FilterPart getFilterPart(ExpressionQueryRequest request)
                         throws ExpressionParserException
Method that is called by the filter when it finally merges all filter parts to use the filter.

Parameters:
request - expression request
Returns:
the part result
Throws:
ExpressionParserException


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.