|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ACLPermission>
com.flexive.shared.security.ACLPermission
public enum ACLPermission
ACL permissions
| Enum Constant Summary | |
|---|---|
CREATE
|
|
DELETE
|
|
EDIT
|
|
EXPORT
|
|
NOT_CREATE
|
|
NOT_DELETE
|
|
NOT_EDIT
|
|
NOT_EXPORT
|
|
NOT_READ
|
|
NOT_RELATE
|
|
READ
|
|
RELATE
|
|
| Method Summary | |
|---|---|
static boolean |
contains(ACLPermission check,
ACLPermission... perms)
Check if check is contained in perms |
FxString |
getLabel()
Return the localized label of the object. |
static ACLPermission |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ACLPermission[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ACLPermission CREATE
public static final ACLPermission READ
public static final ACLPermission EDIT
public static final ACLPermission DELETE
public static final ACLPermission RELATE
public static final ACLPermission EXPORT
public static final ACLPermission NOT_CREATE
public static final ACLPermission NOT_READ
public static final ACLPermission NOT_EDIT
public static final ACLPermission NOT_DELETE
public static final ACLPermission NOT_RELATE
public static final ACLPermission NOT_EXPORT
| Method Detail |
|---|
public static ACLPermission[] values()
for (ACLPermission c : ACLPermission.values()) System.out.println(c);
public static ACLPermission valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
public static boolean contains(ACLPermission check,
ACLPermission... perms)
check is contained in perms
check - Perm to checkperms - array of Perm's
check is contained in permspublic FxString getLabel()
getLabel in interface ObjectWithLabel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||