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:
-
Method Summary
Modifier and TypeMethodDescriptiongetFunction(String queryLanguage, String clauseId) Returns a clause function that applies to the specified query language and clause Id.
-
Method Details
-
getFunction
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
nullif the bundle doesn't know of such clause
-