Interface SessionQuerySettingsProvider
- 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@ProviderType @FunctionalInterface public interface SessionQuerySettingsProviderProvidesSessionQuerySettingsfor principals with access to the content repository. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionQuerySettingsgetQuerySettings(@NotNull ContentSession session)Return the applicableSessionQuerySettingsfor the given session. 
 - 
 
- 
- 
Method Detail
- 
getQuerySettings
SessionQuerySettings getQuerySettings(@NotNull @NotNull ContentSession session)
Return the applicableSessionQuerySettingsfor the given session.- Parameters:
 session- the subject principal's content session- Returns:
 - the applicable query settings
 
 
 - 
 
 -