| Package | Description |
|---|---|
| org.alfresco.repo.avm | |
| org.alfresco.repo.domain.permissions |
| Modifier and Type | Method and Description |
|---|---|
Acl |
AVMNode.getAcl()
Get the ACL on this node.
|
Acl |
AVMNodeImpl.getAcl()
Get the ACL on this node.
|
Acl |
AVMStore.getACL(int version,
String path)
Get the ACL on a node.
|
Acl |
AVMStoreImpl.getACL(int version,
String path)
Get the ACL on a node.
|
Acl |
AVMRepository.getACL(int version,
String path)
Get the ACL on a node.
|
Acl |
AVMStore.getStoreAcl()
Get the Acl associated with this store.
|
Acl |
AVMStoreImpl.getStoreAcl() |
Acl |
AVMRepository.getStoreAcl(String storeName)
Get the ACL on a store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVMNode.copyACLs(Acl otherAcl,
Acl parentAcl,
ACLCopyMode mode) |
void |
AVMNodeImpl.copyACLs(Acl otherAcl,
Acl parentAcl,
ACLCopyMode mode) |
void |
AVMNode.setAcl(Acl acl)
Set an ACL on this node.
|
void |
AVMNodeImpl.setAcl(Acl acl)
Set the ACL on this node.
|
void |
AVMStore.setACL(String path,
Acl acl)
Set the ACL on a node.
|
void |
AVMStoreImpl.setACL(String path,
Acl acl)
Set the ACL on a node.
|
void |
AVMRepository.setACL(String path,
Acl acl)
Set the ACL on a node.
|
void |
LayeredDirectoryNode.setAclAndInherit(LayeredDirectoryNode layeredDirectory,
Acl acl,
String name) |
void |
LayeredDirectoryNodeImpl.setAclAndInherit(LayeredDirectoryNode layeredDirectory,
Acl acl,
String name) |
void |
AVMStore.setStoreAcl(Acl acl)
Set the acl on this store.
|
void |
AVMStoreImpl.setStoreAcl(Acl acl) |
void |
AVMRepository.setStoreAcl(String storeName,
Acl acl)
Set the acl on a store.
|
| Constructor and Description |
|---|
DeletedNodeImpl(AVMStore store,
Acl acl)
Create a new one from scratch.
|
LayeredFileNodeImpl(String indirection,
AVMStore store,
Acl acl)
Make a brand new layered file node.
|
PlainFileNodeImpl(AVMStore store,
BasicAttributes attrs,
org.alfresco.service.cmr.repository.ContentData content,
Map<org.alfresco.service.namespace.QName,PropertyValue> props,
Set<org.alfresco.service.namespace.QName> aspects,
Acl acl,
int versionID,
Acl parentAcl,
ACLCopyMode mode)
Construct a new one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclEntity
Entity for alf_acess_control_list persistence.
|
class |
AclUpdateEntity
Entity for alf_acess_control_list persistence.
|
| Modifier and Type | Method and Description |
|---|---|
Acl |
AclDAO.createAccessControlList(AccessControlListProperties properties)
Create a new ACL with the given properties.
|
Acl |
AclDAOImpl.createAccessControlList(AccessControlListProperties properties)
Create a new ACL with the given properties.
|
Acl |
AclDAO.createAccessControlList(AccessControlListProperties properties,
List<AccessControlEntry> aces,
Long inherited) |
Acl |
AclDAOImpl.createAccessControlList(AccessControlListProperties properties,
List<AccessControlEntry> aces,
Long inherited) |
Acl |
AclCrudDAO.createAcl(AclEntity entity) |
Acl |
AclDAO.createLayeredAcl(Long indirectedAcl) |
Acl |
AclDAOImpl.createLayeredAcl(Long indirectedAcl) |
protected Acl |
AbstractPermissionsDaoComponentImpl.getAccessControlList(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
Acl |
AVMAccessControlListDAO.getAccessControlList(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Get the ACL from a node.
|
Acl |
AccessControlListDAO.getAccessControlList(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Get the ACL from a node.
|
Acl |
ADMAccessControlListDAO.getAccessControlList(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
Acl |
AVMAccessControlListDAO.getAccessControlList(org.alfresco.service.cmr.repository.StoreRef storeRef) |
Acl |
AccessControlListDAO.getAccessControlList(org.alfresco.service.cmr.repository.StoreRef storeRef) |
Acl |
ADMAccessControlListDAO.getAccessControlList(org.alfresco.service.cmr.repository.StoreRef storeRef) |
Acl |
AclDAO.getAcl(Long id)
Get an ACL
|
Acl |
AclDAOImpl.getAcl(Long id)
Get an ACL
|
Acl |
AclCrudDAO.getAcl(Long aclEntityId) |
Acl |
AbstractAclCrudDAOImpl.getAcl(Long id) |
Acl |
AclDAO.getAclCopy(Long toCopy,
Long toInheritFrom,
ACLCopyMode mode) |
Acl |
AclDAOImpl.getAclCopy(Long toCopy,
Long toInheritFrom,
ACLCopyMode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected org.alfresco.repo.domain.permissions.AbstractPermissionsDaoComponentImpl.CreationReport |
AVMPermissionsDaoComponentImpl.createAccessControlList(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean inherit,
Acl existing) |
protected org.alfresco.repo.domain.permissions.AbstractPermissionsDaoComponentImpl.CreationReport |
ADMPermissionsDaoComponentImpl.createAccessControlList(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean inherit,
Acl existing) |
protected abstract org.alfresco.repo.domain.permissions.AbstractPermissionsDaoComponentImpl.CreationReport |
AbstractPermissionsDaoComponentImpl.createAccessControlList(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean inherit,
Acl existing) |
void |
AVMAccessControlListDAO.setAccessControlList(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Acl acl)
Set the ACL on a node.
|
void |
AccessControlListDAO.setAccessControlList(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Acl acl)
Set the ACL on a node.
|
void |
ADMAccessControlListDAO.setAccessControlList(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Acl acl) |
void |
AVMAccessControlListDAO.setAccessControlList(org.alfresco.service.cmr.repository.StoreRef storeRef,
Acl acl) |
void |
AccessControlListDAO.setAccessControlList(org.alfresco.service.cmr.repository.StoreRef storeRef,
Acl acl) |
void |
ADMAccessControlListDAO.setAccessControlList(org.alfresco.service.cmr.repository.StoreRef storeRef,
Acl acl) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.