Interface Acl

    • Method Detail

      • isLatest

        java.lang.Boolean isLatest()
        Is this the latest version of the acl identified by the acl id string?
        Specified by:
        isLatest in interface AccessControlListProperties
        Returns:
        Boolean
      • getInherits

        java.lang.Boolean getInherits()
        Get inheritance behaviour
        Specified by:
        getInherits in interface AccessControlListProperties
        Returns:
        Returns the inheritance status of this list
      • getInheritsFrom

        java.lang.Long getInheritsFrom()
        Get the ACL from which this one inherits
        Returns:
        Long
      • getInheritedAcl

        java.lang.Long getInheritedAcl()
        Get the ACL inherited from nodes which have this ACL
        Returns:
        Long
      • isVersioned

        java.lang.Boolean isVersioned()
        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:
        Boolean
      • getRequiresVersion

        java.lang.Boolean getRequiresVersion()