Uses of Class
org.alfresco.repo.web.scripts.admin.NodeBrowserPost.Permission
-
Packages that use NodeBrowserPost.Permission Package Description org.alfresco.repo.web.scripts.admin -
-
Uses of NodeBrowserPost.Permission in org.alfresco.repo.web.scripts.admin
Subclasses of NodeBrowserPost.Permission in org.alfresco.repo.web.scripts.admin Modifier and Type Class Description static class
NodeBrowserPost.NoReadPermissionGranted
Permission representing the fact that "Read Permissions" has not been grantedstatic class
NodeBrowserPost.NoStoreMask
Methods in org.alfresco.repo.web.scripts.admin that return types with arguments of type NodeBrowserPost.Permission Modifier and Type Method Description java.util.List<NodeBrowserPost.Permission>
NodeBrowserPost. getPermissions(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the current node permissionsjava.util.List<NodeBrowserPost.Permission>
NodeBrowserPost. getStorePermissionMasks(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the current node permissions
-