public class ACEType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final ACEType ALL
public static final ACEType OBJECT
public static final ACEType CHILDREN
public static ACEType[] values()
public static ACEType valueOf(java.lang.String name)
public abstract int getId()
public static ACEType getACETypeFromId(int id)
id - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.