com.gentics.api.lib.expressionparser.filtergenerator
Interface FilterPartGenerator
- All Superinterfaces:
- java.io.Serializable
public interface FilterPartGenerator
- extends java.io.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)
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.