List<AclChange> |
AclDAO.deleteAccessControlEntries(Long id,
AccessControlEntry pattern) |
Delete some locally set ACLs according to the pattern
|
List<AclChange> |
AclDAO.deleteAccessControlEntries(String authority) |
Delete all ACEs that reference this authority as no longer valid.
|
List<AclChange> |
AclDAOImpl.deleteAccessControlEntries(Long id,
AccessControlEntry pattern) |
Delete some locally set ACLs according to the pattern
|
List<AclChange> |
AclDAOImpl.deleteAccessControlEntries(String authority) |
Delete all ACEs that reference this authority as no longer valid.
|
List<AclChange> |
AclDAO.deleteAccessControlList(Long id) |
Delete an ACL
|
List<AclChange> |
AclDAOImpl.deleteAccessControlList(Long id) |
Delete an ACL
|
List<AclChange> |
AclDAO.deleteInheritedAccessControlEntries(Long id) |
Delete the ACEs in position > 0 (those not set directly on the ACL but inherited) No affect on any other acl
|
List<AclChange> |
AclDAOImpl.deleteInheritedAccessControlEntries(Long id) |
Delete the ACEs in position > 0 (those not set directly on the ACL but inherited) No affect on any other acl
|
List<AclChange> |
AclDAO.deleteLocalAccessControlEntries(Long id) |
Delete the ACEs in position 0 (those set directly on the ACL and not inherited) Cleans up existing acls
|
List<AclChange> |
AclDAOImpl.deleteLocalAccessControlEntries(Long id) |
Delete the ACEs in position 0 (those set directly on the ACL and not inherited) Cleans up existing acls
|
List<AclChange> |
AclDAO.disableInheritance(Long id,
boolean setInheritedOnAcl) |
Disable inheritance
|
List<AclChange> |
AclDAOImpl.disableInheritance(Long id,
boolean setInheritedOnAcl) |
Disable inheritance
|
List<AclChange> |
AclDAO.enableInheritance(Long id,
Long parent) |
Enable inheritance
|
List<AclChange> |
AclDAOImpl.enableInheritance(Long id,
Long parent) |
Enable inheritance
|
List<AclChange> |
AclDAO.mergeInheritedAccessControlList(Long inherited,
Long target) |
Merge inherited ACEs in to target - the merged ACEs will go in at their current position +1
|
List<AclChange> |
AclDAOImpl.mergeInheritedAccessControlList(Long inherited,
Long target) |
Merge inherited ACEs in to target - the merged ACEs will go in at their current position +1
|
List<AclChange> |
AclDAO.setAccessControlEntry(Long id,
AccessControlEntry ace) |
Add an access control entry
|
List<AclChange> |
AclDAOImpl.setAccessControlEntry(Long id,
AccessControlEntry ace) |
Add an access control entry
|
List<AclChange> |
AccessControlListDAO.setInheritanceForChildren(NodeRef parent,
Long inheritFrom,
Long sharedAclToReplace) |
Update inheritance
|
List<AclChange> |
AccessControlListDAO.setInheritanceForChildren(NodeRef parent,
Long inheritFrom,
Long sharedAclToReplace,
boolean asyncCall) |
Set the inheritance on a given node and it's children.
|
List<AclChange> |
ADMAccessControlListDAO.setInheritanceForChildren(NodeRef parent,
Long inheritFrom,
Long sharedAclToReplace) |
|
List<AclChange> |
ADMAccessControlListDAO.setInheritanceForChildren(NodeRef parent,
Long inheritFrom,
Long sharedAclToReplace,
boolean asyncCall) |
|