Package com.day.cq.reporting
Interface FilterSettings
public interface FilterSettings
This interface represents filter settings.
-
Method Summary
-
Method Details
-
getSetting
Gets the specified filter setting.- Parameters:
key- The key of the setting (implementation specific)- Returns:
- The corresponding setting;
nullif no corresponding setting exists
-