public class SimpleAccessControlListProperties extends java.lang.Object implements AccessControlListProperties
| Constructor and Description |
|---|
SimpleAccessControlListProperties() |
SimpleAccessControlListProperties(AccessControlListProperties props) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAclChangeSetId()
Get the acl change set
|
java.lang.String |
getAclId()
Get the ACL ID
|
ACLType |
getAclType()
Get the type for this ACL
|
java.lang.Long |
getAclVersion()
Get the ACL version
|
java.lang.Long |
getId()
The ACL DB id
|
java.lang.Boolean |
getInherits()
Get inheritance behaviour
|
java.lang.Boolean |
isLatest()
Is this the latest version of the acl identified by the acl id string?
|
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.
|
void |
setAclChangeSetId(java.lang.Long aclChangeSetId) |
void |
setAclId(java.lang.String aclId)
Set the acl id
|
void |
setAclType(ACLType aclType)
Set the acl type
|
void |
setAclVersion(java.lang.Long aclVersion)
Set the acl version
|
void |
setId(java.lang.Long id)
Set the id
|
void |
setInherits(boolean inherits)
Set inheritance
|
void |
setLatest(boolean latest)
Set latest
|
void |
setVersioned(boolean versioned)
Set versioned
|
public SimpleAccessControlListProperties()
public SimpleAccessControlListProperties(AccessControlListProperties props)
public java.lang.String getAclId()
AccessControlListPropertiesgetAclId in interface AccessControlListPropertiespublic ACLType getAclType()
AccessControlListPropertiesgetAclType in interface AccessControlListPropertiespublic java.lang.Long getAclVersion()
AccessControlListPropertiesgetAclVersion in interface AccessControlListPropertiespublic java.lang.Boolean getInherits()
AccessControlListPropertiesgetInherits in interface AccessControlListPropertiespublic java.lang.Boolean isLatest()
AccessControlListPropertiesisLatest in interface AccessControlListPropertiespublic java.lang.Boolean isVersioned()
AccessControlListPropertiesisVersioned in interface AccessControlListPropertiespublic void setAclId(java.lang.String aclId)
aclId - public void setAclType(ACLType aclType)
aclType - public void setAclVersion(java.lang.Long aclVersion)
aclVersion - public void setInherits(boolean inherits)
inherits - public void setLatest(boolean latest)
latest - public void setVersioned(boolean versioned)
versioned - public java.lang.Long getId()
AccessControlListPropertiesgetId in interface AccessControlListPropertiespublic void setId(java.lang.Long id)
id - public java.lang.Long getAclChangeSetId()
AccessControlListPropertiesgetAclChangeSetId in interface AccessControlListPropertiespublic void setAclChangeSetId(java.lang.Long aclChangeSetId)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.