Interface Acl
- All Superinterfaces:
AccessControlListProperties
- All Known Implementing Classes:
AclEntity,AclUpdateEntity
Entity for alf_access_control_list persistence.
- Since:
- 3.4
- Author:
- janv
-
Method Summary
Modifier and TypeMethodDescriptionGet the acl change setgetAclId()Get the ACL IDGet the type for this ACLGet the ACL versiongetId()Get the long keyGet the ACL inherited from nodes which have this ACLGet inheritance behaviourGet the ACL from which this one inheritsisLatest()Is this the latest version of the acl identified by the acl id string?Is this ACL versioned - if not there will be no old versions of the ACL and the long id will remain unchanged.
-
Method Details
-
getId
Long getId()Get the long key- Specified by:
getIdin interfaceAccessControlListProperties- Returns:
- Long
-
getAclId
String getAclId()Get the ACL ID- Specified by:
getAclIdin interfaceAccessControlListProperties- Returns:
- String
-
getAclVersion
Long getAclVersion()Get the ACL version- Specified by:
getAclVersionin interfaceAccessControlListProperties- Returns:
- Long
-
isLatest
Boolean isLatest()Is this the latest version of the acl identified by the acl id string?- Specified by:
isLatestin interfaceAccessControlListProperties- Returns:
- Boolean
-
getInherits
Boolean getInherits()Get inheritance behaviour- Specified by:
getInheritsin interfaceAccessControlListProperties- Returns:
- Returns the inheritance status of this list
-
getInheritsFrom
Long getInheritsFrom()Get the ACL from which this one inherits- Returns:
- Long
-
getAclType
ACLType getAclType()Get the type for this ACL- Specified by:
getAclTypein interfaceAccessControlListProperties- Returns:
- ACLType
-
getInheritedAcl
Long getInheritedAcl()Get the ACL inherited from nodes which have this ACL- Returns:
- Long
-
isVersioned
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:
isVersionedin interfaceAccessControlListProperties- Returns:
- Boolean
-
getRequiresVersion
Boolean getRequiresVersion() -
getAclChangeSetId
Long getAclChangeSetId()Description copied from interface:AccessControlListPropertiesGet the acl change set- Specified by:
getAclChangeSetIdin interfaceAccessControlListProperties- Returns:
- - the id of the change set
-