|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.sdk.plugin.desktop.universe.CeUniverseRightID
public class CeUniverseRightID
Identifies the rights that can be applied to a universe.
| Field Summary | |
|---|---|
static int |
DATA_ACCESS
Grants the principal the right to access this universe. |
static int |
EDIT_OVERLOADS
Grants the principal the right to edit overloads. |
static int |
NEW_LIST_OF_VALUES
Grants the principal the right to create a new list of values. |
static int |
PRINT_UNIVERSE
Grants the principal the right to print a diagram of the universe schema. |
static int |
SEC_ID_Universe_CreateOrEditQuery
Grants the right to create a new query or modify an existing query based on this universe. |
static int |
SHOW_TABLE_OBJECT_VALUES
Grants the principal the right to display the table object values. |
static int |
UNLOCK_UNIVERSE
Grants the right to unlock a universe and make modifications. |
| Constructor Summary | |
|---|---|
CeUniverseRightID()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NEW_LIST_OF_VALUES
Grants the principal the right to create a new list of values.
public static final int PRINT_UNIVERSE
Grants the principal the right to print a diagram of the universe schema.
public static final int SHOW_TABLE_OBJECT_VALUES
Grants the principal the right to display the table object values.
public static final int DATA_ACCESS
Grants the principal the right to access this universe.
public static final int EDIT_OVERLOADS
Grants the principal the right to edit overloads.
public static final int UNLOCK_UNIVERSE
Grants the right to unlock a universe and make modifications.
public static final int SEC_ID_Universe_CreateOrEditQuery
Grants the right to create a new query or modify an existing query based on this universe.
| Constructor Detail |
|---|
public CeUniverseRightID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||