public interface CriteriaHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    Retrieves the value of a route parameter with the specified key.
  • Method Details

    • getGroupId

      long getGroupId()
      Returns:
      The group ID of the current context.
    • getRouteParameter

      Object getRouteParameter(String key)
      Retrieves the value of a route parameter with the specified key. This method is used by
      invalid reference
      SimilarResultsContributor
      implementations to access attributes added to the route during
      invalid reference
      SimilarResultsContributor#detectRoute
      via RouteBuilder. These attributes can be used to add criteria to CriteriaBuilder.
      Parameters:
      key - The key of the route parameter to retrieve.
      Returns:
      The value of the route parameter with the specified key.