java.lang.Object | |||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | ||
↳ | com.microstrategy.web.app.addons.FolderProjectBrowserAddOnBase | ||
↳ | com.microstrategy.web.app.addons.FolderReportProjectBrowserAddOn |
This add on takes care of setting the type restrictions and object flags on the folder bean. This add on acts on all the folder beans on a page.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FolderReportProjectBrowserAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAddOnDescription()
This method describes the tasks performed by the AddOn.
| ||||||||||
void |
setFilterTypeRestriction(String filter)
Sets the Type Restriction List for Filter Editing Mode
| ||||||||||
void |
setReportTypeRestriction(String filter)
Sets the Type Restriction List for Report Editing Mode
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ReportFrameBean | getFrameBean() | ||||||||||
String | getTypeRestriction() | ||||||||||
boolean | isTargetingFilter() | ||||||||||
boolean | isTargetingFilterAndTemplate() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This method describes the tasks performed by the AddOn.
Sets the Type Restriction List for Filter Editing Mode
filter | String value with the filter definition |
---|
Sets the Type Restriction List for Report Editing Mode
filter | String value with the report type restriction |
---|