com.businessobjects.sdk.plugin.desktop.fullclient
Class CeFullClientRightID

java.lang.Object
  extended by com.businessobjects.sdk.plugin.desktop.fullclient.CeFullClientRightID

public class CeFullClientRightID
extends java.lang.Object

Specifies the user rights for a Desktop Intelligence document.


Field Summary
static int CREATEDOCUMENTS
           User has the right to create documents.
static int DOWNLOAD_FILES
           User has the right to download files.
static int DRILLMODE
           User has the right to use the drill mode.
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 EXTENDSCOPE
           User has the right to extend the scope of analysis.
static int FORMULALANGUAGE
           User has the right to use the formula language.
static int FULLCLIENT_REPORT_INTERACTION
           
static int HTMLREPORTPANEL
           User has the right to use the HTML report panel.
static int INTERACTIVE_FORMATTING
           User has the right to use interactive formatting.
static int INTERACTIVEVIEW
           User has the right to use interactive viewing.
static int JAVAREPORTPANEL
           User has the right to use the Java report panel.
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 Desktop 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
CeFullClientRightID()
           
 
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 Desktop 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.


INTERACTIVEVIEW

public static final int INTERACTIVEVIEW

User has the right to use interactive viewing.


HTMLREPORTPANEL

public static final int HTMLREPORTPANEL

User has the right to use the HTML report panel.


JAVAREPORTPANEL

public static final int JAVAREPORTPANEL

User has the right to use the Java report panel.


EXTENDSCOPE

public static final int EXTENDSCOPE

User has the right to extend the scope of analysis.


DRILLMODE

public static final int DRILLMODE

User has the right to use the drill mode.


CREATEDOCUMENTS

public static final int CREATEDOCUMENTS

User has the right to create documents.


FORMULALANGUAGE

public static final int FORMULALANGUAGE

User has the right to use the formula language.


INTERACTIVE_FORMATTING

public static final int INTERACTIVE_FORMATTING

User has the right to use interactive formatting.


DOWNLOAD_FILES

public static final int DOWNLOAD_FILES

User has the right to download files. SEC_ID_DeskIApp_Interaction is not defined in this revision see //depot2/Titan/Stable/Framework/sdk/java/core/src/com/crystaldecisions/sdk/occa/security/internal/SecurityIDs.java wait for submit from Framework //depot/Framework/CB2_Post_Jupiter/framework_sdk/java/core/src/com/crystaldecisions/sdk/occa/security/internal/SecurityIDs#3.java public static final int SEC_ID_DeskIApp_Interaction = 7;


FULLCLIENT_REPORT_INTERACTION

public static final int FULLCLIENT_REPORT_INTERACTION
See Also:
Constant Field Values
Constructor Detail

CeFullClientRightID

public CeFullClientRightID()