Package | Description |
---|---|
org.apache.chemistry.opencmis.bridge | |
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
org.apache.chemistry.opencmis.commons.impl.server | |
org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
org.apache.chemistry.opencmis.server.support |
Modifier and Type | Method and Description |
---|---|
Acl |
FilterCmisService.applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension) |
Acl |
FilterCmisService.applyAcl(String repositoryId,
String objectId,
Acl aces,
AclPropagation aclPropagation) |
Modifier and Type | Method and Description |
---|---|
void |
TransientCmisObject.addAce(String principalId,
List<String> permissions,
AclPropagation aclPropagation)
Deprecated.
|
Acl |
CmisObject.addAcl(List<Ace> addAces,
AclPropagation aclPropagation)
Adds ACEs to the object and refreshes this object afterwards.
|
Acl |
CmisObject.applyAcl(List<Ace> addAces,
List<Ace> removeAces,
AclPropagation aclPropagation)
Adds and removes ACEs to the object and refreshes this object afterwards.
|
Acl |
Session.applyAcl(ObjectId objectId,
List<Ace> addAces,
List<Ace> removeAces,
AclPropagation aclPropagation)
Applies ACL changes to an object and potentially dependent objects.
|
void |
TransientCmisObject.removeAce(String principalId,
List<String> permissions,
AclPropagation aclPropagation)
Deprecated.
|
Acl |
CmisObject.removeAcl(List<Ace> removeAces,
AclPropagation aclPropagation)
Removes ACEs to the object and refreshes this object afterwards.
|
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 |
AbstractCmisService.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.
|
Acl |
AbstractCmisService.applyAcl(String repositoryId,
String objectId,
Acl aces,
AclPropagation aclPropagation)
Applies a new ACL to an object.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected AclPropagation |
CmisServiceWrapper.getDefault(AclPropagation value)
Returns the
AclPropagation.REPOSITORYDETERMINED if
value is null . |
Modifier and Type | Method and Description |
---|---|
Acl |
CmisServiceWrapper.applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension) |
Acl |
CmisServiceWrapper.applyAcl(String repositoryId,
String objectId,
Acl aces,
AclPropagation aclPropagation) |
protected AclPropagation |
CmisServiceWrapper.getDefault(AclPropagation value)
Returns the
AclPropagation.REPOSITORYDETERMINED if
value is null . |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.