public class

FolderProjectBrowserAddOn

extends FolderProjectBrowserAddOnBase
java.lang.Object
   ↳ com.microstrategy.web.app.addons.AbstractAppAddOn
     ↳ com.microstrategy.web.app.addons.FolderProjectBrowserAddOnBase
       ↳ com.microstrategy.web.app.addons.FolderProjectBrowserAddOn
Known Direct Subclasses

Class Overview

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.

Summary

Public Constructors
FolderProjectBrowserAddOn()
Public Methods
String getAddOnDescription()
This method describes the tasks performed by the AddOn.
void setTypeRestriction(String filter)
Sets the Object Filter List
Protected Methods
String getTypeRestriction()
[Expand]
Inherited Methods
From class com.microstrategy.web.app.addons.FolderProjectBrowserAddOnBase
From class com.microstrategy.web.app.addons.AbstractAppAddOn
From class java.lang.Object
From interface com.microstrategy.web.app.addons.AppAddOns

Public Constructors

public FolderProjectBrowserAddOn ()

Public Methods

public String getAddOnDescription ()

This method describes the tasks performed by the AddOn.

Returns
  • The tasks which the Add On performs. This needs to be as descriptive as possible.

public void setTypeRestriction (String filter)

Sets the Object Filter List

Parameters
filter String value with the filter value

Protected Methods

protected String getTypeRestriction ()