| Package | Description |
|---|---|
| org.alfresco.repo.avm | |
| org.alfresco.repo.domain.permissions | |
| org.alfresco.repo.security.permissions |
| 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.copyACLs(AVMNode other,
ACLCopyMode mode)
Copy ACL from another node.
|
void |
AVMNodeImpl.copyACLs(AVMNode other,
ACLCopyMode mode) |
protected void |
AVMNodeImpl.copyACLs(AVMNode other,
Long parentAcl,
ACLCopyMode mode) |
protected void |
AVMNodeImpl.copyACLs(Long otherAcl,
Long parentAcl,
ACLCopyMode mode) |
| Constructor and Description |
|---|
DeletedNodeImpl(DeletedNode other,
AVMStore store,
Long parentAcl,
ACLCopyMode mode) |
LayeredDirectoryNodeImpl(DirectoryNode dir,
AVMStore store,
org.alfresco.repo.avm.Lookup srcLookup,
String name,
Long inheritedAcl,
ACLCopyMode mode)
Create a new layered directory based on a directory we are being named from that is in not in the layer of the
source lookup.
|
LayeredDirectoryNodeImpl(LayeredDirectoryNode other,
AVMStore repos,
org.alfresco.repo.avm.Lookup lookup,
boolean copyAll,
Long parentAcl,
ACLCopyMode mode)
Kind of copy constructor, sort of.
|
LayeredDirectoryNodeImpl(PlainDirectoryNode other,
AVMStore store,
org.alfresco.repo.avm.Lookup lPath,
boolean copyContents,
Long parentAcl,
ACLCopyMode mode)
Construct one from a PlainDirectoryNode.
|
LayeredDirectoryNodeImpl(String indirection,
AVMStore store,
AVMNode toCopy,
Long parentAcl,
ACLCopyMode mode)
Make a new one from a specified indirection path.
|
LayeredFileNodeImpl(LayeredFileNode other,
AVMStore store,
Long parentAcl,
ACLCopyMode mode)
Basically a copy constructor.
|
PlainDirectoryNodeImpl(PlainDirectoryNode other,
AVMStore store,
Long parentAcl,
ACLCopyMode mode)
Copy like constructor.
|
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.
|
PlainFileNodeImpl(PlainFileNode other,
AVMStore store,
Long parentAcl,
ACLCopyMode mode)
Copy on write constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Acl |
AclDAO.getAclCopy(Long toCopy,
Long toInheritFrom,
ACLCopyMode mode) |
Acl |
AclDAOImpl.getAclCopy(Long toCopy,
Long toInheritFrom,
ACLCopyMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static ACLCopyMode |
ACLCopyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ACLCopyMode[] |
ACLCopyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.