Package com.microstrategy.web.app.beans
Interface EnumExecutionScope
-
public interface EnumExecutionScope
- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADMIN_SCOPE
Event scope for the Admin interfacesstatic int
CREATE_REPORT_SCOPE
Event scope for create report interfacestatic int
DELIVERY_SERVICE_SCOPE
Event Scope for Delivery Service folder pagesstatic int
DOCUMENT_SCOPE
Event scope for the HTML document interfacestatic int
EDIT_SUBSCRIPTION_SCOPE
static int
FILTER_SCOPE
static int
FOLDER_BROWSER_SCOPE
Event scope for folderbrowser interfacestatic int
IMPORT_SCOPE
static int
INBOX_SCOPE
static int
PROMPT_SCOPE
static int
REPORT_SCOPE
Event scope for the report interfacestatic int
REPORT_WRITER_SCOPE
Event scope for the report writer interface
-
-
-
Field Detail
-
REPORT_WRITER_SCOPE
static final int REPORT_WRITER_SCOPE
Event scope for the report writer interface- See Also:
- Constant Field Values
-
REPORT_SCOPE
static final int REPORT_SCOPE
Event scope for the report interface- See Also:
- Constant Field Values
-
DOCUMENT_SCOPE
static final int DOCUMENT_SCOPE
Event scope for the HTML document interface- See Also:
- Constant Field Values
-
ADMIN_SCOPE
static final int ADMIN_SCOPE
Event scope for the Admin interfaces- See Also:
- Constant Field Values
-
FILTER_SCOPE
static final int FILTER_SCOPE
- See Also:
- Constant Field Values
-
PROMPT_SCOPE
static final int PROMPT_SCOPE
- See Also:
- Constant Field Values
-
FOLDER_BROWSER_SCOPE
static final int FOLDER_BROWSER_SCOPE
Event scope for folderbrowser interface- See Also:
- Constant Field Values
-
CREATE_REPORT_SCOPE
static final int CREATE_REPORT_SCOPE
Event scope for create report interface- See Also:
- Constant Field Values
-
INBOX_SCOPE
static final int INBOX_SCOPE
- See Also:
- Constant Field Values
-
EDIT_SUBSCRIPTION_SCOPE
static final int EDIT_SUBSCRIPTION_SCOPE
- See Also:
- Constant Field Values
-
DELIVERY_SERVICE_SCOPE
static final int DELIVERY_SERVICE_SCOPE
Event Scope for Delivery Service folder pages- See Also:
- Constant Field Values
-
IMPORT_SCOPE
static final int IMPORT_SCOPE
- See Also:
- Constant Field Values
-
-