| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
| org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
| org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| Modifier and Type | Method and Description |
|---|---|
AclPropagation |
AclCapabilities.getAclPropagation() |
| Modifier and Type | Method and Description |
|---|---|
static AclPropagation |
AclPropagation.fromValue(String v) |
static AclPropagation |
AclPropagation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclPropagation[] |
AclPropagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Acl |
CmisService.applyAcl(String repositoryId,
String objectId,
Acl aces,
AclPropagation aclPropagation)
Applies a new ACL to an object.
|
| Modifier and Type | Method and Description |
|---|---|
Acl |
AclService.applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension)
Adds or removes the given ACEs to or from the ACL of the object.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.