|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.businessobjects.sdk.plugin.desktop.webi.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 |
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 |
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.
| Constructor Detail |
public CeWebiRightID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||