com.crystaldecisions.sdk.occa.infostore
Interface CeSecurityID.Right

Enclosing class:
CeSecurityID

public static interface CeSecurityID.Right

The IDs of the BusinessObjects Enterprise system security rights.


Field Summary
static int ADD
           Add objects to the folder.
static int ASSIGN_ROLE
           Use the role object for security assignment
static int COMMENT
           Comment
static int COPY
           Copy objects to another folder.
static int DELETE
           Delete objects.
static int DELETE_INSTANCE
           Delete instances.
static int DOWNLOADFILE
           Download files from the File Repository Server.
static int EDIT
           Edit objects.
static int EDIT_PASSWORD
           Edit password
static int EDIT_PREFERENCES
           Change preferences
static int EDIT_USER_ATTRIBUTES
           Edit user's attributes
static int MODIFY_INHERITANCE
           Modify inheritance flags
static int MODIFY_RIGHTS
           Modify the rights users have to objects.
static int OWNER_ADD
           Add objects to folders that the user owns.
static int OWNER_ASSIGN_ROLE
           Use the role object user owns for security assignment.
static int OWNER_COMMENT
           Comment on owned documents and document instances
static int OWNER_COPY
           Copy objects that the user owns to another folder.
static int OWNER_DELETE
           Delete objects that the user owns.
static int OWNER_DELETE_INSTANCE
           Delete report instances that the user owns.
static int OWNER_DOWNLOADFILE
           Download files from the File Repository Server.
static int OWNER_EDIT
           Edit objects that the user owns.
static int OWNER_EDIT_PASSWORD
           Change password for users that the user owns
static int OWNER_EDIT_PREFERENCES
           Change preferences for users that the user owns
static int OWNER_MODIFY_INHERITANCE
           Modify inheritance flags for objects that the user owns
static int OWNER_MODIFY_RIGHTS
           Modify objects that the user owns.
static int OWNER_PAUSE_RESUME_SCHEDULE
           Pause and resume scheduled report instances that the user owns.
static int OWNER_RESCHEDULE
           Reschedule the instances that the user owns.
static int OWNER_SCHEDULE
           Schedule the report that the user owns to run.
static int OWNER_SCHEDULE_ON_BEHALF_OF
           Schedule on behalf of another user that the user owns.
static int OWNER_SECURED_MODIFY_RIGHTS
           Securely modify rights users have to objects that the user owns.
static int OWNER_SET_DESTINATION
           Schedule to destinations that the user owns.
static int OWNER_TRANSLATE
           Translate objects the user owns.
static int OWNER_VIEW
           View objects that the user owns.
static int OWNER_VIEW_COMMENTS
           View Comments on owned documents and document instances
static int OWNER_VIEW_INSTANCE
           View instances that the user owns.
static int PAUSE_RESUME_SCHEDULE
           Pause and resume scheduled report instances.
static int PICK_MACHINES
           Specify server groups to process jobs.
static int READ_MESSAGE
           Read the message content the user sends
static int REPLICATE
           For federation - right to replicate content
static int RESCHEDULE
           Reschedules the report to be processed.
static int SCHEDULE
           Schedule the report to run.
static int SCHEDULE_ON_BEHALF_OF
           Schedule on behalf of another user.
static int SECURED_MODIFY_RIGHTS
           Secured modify rights
static int SET_DESTINATION
           Schedule to destinations.
static int TRANSLATE
           Translate objects
static int VIEW
           View (analyze) objects.
static int VIEW_COMMENTS
           View Comments
static int VIEW_INSTANCE
           View report instances.
 

Field Detail

ADD

static final int ADD

Add objects to the folder.


VIEW

static final int VIEW

View (analyze) objects.


VIEW_INSTANCE

static final int VIEW_INSTANCE

View report instances.


EDIT

static final int EDIT

Edit objects.


MODIFY_RIGHTS

static final int MODIFY_RIGHTS

Modify the rights users have to objects.


SCHEDULE

static final int SCHEDULE

Schedule the report to run.


RESCHEDULE

static final int RESCHEDULE

Reschedules the report to be processed.


DELETE

static final int DELETE

Delete objects.


DELETE_INSTANCE

static final int DELETE_INSTANCE

Delete instances.


SCHEDULE_ON_BEHALF_OF

