Uses of Class
org.alfresco.repo.security.permissions.ACLCopyMode
-
Packages that use ACLCopyMode Package Description org.alfresco.repo.domain.permissions org.alfresco.repo.security.permissions -
-
Uses of ACLCopyMode in org.alfresco.repo.domain.permissions
Methods in org.alfresco.repo.domain.permissions with parameters of type ACLCopyMode Modifier and Type Method Description AclAclDAO. getAclCopy(java.lang.Long toCopy, java.lang.Long toInheritFrom, ACLCopyMode mode)AclAclDAOImpl. getAclCopy(java.lang.Long toCopy, java.lang.Long toInheritFrom, ACLCopyMode mode) -
Uses of ACLCopyMode in org.alfresco.repo.security.permissions
Methods in org.alfresco.repo.security.permissions that return ACLCopyMode Modifier and Type Method Description static ACLCopyModeACLCopyMode. valueOf(java.lang.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.
-