|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.sdk.plugin.desktop.webi.CeWebiRightID
public class CeWebiRightID
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 |
|---|
public static final int EXPORT_REPORT_DATA
User has the right to export report data.
public static final int RUN_AND_REFRESH_DOC
User has the right to run and refresh the Web Intelligence document.
public static final int EDIT_QUERY
User has the right to edit a query.
public static final int REFRESH_LIST_OF_VALUES
User has the right to refresh the list of values.
public static final int USE_LIST_OF_VALUES
User has the right to use the list of values.
public static final int VIEW_SQL
User has the right to view the SQL.
public static final int DOWNLOAD_FILES
User has the right to download files.
public static final int SAVE_AS_EXCEL
Right to save as excel
public static final int SAVE_AS_PDF
Right to save as PDF
public static final int SAVE_AS_CSV
Right to save as CSV
| Constructor Detail |
|---|
public CeWebiRightID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||