Uses of Enum Class
org.alfresco.repo.security.permissions.ACEType
Packages that use ACEType
Package
Description
-
Uses of ACEType in org.alfresco.repo.domain.permissions
Methods in org.alfresco.repo.domain.permissions that return ACETypeMethods in org.alfresco.repo.domain.permissions with parameters of type ACETypeModifier and TypeMethodDescriptionAbstractAclCrudDAOImpl.createAce(Permission permission, Authority authority, ACEType type, AccessStatus accessStatus) AclCrudDAO.createAce(Permission permission, Authority authority, ACEType type, AccessStatus accessStatus) AbstractAclCrudDAOImpl.getAce(Permission permission, Authority authority, ACEType type, AccessStatus accessStatus) AclCrudDAO.getAce(Permission permission, Authority authority, ACEType type, AccessStatus accessStatus) protected abstract AceEntityAbstractAclCrudDAOImpl.getAceEntity(long permissionId, long authorityId, boolean allowed, ACEType type) AbstractAclCrudDAOImpl.getOrCreateAce(Permission permission, Authority authority, ACEType type, AccessStatus accessStatus) AclCrudDAO.getOrCreateAce(Permission permission, Authority authority, ACEType type, AccessStatus accessStatus) voidAceEntity.setAceType(ACEType aceType) -
Uses of ACEType in org.alfresco.repo.domain.permissions.ibatis
Methods in org.alfresco.repo.domain.permissions.ibatis with parameters of type ACETypeModifier and TypeMethodDescriptionprotected AceEntityAclCrudDAOImpl.getAceEntity(long permissionId, long authorityId, boolean allowed, ACEType type) -
Uses of ACEType in org.alfresco.repo.security.permissions
Methods in org.alfresco.repo.security.permissions that return ACETypeModifier and TypeMethodDescriptionAccessControlEntry.getAceType()SimpleAccessControlEntry.getAceType()static ACETypeACEType.getACETypeFromId(int id) Get the ACEType from the value stored in the DB.static ACETypeReturns the enum constant of this class with the specified name.static ACEType[]ACEType.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 ACETypeModifier and TypeMethodDescriptionvoidSimpleAccessControlEntry.setAceType(ACEType aceType) Set the type