Uses of Enum
org.alfresco.service.cmr.security.AccessStatus
Packages that use AccessStatus
-
Uses of AccessStatus in org.alfresco.service.cmr.security
Methods in org.alfresco.service.cmr.security that return AccessStatusModifier and TypeMethodDescriptionAccessPermission.getAccessStatus()
Get the Access enumeration valuePermissionService.hasPermission
(Long aclID, PermissionContext context, String permission) Check if a permission is allowed on an acl.PermissionService.hasPermission
(NodeRef nodeRef, String permission) Check that the given authentication has a particular permission for the given node.PermissionService.hasReadPermission
(NodeRef nodeRef) Check if read permission is allowed on an acl (optimised) caveats: doesn't take into account dynamic authorities/groups doesn't take into account node types/aspects for permissionsstatic AccessStatus
Returns the enum constant of this type with the specified name.static AccessStatus[]
AccessStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.