Package com.microstrategy.web.app.beans
Interface EnumObjectBrowserTargets
-
public interface EnumObjectBrowserTargetsThis enumeration contains the identifiers of the different targets of the Object Browser bean- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intObjectBrowserTargetFilterRepresents the filter object as target for the Object Browserstatic intObjectBrowserTargetReportRepresents the report object as target for the Object Browserstatic intObjectBrowserTargetReportPlusTemplatesRepresents the report object as target in design mode for the Object Browserstatic intObjectBrowserTargetUndefined
-
-
-
Field Detail
-
ObjectBrowserTargetUndefined
static final int ObjectBrowserTargetUndefined
- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
ObjectBrowserTargetReport
static final int ObjectBrowserTargetReport
Represents the report object as target for the Object Browser- See Also:
- Constant Field Values
-
ObjectBrowserTargetFilter
static final int ObjectBrowserTargetFilter
Represents the filter object as target for the Object Browser- See Also:
- Constant Field Values
-
ObjectBrowserTargetReportPlusTemplates
static final int ObjectBrowserTargetReportPlusTemplates
Represents the report object as target in design mode for the Object Browser- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
-