com.businessobjects.sdk.plugin.desktop.webi
Class CeWebiRightID

java.lang.Object
  |
  +--com.businessobjects.sdk.plugin.desktop.webi.CeWebiRightID

public class CeWebiRightID
extends java.lang.Object

Specifies the user rights for a Web Intelligence document.


Field Summary
static int DOWNLOAD_FILES
           User has the right to download files.
static int EDIT_QUERY
           User has the right to edit a query.
static int EXPORT_REPORT_DATA
           User has the right to export report data.
static int REFRESH_LIST_OF_VALUES
           User has the right to refresh the list of values.
static int RUN_AND_REFRESH_DOC
           User has the right to run and refresh the Web Intelligence document.
static int USE_LIST_OF_VALUES
           User has the right to use the list of values.
static int VIEW_SQL
           User has the right to view the SQL.
 
Constructor Summary
CeWebiRightID()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPORT_REPORT_DATA

public static final int EXPORT_REPORT_DATA

User has the right to export report data.


RUN_AND_REFRESH_DOC

public static final int RUN_AND_REFRESH_DOC

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


EDIT_QUERY

public static final int EDIT_QUERY

User has the right to edit a query.


REFRESH_LIST_OF_VALUES

public static final int REFRESH_LIST_OF_VALUES

User has the right to refresh the list of values.


USE_LIST_OF_VALUES

public static final int USE_LIST_OF_VALUES

User has the right to use the list of values.


VIEW_SQL

public static final int VIEW_SQL

User has the right to view the SQL.


DOWNLOAD_FILES

public static final int DOWNLOAD_FILES

User has the right to download files.

Constructor Detail

CeWebiRightID

public CeWebiRightID()