static final int SCHEDULE_ON_BEHALF_OF

Schedule on behalf of another user.


PICK_MACHINES

static final int PICK_MACHINES

Specify server groups to process jobs.


COPY

static final int COPY

Copy objects to another folder.


REPLICATE

static final int REPLICATE

For federation - right to replicate content


SET_DESTINATION

static final int SET_DESTINATION

Schedule to destinations.


PAUSE_RESUME_SCHEDULE

static final int PAUSE_RESUME_SCHEDULE

Pause and resume scheduled report instances.


SECURED_MODIFY_RIGHTS

static final int SECURED_MODIFY_RIGHTS

Secured modify rights


OWNER_ADD

static final int OWNER_ADD

Add objects to folders that the user owns.


OWNER_VIEW

static final int OWNER_VIEW

View objects that the user owns.


OWNER_VIEW_INSTANCE

static final int OWNER_VIEW_INSTANCE

View instances that the user owns.


OWNER_EDIT

static final int OWNER_EDIT

Edit objects that the user owns.


OWNER_MODIFY_RIGHTS

static final int OWNER_MODIFY_RIGHTS

Modify objects that the user owns.


OWNER_DELETE

static final int OWNER_DELETE

Delete objects that the user owns.


OWNER_DELETE_INSTANCE

static final int OWNER_DELETE_INSTANCE

Delete report instances that the user owns.


OWNER_PAUSE_RESUME_SCHEDULE

static final int OWNER_PAUSE_RESUME_SCHEDULE

Pause and resume scheduled report instances that the user owns.


OWNER_SECURED_MODIFY_RIGHTS

static final int OWNER_SECURED_MODIFY_RIGHTS

Securely modify rights users have to objects that the user owns.


OWNER_RESCHEDULE

static final int OWNER_RESCHEDULE

Reschedule the instances that the user owns.


READ_MESSAGE

static final int READ_MESSAGE

Read the message content the user sends


EDIT_PASSWORD

static final int EDIT_PASSWORD

Edit password


OWNER_EDIT_PASSWORD

static final int OWNER_EDIT_PASSWORD

Change password for users that the user owns


EDIT_PREFERENCES

static final int EDIT_PREFERENCES

Change preferences


COMMENT

static final int COMMENT

Comment


OWNER_COMMENT

static final int OWNER_COMMENT

Comment on owned documents and document instances


VIEW_COMMENTS

static final int VIEW_COMMENTS

View Comments


OWNER_VIEW_COMMENTS

static final int OWNER_VIEW_COMMENTS

View Comments on owned documents and document instances


OWNER_EDIT_PREFERENCES

static final int OWNER_EDIT_PREFERENCES

Change preferences for users that the user owns


OWNER_SCHEDULE_ON_BEHALF_OF

static final int OWNER_SCHEDULE_ON_BEHALF_OF

Schedule on behalf of another user that the user owns.


OWNER_SCHEDULE

static final int OWNER_SCHEDULE

Schedule the report that the user owns to run.


EDIT_USER_ATTRIBUTES

static final int EDIT_USER_ATTRIBUTES

Edit user's attributes


OWNER_COPY

static final int OWNER_COPY

Copy objects that the user owns to another folder.


OWNER_SET_DESTINATION

static final int OWNER_SET_DESTINATION

Schedule to destinations that the user owns.


MODIFY_INHERITANCE

static final int MODIFY_INHERITANCE

Modify inheritance flags


OWNER_MODIFY_INHERITANCE

static final int OWNER_MODIFY_INHERITANCE

Modify inheritance flags for objects that the user owns


ASSIGN_ROLE

static final int ASSIGN_ROLE

Use the role object for security assignment


OWNER_ASSIGN_ROLE

static final int OWNER_ASSIGN_ROLE

Use the role object user owns for security assignment.


TRANSLATE

static final int TRANSLATE

Translate objects

Since:
version 14.0

OWNER_TRANSLATE

static final int OWNER_TRANSLATE

Translate objects the user owns.

Since:
version 14.0

DOWNLOADFILE

static final int DOWNLOADFILE

Download files from the File Repository Server.

Since:
version 14.0

OWNER_DOWNLOADFILE

static final int OWNER_DOWNLOADFILE

Download files from the File Repository Server.

Since:
version 14.0