Interface QueryClauseFunctionBundle
-
- All Known Implementing Classes:
StandardSingleQueryClauseFunctionBundle
public interface QueryClauseFunctionBundle
Extension type that bundles query clause functions.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
JRClauseFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JRClauseFunction
getFunction(String queryLanguage, String clauseId)
Returns a clause function that applies to the specified query language and clause Id.
-
-
-
Method Detail
-
getFunction
JRClauseFunction getFunction(String queryLanguage, String clauseId)
Returns a clause function that applies to the specified query language and clause Id.- Parameters:
queryLanguage
- the query languageclauseId
- the clause Id- Returns:
- a corresponding query function or
null
if the bundle doesn't know of such clause
-
-