inetsoft.report.filter
Class SharedFilterHelper
java.lang.Object
inetsoft.report.filter.SharedFilterHelper
public class SharedFilterHelper
- extends Object
Class that is responsible for applying a viewsheet shared filter to a report.
- Since:
- 12.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedFilterHelper
public SharedFilterHelper()
applySharedFilters
public void applySharedFilters(String viewsheetId,
ReportSheet report,
Principal principal)
- Applies the shared filters from a viewsheet to a report.
- Parameters:
viewsheetId - the ID of the viewsheet.report - the report.principal - the requesting user.