Class GlobalPermissionEntry

    • Constructor Detail

      • GlobalPermissionEntry

        public GlobalPermissionEntry()
    • Method Detail

      • getAuthority

        public String getAuthority()
        Description copied from interface: PermissionEntry
        Get the authority to which this entry applies This could be the string value of a username, group, role or any other authority assigned to the authorisation. If null then this applies to all.
        Specified by:
        getAuthority in interface PermissionEntry
        Returns:
        String
      • getNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
        Description copied from interface: PermissionEntry
        Get the node ref for the node to which this permission applies. This can only be null for a global permission
        Specified by:
        getNodeRef in interface PermissionEntry
        Returns:
        NodeRef
      • getAccessStatus

        public org.alfresco.service.cmr.security.AccessStatus getAccessStatus()
        Description copied from interface: PermissionEntry
        Get the Access enum value
        Specified by:
        getAccessStatus in interface PermissionEntry
        Returns:
        AccessStatus
      • getPosition

        public int getPosition()
        Description copied from interface: PermissionEntry
        Return the position in the inhertance chain (0 is not inherited and set on the object)
        Specified by:
        getPosition in interface PermissionEntry
        Returns:
        int