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()
Acl
getId
in interface Acl
getId
in interface AccessControlListProperties
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public void incrementVersion()
public String getAclId()
Acl
getAclId
in interface Acl
getAclId
in interface AccessControlListProperties
public void setAclId(String aclId)
public Boolean isLatest()
Acl
isLatest
in interface Acl
isLatest
in interface AccessControlListProperties
public void setLatest(boolean latest)
public Long getAclVersion()
Acl
getAclVersion
in interface Acl
getAclVersion
in interface AccessControlListProperties
public void setAclVersion(Long aclVersion)
public Boolean getInherits()
Acl
getInherits
in interface Acl
getInherits
in interface AccessControlListProperties
public void setInherits(boolean inherits)
public Long getInheritsFrom()
Acl
getInheritsFrom
in interface Acl
public void setInheritsFrom(Long inheritsFrom)
public Integer getType()
public void setType(Integer type)
public Long getInheritedAcl()
Acl
getInheritedAcl
in interface Acl
public void setInheritedAcl(Long inheritedAcl)
public Boolean isVersioned()
Acl
isVersioned
in interface Acl
isVersioned
in interface AccessControlListProperties
public void setVersioned(boolean isVersioned)
public Boolean getRequiresVersion()
getRequiresVersion
in interface Acl
public void setRequiresVersion(boolean requiresVersion)
public Long getAclChangeSetId()
AccessControlListProperties
getAclChangeSetId
in interface Acl
getAclChangeSetId
in interface AccessControlListProperties
public void setAclChangeSetId(Long aclChangeSet)
public ACLType getAclType()
Acl
getAclType
in interface Acl
getAclType
in interface AccessControlListProperties
public void setAclType(ACLType type)
Copyright © 2005–2017 Alfresco Software. All rights reserved.