Uses of Enum Class
org.alfresco.repo.security.permissions.ACLType
Packages that use ACLType
Package
Description
-
Uses of ACLType in org.alfresco.repo.domain.permissions
Methods in org.alfresco.repo.domain.permissions that return ACLTypeModifier and TypeMethodDescriptionAcl.getAclType()Get the type for this ACLAclEntity.getAclType()Methods in org.alfresco.repo.domain.permissions that return types with arguments of type ACLTypeModifier and TypeMethodDescriptionAccessControlListDAO.patchAcls()ADMAccessControlListDAO.patchAcls()Methods in org.alfresco.repo.domain.permissions with parameters of type ACLType -
Uses of ACLType in org.alfresco.repo.security.permissions
Methods in org.alfresco.repo.security.permissions that return ACLTypeModifier and TypeMethodDescriptionAccessControlListProperties.getAclType()Get the type for this ACLSimpleAccessControlListProperties.getAclType()static ACLTypeACLType.getACLTypeFromId(int id) Get the ACLType from the value stored in the DBstatic ACLTypeReturns the enum constant of this class with the specified name.static ACLType[]ACLType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.security.permissions with parameters of type ACLTypeModifier and TypeMethodDescriptionvoidSimpleAccessControlListProperties.setAclType(ACLType aclType) Set the acl type -
Uses of ACLType in org.alfresco.repo.security.permissions.impl
Methods in org.alfresco.repo.security.permissions.impl that return ACLType