Interface IRetrieveQueryModelParams<QueryConfig>

Type Parameters:
QueryConfig - Type of the configuration object that is used to store the query's properties.
All Known Implementing Classes:
DefaultRetrieveQueryModelParams.Builder

public interface IRetrieveQueryModelParams<QueryConfig>
Parameters for prepareViewForQuery.
  • Method Details

    • queryConfig

      QueryConfig queryConfig()
      The current model, the same instance that was passed to prepareViewForQuery. You may save a reference to this model in your bean and mutate it in-place.
      Returns:
      The current model.