Class SimpleAccessControlListProperties

    • Constructor Detail

      • SimpleAccessControlListProperties

        public SimpleAccessControlListProperties()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isVersioned

        public java.lang.Boolean isVersioned()
        Description copied from interface: AccessControlListProperties
        Is this ACL versioned - if not there will be no old versions of the ACL and the long id will remain unchanged. If an acl is versioned it can not be updated - a new copy has to be created,
        Specified by:
        isVersioned in interface AccessControlListProperties
        Returns:
        if the acl is verioned
      • setAclId

        public void setAclId​(java.lang.String aclId)
        Set the acl id
        Parameters:
        aclId - String
      • setAclType

        public void setAclType​(ACLType aclType)
        Set the acl type
        Parameters:
        aclType - ACLType
      • setAclVersion

        public void setAclVersion​(java.lang.Long aclVersion)
        Set the acl version
        Parameters:
        aclVersion - Long
      • setInherits

        public void setInherits​(boolean inherits)
        Set inheritance
        Parameters:
        inherits - boolean
      • setLatest

        public void setLatest​(boolean latest)
        Set latest
        Parameters:
        latest - boolean
      • setVersioned

        public void setVersioned​(boolean versioned)
        Set versioned
        Parameters:
        versioned - boolean
      • setId

        public void setId​(java.lang.Long id)
        Set the id
        Parameters:
        id - Long
      • setAclChangeSetId

        public void setAclChangeSetId​(java.lang.Long aclChangeSetId)