public interface OwPrivilegeSet
Interface for privilege sets used in OwPermissionCollection.
To be implemented with the specific ECM system.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Field and Description |
---|---|
static int |
INHERITANCE_DEPTH_NO_INHERITANCE |
static int |
INHERITANCE_DEPTH_ONE_LEVEL |
static int |
INHERITANCE_DEPTH_UNLIMITED |
Modifier and Type | Method and Description |
---|---|
int |
getInheritanceDepth()
get depth level to which this set is applied for child objects
|
OwUserInfo |
getPrincipal()
get the principal of this privilege set
|
Collection |
getPrivileges()
get the privileges of the set
|
boolean |
isDenied()
check if privileges have been allowed or denied
|
static final int INHERITANCE_DEPTH_NO_INHERITANCE
static final int INHERITANCE_DEPTH_ONE_LEVEL
static final int INHERITANCE_DEPTH_UNLIMITED
OwUserInfo getPrincipal()
boolean isDenied()
Collection getPrivileges()
int getInheritanceDepth()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.