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 Detail

      • getSmartFilter

        SmartFilter getSmartFilter​(java.lang.Integer id)
      • getFilter

        Filter getFilter​(java.lang.Integer filterId)