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 |
---|---|
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 dependent objects.
|
Acl |
CmisObject.removeAcl(List<Ace> removeAces,
AclPropagation aclPropagation)
Removes ACEs to the object and refreshes this object afterwards.
|
Modifier and Type | Method and Description |
---|---|
Acl |
AclServiceImpl.applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension) |
protected AtomAcl |
AbstractAtomPubService.updateAcl(String repositoryId,
String objectId,
Acl acl,
AclPropagation aclPropagation)
Updates the ACL of an object.
|
Modifier and Type | Method and Description |
---|---|
Acl |
AclServiceImpl.applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
Acl |
AclServiceImpl.applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
Acl |
AclServiceImpl.applyAcl(String repositoryId,
String objectId,
Acl addACEs,
Acl removeACEs,
AclPropagation aclPropagation,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
Acl |
AbstractCmisObject.addAcl(List<Ace> addAces,
AclPropagation aclPropagation) |
Acl |
AbstractCmisObject.applyAcl(List<Ace> addAces,
List<Ace> removeAces,
AclPropagation aclPropagation) |
Acl |
SessionImpl.applyAcl(ObjectId objectId,
List<Ace> addAces,
List<Ace> removeAces,
AclPropagation aclPropagation) |
Acl |
AbstractCmisObject.removeAcl(List<Ace> removeAces,
AclPropagation aclPropagation) |
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 |
---|---|
AclPropagation |
AclCapabilitiesDataImpl.getAclPropagation() |
Modifier and Type | Method and Description |
---|---|
void |
AclCapabilitiesDataImpl.setAclPropagation(AclPropagation aclPropagation) |
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 |
---|---|
Acl |
InMemoryAclService.applyAcl(CallContext context,
String repositoryId,
String objectId,
Acl aclAdd,
Acl aclRemove,
AclPropagation aclPropagation,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
Acl |
InMemoryAclService.applyAcl(CallContext context,
String repositoryId,
String objectId,
Acl acesParam,
AclPropagation aclPropagation) |
StoredObject |
BaseServiceValidatorImpl.applyAcl(CallContext context,
String repositoryId,
String objectId,
AclPropagation aclPropagation,
ExtensionsData extension) |
Acl |
InMemoryService.applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension) |
Acl |
InMemoryService.applyAcl(String repositoryId,
String objectId,
Acl aces,
AclPropagation aclPropagation) |
Modifier and Type | Method and Description |
---|---|
StoredObject |
CmisServiceValidator.applyAcl(CallContext context,
String repositoryId,
String objectId,
AclPropagation aclPropagation,
ExtensionsData extension) |
Acl |
ObjectStore.applyAcl(StoredObject so,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
String user)
Apply a ACLs by relative adding and removing a list of ACEs to/from an
object.
|
Acl |
ObjectStore.applyAcl(StoredObject so,
Acl aces,
AclPropagation aclPropagation,
String user)
Apply a ACLs by setting a new list of ACEs to an object.
|
Modifier and Type | Method and Description |
---|---|
StoredObject |
InMemoryServiceValidatorImpl.applyAcl(CallContext context,
String repositoryId,
String objectId,
AclPropagation aclPropagation,
ExtensionsData extension) |
Acl |
ObjectStoreImpl.applyAcl(StoredObject so,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
String principalId) |
Acl |
ObjectStoreImpl.applyAcl(StoredObject so,
Acl acl,
AclPropagation aclPropagation,
String principalId) |
Modifier and Type | Method and Description |
---|---|
protected AclPropagation |
ConformanceCmisServiceWrapper.getDefault(AclPropagation value)
Returns the
AclPropagation.REPOSITORYDETERMINED if
value is null . |
Modifier and Type | Method and Description |
---|---|
Acl |
SimpleLoggingCmisServiceWrapper.applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension) |
Acl |
ConformanceCmisServiceWrapper.applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension) |
Acl |
AbstractCmisServiceWrapper.applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension) |
Acl |
SimpleLoggingCmisServiceWrapper.applyAcl(String repositoryId,
String objectId,
Acl aces,
AclPropagation aclPropagation) |
Acl |
ConformanceCmisServiceWrapper.applyAcl(String repositoryId,
String objectId,
Acl aces,
AclPropagation aclPropagation) |
Acl |
AbstractCmisServiceWrapper.applyAcl(String repositoryId,
String objectId,
Acl aces,
AclPropagation aclPropagation) |
protected AclPropagation |
ConformanceCmisServiceWrapper.getDefault(AclPropagation value)
Returns the
AclPropagation.REPOSITORYDETERMINED if
value is null . |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.