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