| Package | Description |
|---|---|
| org.alfresco.repo.cmis.ws |
| Modifier and Type | Field and Description |
|---|---|
protected CmisACLType |
ApplyACLResponse.acl |
protected CmisACLType |
GetACLResponse.acl |
| Modifier and Type | Method and Description |
|---|---|
CmisACLType |
DMAclServicePort.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
CmisACLType |
ACLServicePort.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
protected CmisACLType |
DMAbstractServicePort.applyAclCarefully(NodeRef object,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
List<String> policies) |
protected CmisACLType |
DMAbstractServicePort.convertAclReportToCmisAclType(CMISAccessControlReport aclReport) |
CmisACLType |
ObjectFactory.createCmisACLType()
Create an instance of
CmisACLType |
CmisACLType |
ApplyACLResponse.getACL()
Gets the value of the acl property.
|
CmisACLType |
GetACLResponse.getACL()
Gets the value of the acl property.
|
CmisACLType |
DMAclServicePort.getACL(String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
CmisExtensionType extension) |
CmisACLType |
ACLServicePort.getACL(String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
CmisExtensionType extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplyACLResponse.setACL(CmisACLType value)
Sets the value of the acl property.
|
void |
GetACLResponse.setACL(CmisACLType value)
Sets the value of the acl property.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.