|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AclPropagation | |
---|---|
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.server | OpenCMIS server interfaces. |
org.apache.chemistry.opencmis.commons.spi | OpenCMIS client and server binding services. |
org.apache.chemistry.opencmis.server.support |
Uses of AclPropagation in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api with parameters of type AclPropagation | |
---|---|
void |
TransientCmisObject.addAce(String principalId,
List<String> permissions,
AclPropagation aclPropagation)
|
Acl |
CmisObject.addAcl(List<Ace> addAces,
AclPropagation aclPropagation)
Adds ACEs to the object. |
Acl |
CmisObject.applyAcl(List<Ace> addAces,
List<Ace> removeAces,
AclPropagation aclPropagation)
Adds and removes ACEs to the object. |
Acl |
Session.applyAcl(ObjectId objectId,
List<Ace> addAces,
List<Ace> removeAces,
AclPropagation aclPropagation)
Applies an ACL to an object. |
void |
TransientCmisObject.removeAce(String principalId,
List<String> permissions,
AclPropagation aclPropagation)
|
Acl |
CmisObject.removeAcl(List<Ace> removeAces,
AclPropagation aclPropagation)
Removes ACEs to the object. |
Uses of AclPropagation in org.apache.chemistry.opencmis.commons.data |
---|
Methods in org.apache.chemistry.opencmis.commons.data that return AclPropagation | |
---|---|
AclPropagation |
AclCapabilities.getAclPropagation()
|
Uses of AclPropagation in org.apache.chemistry.opencmis.commons.enums |
---|
Methods in org.apache.chemistry.opencmis.commons.enums that return AclPropagation | |
---|---|
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. |
Uses of AclPropagation in org.apache.chemistry.opencmis.commons.server |
---|
Methods in org.apache.chemistry.opencmis.commons.server with parameters of type AclPropagation | |
---|---|
Acl |
CmisService.applyAcl(String repositoryId,
String objectId,
Acl aces,
AclPropagation aclPropagation)
Applies a new ACL to an object. |
Uses of AclPropagation in org.apache.chemistry.opencmis.commons.spi |
---|
Methods in org.apache.chemistry.opencmis.commons.spi with parameters of type AclPropagation | |
---|---|
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. |
Uses of AclPropagation in org.apache.chemistry.opencmis.server.support |
---|
Methods in org.apache.chemistry.opencmis.server.support that return AclPropagation | |
---|---|
protected AclPropagation |
CmisServiceWrapper.getDefault(AclPropagation value)
Returns the AclPropagation.REPOSITORYDETERMINED if value is
null . |
Methods in org.apache.chemistry.opencmis.server.support with parameters of type AclPropagation | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |