public class AclEntity extends Object implements Acl, Serializable
| Constructor and Description |
|---|
AclEntity()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAclChangeSetId()
Get the acl change set
|
String |
getAclId()
Get the ACL ID
|
ACLType |
getAclType()
Get the type for this ACL
|
Long |
getAclVersion()
Get the ACL version
|
Long |
getId()
Get the long key
|
Long |
getInheritedAcl()
Get the ACL inherited from nodes which have this ACL
|
Boolean |
getInherits()
Get inheritance behaviour
|
Long |
getInheritsFrom()
Get the ACL from which this one inherits
|
Boolean |
getRequiresVersion() |
Integer |
getType() |
Long |
getVersion() |
int |
hashCode() |
void |
incrementVersion() |
Boolean |
isLatest()
Is this the latest version of the acl identified by the acl id string?
|
Boolean |
isVersioned()
Is this ACL versioned - if not there will be no old versions of the ACL
and the long id will remain unchanged.
|
void |
setAclChangeSetId(Long aclChangeSet) |
void |
setAclId(String aclId) |
void |
setAclType(ACLType type) |
void |
setAclVersion(Long aclVersion) |
void |
setId(Long id) |
void |
setInheritedAcl(Long inheritedAcl) |
void |
setInherits(boolean inherits) |
void |
setInheritsFrom(Long inheritsFrom) |
void |
setLatest(boolean latest) |
void |
setRequiresVersion(boolean requiresVersion) |
void |
setType(Integer type) |
void |
setVersion(Long version) |
void |
setVersioned(boolean isVersioned) |
String |
toString() |
public Long getId()
AclgetId in interface AclgetId in interface AccessControlListPropertiespublic void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public void incrementVersion()
public String getAclId()
AclgetAclId in interface AclgetAclId in interface AccessControlListPropertiespublic void setAclId(String aclId)
public Boolean isLatest()
AclisLatest in interface AclisLatest in interface AccessControlListPropertiespublic void setLatest(boolean latest)
public Long getAclVersion()
AclgetAclVersion in interface AclgetAclVersion in interface AccessControlListPropertiespublic void setAclVersion(Long aclVersion)
public Boolean getInherits()
AclgetInherits in interface AclgetInherits in interface AccessControlListPropertiespublic void setInherits(boolean inherits)
public Long getInheritsFrom()
AclgetInheritsFrom in interface Aclpublic void setInheritsFrom(Long inheritsFrom)
public Integer getType()
public void setType(Integer type)
public Long getInheritedAcl()
AclgetInheritedAcl in interface Aclpublic void setInheritedAcl(Long inheritedAcl)
public Boolean isVersioned()
AclisVersioned in interface AclisVersioned in interface AccessControlListPropertiespublic void setVersioned(boolean isVersioned)
public Boolean getRequiresVersion()
getRequiresVersion in interface Aclpublic void setRequiresVersion(boolean requiresVersion)
public Long getAclChangeSetId()
AccessControlListPropertiesgetAclChangeSetId in interface AclgetAclChangeSetId in interface AccessControlListPropertiespublic void setAclChangeSetId(Long aclChangeSet)
public ACLType getAclType()
AclgetAclType in interface AclgetAclType in interface AccessControlListPropertiespublic void setAclType(ACLType type)
Copyright © 2005–2018 Alfresco Software. All rights reserved.