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

java.lang.Object
  extended by 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 SAVE_AS_CSV
           Right to save as CSV
static int SAVE_AS_EXCEL
           Right to save as excel
static int SAVE_AS_PDF
           Right to save as PDF
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()
           
 
Method Summary
 
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.


SAVE_AS_EXCEL

public static final int SAVE_AS_EXCEL

Right to save as excel


SAVE_AS_PDF

public static final int SAVE_AS_PDF

Right to save as PDF


SAVE_AS_CSV

public static final int SAVE_AS_CSV

Right to save as CSV

Constructor Detail

CeWebiRightID

public CeWebiRightID()