public class NodePermissions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NodePermissions.NodePermission |
Constructor and Description |
---|
NodePermissions() |
NodePermissions(Boolean inherit,
List<NodePermissions.NodePermission> inherited,
List<NodePermissions.NodePermission> locallySet,
Set<String> settable) |
Modifier and Type | Method and Description |
---|---|
List<NodePermissions.NodePermission> |
getInherited() |
Boolean |
getIsInheritanceEnabled() |
List<NodePermissions.NodePermission> |
getLocallySet() |
Set<String> |
getSettable() |
void |
setIsInheritanceEnabled(boolean inherit) |
void |
setLocallySet(List<NodePermissions.NodePermission> directPermissions) |
String |
toString() |
public NodePermissions()
public NodePermissions(Boolean inherit, List<NodePermissions.NodePermission> inherited, List<NodePermissions.NodePermission> locallySet, Set<String> settable)
public Boolean getIsInheritanceEnabled()
public void setIsInheritanceEnabled(boolean inherit)
public List<NodePermissions.NodePermission> getInherited()
public List<NodePermissions.NodePermission> getLocallySet()
public void setLocallySet(List<NodePermissions.NodePermission> directPermissions)
Copyright © 2005–2017 Alfresco Software. All rights reserved.