| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.impl | |
| org.apache.chemistry.opencmis.commons.impl.jaxb | |
| org.apache.chemistry.opencmis.server.impl.webservices |
| Modifier and Type | Method and Description |
|---|---|
static Acl |
Converter.convert(CmisACLType acl)
Converts an access control list object.
|
| Modifier and Type | Field and Description |
|---|---|
protected CmisACLType |
GetACLResponse.acl |
protected CmisACLType |
ApplyACLResponse.acl |
| Modifier and Type | Method and Description |
|---|---|
CmisACLType |
ACLServicePort.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
CmisACLType |
ObjectFactory.createCmisACLType()
Create an instance of
CmisACLType |
CmisACLType |
GetACLResponse.getACL()
Gets the value of the acl property.
|
CmisACLType |
ApplyACLResponse.getACL()
Gets the value of the acl property.
|
CmisACLType |
ACLServicePort.getACL(String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
CmisExtensionType extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetACLResponse.setACL(CmisACLType value)
Sets the value of the acl property.
|
void |
ApplyACLResponse.setACL(CmisACLType value)
Sets the value of the acl property.
|
| Modifier and Type | Method and Description |
|---|---|
CmisACLType |
AclService.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
CmisACLType |
AclService.getACL(String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
CmisExtensionType extension) |
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.