Class AclEntryCollection

java.lang.Object
com.spotfire.ws.pub.AclEntryCollection

public class AclEntryCollection extends Object
Represents a collection of Access Control List entries for an item in the Library. Each ACL entry collection represents the permissions set for one library item.
Since:
5.5
  • Constructor Details

    • AclEntryCollection

      public AclEntryCollection()
      Creates a new instance.
  • Method Details

    • getEntries

      public List<AclEntry> getEntries()
      Returns the ACL entries.
      Returns:
      the ACL entries
    • isInherited

      public boolean isInherited()
      Returns true if the permissions are inherited from another library item, and false otherwise.
      Returns:
      true if the permissions are inherited from another library item, and false otherwise