Uses of Class
org.alfresco.repo.security.permissions.ACLType
-
Packages that use ACLType Package Description org.alfresco.repo.domain.permissions org.alfresco.repo.security.permissions org.alfresco.repo.security.permissions.impl -
-
Uses of ACLType in org.alfresco.repo.domain.permissions
Methods in org.alfresco.repo.domain.permissions that return ACLType Modifier and Type Method Description ACLTypeAcl. getAclType()Get the type for this ACLACLTypeAclEntity. getAclType()Methods in org.alfresco.repo.domain.permissions that return types with arguments of type ACLType Modifier and Type Method Description java.util.Map<ACLType,java.lang.Integer>AccessControlListDAO. patchAcls()java.util.Map<ACLType,java.lang.Integer>ADMAccessControlListDAO. patchAcls()Methods in org.alfresco.repo.domain.permissions with parameters of type ACLType Modifier and Type Method Description voidAclEntity. setAclType(ACLType type) -
Uses of ACLType in org.alfresco.repo.security.permissions
Methods in org.alfresco.repo.security.permissions that return ACLType Modifier and Type Method Description ACLTypeAccessControlListProperties. getAclType()Get the type for this ACLACLTypeSimpleAccessControlListProperties. getAclType()static ACLTypeACLType. getACLTypeFromId(int id)Get the ACLType from the value stored in the DBstatic ACLTypeACLType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ACLType[]ACLType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.security.permissions with parameters of type ACLType Modifier and Type Method Description voidSimpleAccessControlListProperties. 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 Modifier and Type Method Description ACLTypeAclChange. getTypeAfter()ACLTypeAclChange. getTypeBefore()
-