Interface FilterSource
-
public interface FilterSourceContains methods to fetch information regarding filters that are saved in Connect.
These methods are exposed to Velocity reports on the
filterSourceobject within the global context. Example:$filterSource.getSmartFilter(1)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FiltergetFilter(java.lang.Integer filterId)SmartFiltergetSmartFilter(java.lang.Integer id)
-
-
-
Method Detail
-
getSmartFilter
SmartFilter getSmartFilter(java.lang.Integer id)
-
getFilter
Filter getFilter(java.lang.Integer filterId)
-
-