Interface CriteriaHelper
public interface CriteriaHelper
-
Method Summary
Modifier and TypeMethodDescriptionlonggetRouteParameter(String key) 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
Retrieves the value of a route parameter with the specified key. This method is used byimplementations to access attributes added to the route duringinvalid reference
SimilarResultsContributorviainvalid reference
SimilarResultsContributor#detectRouteRouteBuilder. These attributes can be used to add criteria toCriteriaBuilder.- Parameters:
key- The key of the route parameter to retrieve.- Returns:
- The value of the route parameter with the specified key.
-