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 Type
    Method
    Description
    getFunction(String queryLanguage, String clauseId)
    Returns a clause function that applies to the specified query language and clause Id.
  • Method Details

    • 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 language
      clauseId - the clause Id
      Returns:
      a corresponding query function or null if the bundle doesn't know of such clause