com.businessobjects.enterprise.fullclient
Interface FullClientRightEnum


public interface FullClientRightEnum

Specifies the user rights for a Desktop Intelligence document.


Nested Class Summary
static class FullClientRightEnum.Enum
          Internal Use Only.
static class FullClientRightEnum.Factory
          A class with methods for creating instances of the FullClientRightEnum type.
 
Field Summary
static FullClientRightEnum.Enum CREATE_DOCUMENTS
           User has the right to create documents.
static FullClientRightEnum.Enum DOWNLOAD_FILES
           User has the right to download files.
static FullClientRightEnum.Enum DRILL_MODE
           User has the right to use the drill mode.
static FullClientRightEnum.Enum EDIT_QUERY
           User has the right to edit a query.
static FullClientRightEnum.Enum EXPORT
           User has the right to export report data.
static FullClientRightEnum.Enum EXTEND_SCOPE
           User has the right to extend the scope of analysis.
static FullClientRightEnum.Enum FORMULA_LANGUAGE
           User has the right to use the formula language.
static FullClientRightEnum.Enum HTML_REPORT_PANEL
           User has the right to use the HTML report panel.
static int INT_CREATE_DOCUMENTS
           User has the right to create documents.
static int INT_DOWNLOAD_FILES
           User has the right to download files.
static int INT_DRILL_MODE
           User has the right to use the drill mode.
static int INT_EDIT_QUERY
           User has the right to edit a query.
static int INT_EXPORT
           User has the right to export report data.
static int INT_EXTEND_SCOPE
           User has the right to extend the scope of analysis.
static int INT_FORMULA_LANGUAGE
           User has the right to use the formula language.
static int INT_HTML_REPORT_PANEL
           User has the right to use the HTML report panel.
static int INT_INTERACTIVE_FORMATTING
           User has the right to use interactive formatting.
static int INT_INTERACTIVE_VIEW
           User has the right to use interactive viewing.
static int INT_JAVA_REPORT_PANEL
           User has the right to use the Java report panel.
static int INT_REFRESH_LIST_OF_VALUES
          User has the right to refresh the list of values.
static int INT_REFRESH_ON_DEMAND
           User has the right to run and refresh the Desktop Intelligence document.
static int INT_USE_LIST_OF_VALUES
           User has the right to use the list of values.
static int INT_VIEW_SQL
           User has the right to view the SQL.
static FullClientRightEnum.Enum INTERACTIVE_FORMATTING
           User has the right to use interactive formatting.
static FullClientRightEnum.Enum INTERACTIVE_VIEW
           User has the right to use interactive viewing.
static FullClientRightEnum.Enum JAVA_REPORT_PANEL
           User has the right to use the Java report panel.
static FullClientRightEnum.Enum REFRESH_LIST_OF_VALUES
          User has the right to refresh the list of values.
static FullClientRightEnum.Enum REFRESH_ON_DEMAND
           User has the right to run and refresh the Desktop Intelligence document.
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
static FullClientRightEnum.Enum USE_LIST_OF_VALUES
           User has the right to use the list of values.
static FullClientRightEnum.Enum VIEW_SQL
           User has the right to view the SQL.
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
          Internal Use Only.
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.


REFRESH_ON_DEMAND

static final FullClientRightEnum.Enum REFRESH_ON_DEMAND

User has the right to run and refresh the Desktop Intelligence document.


EDIT_QUERY

static final FullClientRightEnum.Enum EDIT_QUERY

User has the right to edit a query.


REFRESH_LIST_OF_VALUES

static final FullClientRightEnum.Enum REFRESH_LIST_OF_VALUES

User has the right to refresh the list of values.


USE_LIST_OF_VALUES

static final FullClientRightEnum.Enum USE_LIST_OF_VALUES

User has the right to use the list of values.


VIEW_SQL

static final FullClientRightEnum.Enum VIEW_SQL

User has the right to view the SQL.


INTERACTIVE_VIEW

static final FullClientRightEnum.Enum INTERACTIVE_VIEW

User has the right to use interactive viewing.


HTML_REPORT_PANEL

static final FullClientRightEnum.Enum HTML_REPORT_PANEL

User has the right to use the HTML report panel.


JAVA_REPORT_PANEL

static final FullClientRightEnum.Enum JAVA_REPORT_PANEL

User has the right to use the Java report panel.


EXTEND_SCOPE

static final FullClientRightEnum.Enum EXTEND_SCOPE

User has the right to extend the scope of analysis.


DRILL_MODE

static final FullClientRightEnum.Enum DRILL_MODE

User has the right to use the drill mode.


CREATE_DOCUMENTS

static final FullClientRightEnum.Enum CREATE_DOCUMENTS

User has the right to create documents.


INTERACTIVE_FORMATTING

static final FullClientRightEnum.Enum INTERACTIVE_FORMATTING

User has the right to use interactive formatting.


FORMULA_LANGUAGE

static final FullClientRightEnum.Enum FORMULA_LANGUAGE

User has the right to use the formula language.


EXPORT

static final FullClientRightEnum.Enum EXPORT

User has the right to export report data.


DOWNLOAD_FILES

static final FullClientRightEnum.Enum DOWNLOAD_FILES

User has the right to download files.


INT_REFRESH_ON_DEMAND

static final int INT_REFRESH_ON_DEMAND

User has the right to run and refresh the Desktop Intelligence document.

See Also:
Constant Field Values

INT_EDIT_QUERY

static final int INT_EDIT_QUERY

User has the right to edit a query.

See Also:
Constant Field Values

INT_REFRESH_LIST_OF_VALUES

static final int INT_REFRESH_LIST_OF_VALUES

User has the right to refresh the list of values.

See Also:
Constant Field Values

INT_USE_LIST_OF_VALUES

static final int INT_USE_LIST_OF_VALUES

User has the right to use the list of values.

See Also:
Constant Field Values

INT_VIEW_SQL

static final int INT_VIEW_SQL

User has the right to view the SQL.

See Also:
Constant Field Values

INT_INTERACTIVE_VIEW

static final int INT_INTERACTIVE_VIEW

User has the right to use interactive viewing.

See Also:
Constant Field Values

INT_HTML_REPORT_PANEL

static final int INT_HTML_REPORT_PANEL

User has the right to use the HTML report panel.

See Also:
Constant Field Values

INT_JAVA_REPORT_PANEL

static final int INT_JAVA_REPORT_PANEL

User has the right to use the Java report panel.

See Also:
Constant Field Values

INT_EXTEND_SCOPE

static final int INT_EXTEND_SCOPE

User has the right to extend the scope of analysis.

See Also:
Constant Field Values

INT_DRILL_MODE

static final int INT_DRILL_MODE

User has the right to use the drill mode.

See Also:
Constant Field Values

INT_CREATE_DOCUMENTS

static final int INT_CREATE_DOCUMENTS

User has the right to create documents.

See Also:
Constant Field Values

INT_INTERACTIVE_FORMATTING

static final int INT_INTERACTIVE_FORMATTING

User has the right to use interactive formatting.

See Also:
Constant Field Values

INT_FORMULA_LANGUAGE

static final int INT_FORMULA_LANGUAGE

User has the right to use the formula language.

See Also:
Constant Field Values

INT_EXPORT

static final int INT_EXPORT

User has the right to export report data.

See Also:
Constant Field Values

INT_DOWNLOAD_FILES

static final int INT_DOWNLOAD_FILES

User has the right to download files.

See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()
Internal Use Only.


set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal Use Only.