public class ACLType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static ACLType |
DEFINING
Defining permission - not reused anywhere
|
static ACLType |
FIXED
An ACL defined in its own right - there is no inheriance context
|
static ACLType |
GLOBAL
A single instance for global permissions
|
static ACLType |
LAYERED
Layered types
|
static ACLType |
OLD
Old style permissions that require a parent wlak to resolve
|
static ACLType |
SHARED
Shared permission, reused for inhertiance from defining permission
|
| Modifier and Type | Method and Description |
|---|---|
static ACLType |
getACLTypeFromId(int id)
Get the ACLType from the value stored in the DB
|
abstract int |
getId()
Get the id for the ACLType stored in the DB
|
static ACLType |
valueOf(java.lang.String name) |
static ACLType[] |
values() |
public static final ACLType OLD
public static final ACLType DEFINING
public static final ACLType SHARED
public static final ACLType FIXED
public static final ACLType GLOBAL
public static final ACLType LAYERED
public static ACLType[] values()
public static ACLType valueOf(java.lang.String name)
public abstract int getId()
public static ACLType getACLTypeFromId(int id)
id - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.