com.crystaldecisions.sdk.occa.infostore
Interface CeSecurityCUID.Role

Enclosing interface:
CeSecurityCUID

public static interface CeSecurityCUID.Role

Identifies the unique CUIDs referring to the default roles defined in the system.


Field Summary
static java.lang.String FULL_CONTROL
          Role defining a set of rights that grants user full control on objects it's assigned to
static java.lang.String FULL_CONTROL_OWNER
          Role defining a set of rights that grants user full control (owner) on objects it's assigned to
static java.lang.String SCHEDULE
          Role defining a set of rights that allow users to schedule objects it's assigned to
static java.lang.String VIEW
          Role defining a set of rights that allow users to view objects it's assigned to
static java.lang.String VIEW_ON_DEMAND
          Role defining a set of rights that allow users to do on demand viewing on objects it's assigned to
 

Field Detail

VIEW

static final java.lang.String VIEW
Role defining a set of rights that allow users to view objects it's assigned to


SCHEDULE

static final java.lang.String SCHEDULE
Role defining a set of rights that allow users to schedule objects it's assigned to


VIEW_ON_DEMAND

static final java.lang.String VIEW_ON_DEMAND
Role defining a set of rights that allow users to do on demand viewing on objects it's assigned to


FULL_CONTROL

static final java.lang.String FULL_CONTROL
Role defining a set of rights that grants user full control on objects it's assigned to


FULL_CONTROL_OWNER

static final java.lang.String FULL_CONTROL_OWNER
Role defining a set of rights that grants user full control (owner) on objects it's assigned to