|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
org.alfresco.repo.security.permissions.ACEType
public class ACEType
The ACE Type
Field Summary | |
---|---|
static ACEType |
ALL
ACE applies to the object and its children |
static ACEType |
CHILDREN
ACE only applies to children |
static ACEType |
OBJECT
ACE applies to the object only |
Method Summary | |
---|---|
static ACEType |
getACETypeFromId(int id)
Get the ACEType from the value stored in the DB. |
abstract int |
getId()
Get the id for the ACEType stored in the DB. |
static ACEType |
valueOf(java.lang.String name)
|
static ACEType[] |
values()
|
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 |
Field Detail |
---|
public static final ACEType ALL
public static final ACEType OBJECT
public static final ACEType CHILDREN
Method Detail |
---|
public static ACEType[] values()
public static ACEType valueOf(java.lang.String name)
public abstract int getId()
public static ACEType getACETypeFromId(int id)
id
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |