Modifier and Type | Method | Description |
---|---|---|
Priv |
Priv._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
Priv |
Item.getEveryonesPrivileges() |
|
Priv |
Item.getGroupPrivileges() |
|
Priv |
Item.getOwnerPrivileges() |
|
static Priv |
Priv.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Priv[] |
Priv.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Priv> |
Priv._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
Item.setEveryonesPrivileges(Priv everyonesPrivileges) |
|
void |
Item.setGroupPrivileges(Priv groupPrivileges) |
|
void |
Item.setOwnerPrivileges(Priv ownerPrivileges) |