|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Acl | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
org.apache.chemistry.opencmis.commons.data | OpenCMIS data interfaces. |
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 | |
org.apache.chemistry.opencmis.tck.impl |
Uses of Acl in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api that return Acl | |
---|---|
Acl |
CmisObject.addAcl(java.util.List<Ace> addAces,
AclPropagation aclPropagation)
Adds ACEs to the object. |
Acl |
CmisObject.applyAcl(java.util.List<Ace> addAces,
java.util.List<Ace> removeAces,
AclPropagation aclPropagation)
Adds and removes ACEs to the object. |
Acl |
Session.applyAcl(ObjectId objectId,
java.util.List<Ace> addAces,
java.util.List<Ace> removeAces,
AclPropagation aclPropagation)
Applies an ACL to an object. |
Acl |
ObjectFactory.convertAces(java.util.List<Ace> aces)
|
Acl |
ObjectFactory.createAcl(java.util.List<Ace> aces)
|
Acl |
CmisObject.getAcl()
Returns the ACL if it has been fetched for this object. |
Acl |
ChangeEvent.getAcl()
Returns the ACL. |
Acl |
Session.getAcl(ObjectId objectId,
boolean onlyBasicPermissions)
Fetches the ACL of an object from the repository. |
Acl |
TransientCmisObject.getOriginalAcl()
|
Acl |
CmisObject.removeAcl(java.util.List<Ace> removeAces,
AclPropagation aclPropagation)
Removes ACEs to the object. |
Uses of Acl in org.apache.chemistry.opencmis.commons.data |
---|
Methods in org.apache.chemistry.opencmis.commons.data that return Acl | |
---|---|
Acl |
ObjectData.getAcl()
Returns the access control list. |
Uses of Acl in org.apache.chemistry.opencmis.commons.server |
---|
Methods in org.apache.chemistry.opencmis.commons.server that return Acl | |
---|---|
Acl |
CmisService.applyAcl(java.lang.String repositoryId,
java.lang.String objectId,
Acl aces,
AclPropagation aclPropagation)
Applies a new ACL to an object. |
Methods in org.apache.chemistry.opencmis.commons.server with parameters of type Acl | |
---|---|
Acl |
CmisService.applyAcl(java.lang.String repositoryId,
java.lang.String objectId,
Acl aces,
AclPropagation aclPropagation)
Applies a new ACL to an object. |
Uses of Acl in org.apache.chemistry.opencmis.commons.spi |
---|
Methods in org.apache.chemistry.opencmis.commons.spi that return Acl | |
---|---|
Acl |
AclService.applyAcl(java.lang.String repositoryId,
java.lang.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 |
BindingsObjectFactory.createAccessControlList(java.util.List<Ace> aces)
|
Acl |
AclService.getAcl(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.Boolean onlyBasicPermissions,
ExtensionsData extension)
Get the ACL currently applied to the specified object. |
Methods in org.apache.chemistry.opencmis.commons.spi with parameters of type Acl | |
---|---|
Acl |
AclService.applyAcl(java.lang.String repositoryId,
java.lang.String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension)
Adds or removes the given ACEs to or from the ACL of the object. |
void |
VersioningService.checkIn(java.lang.String repositoryId,
Holder<java.lang.String> objectId,
java.lang.Boolean major,
Properties properties,
ContentStream contentStream,
java.lang.String checkinComment,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Checks-in the private working copy (PWC) document. |
java.lang.String |
ObjectService.createDocument(java.lang.String repositoryId,
Properties properties,
java.lang.String folderId,
ContentStream contentStream,
VersioningState versioningState,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Creates a document object of the specified type (given by the cmis:objectTypeId property) in the (optionally) specified location. |
java.lang.String |
ObjectService.createDocumentFromSource(java.lang.String repositoryId,
java.lang.String sourceId,
Properties properties,
java.lang.String folderId,
VersioningState versioningState,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Creates a document object as a copy of the given source document in the (optionally) specified location. |
java.lang.String |
ObjectService.createFolder(java.lang.String repositoryId,
Properties properties,
java.lang.String folderId,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Creates a folder object of the specified type (given by the cmis:objectTypeId property) in the specified location. |
java.lang.String |
ObjectService.createPolicy(java.lang.String repositoryId,
Properties properties,
java.lang.String folderId,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Creates a policy object of the specified type (given by the cmis:objectTypeId property). |
java.lang.String |
ObjectService.createRelationship(java.lang.String repositoryId,
Properties properties,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Creates a relationship object of the specified type (given by the cmis:objectTypeId property). |
Uses of Acl in org.apache.chemistry.opencmis.server.support |
---|
Methods in org.apache.chemistry.opencmis.server.support that return Acl | |
---|---|
Acl |
CmisServiceWrapper.applyAcl(java.lang.String repositoryId,
java.lang.String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension)
|
Acl |
CmisServiceWrapper.applyAcl(java.lang.String repositoryId,
java.lang.String objectId,
Acl aces,
AclPropagation aclPropagation)
|
Acl |
CmisServiceWrapper.getAcl(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.Boolean onlyBasicPermissions,
ExtensionsData extension)
|
Methods in org.apache.chemistry.opencmis.server.support with parameters of type Acl | |
---|---|
Acl |
CmisServiceWrapper.applyAcl(java.lang.String repositoryId,
java.lang.String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension)
|
Acl |
CmisServiceWrapper.applyAcl(java.lang.String repositoryId,
java.lang.String objectId,
Acl aces,
AclPropagation aclPropagation)
|
void |
CmisServiceWrapper.checkIn(java.lang.String repositoryId,
Holder<java.lang.String> objectId,
java.lang.Boolean major,
Properties properties,
ContentStream contentStream,
java.lang.String checkinComment,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
|
java.lang.String |
CmisServiceWrapper.createDocument(java.lang.String repositoryId,
Properties properties,
java.lang.String folderId,
ContentStream contentStream,
VersioningState versioningState,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
|
java.lang.String |
CmisServiceWrapper.createDocumentFromSource(java.lang.String repositoryId,
java.lang.String sourceId,
Properties properties,
java.lang.String folderId,
VersioningState versioningState,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
|
java.lang.String |
CmisServiceWrapper.createFolder(java.lang.String repositoryId,
Properties properties,
java.lang.String folderId,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
|
java.lang.String |
CmisServiceWrapper.createPolicy(java.lang.String repositoryId,
Properties properties,
java.lang.String folderId,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
|
java.lang.String |
CmisServiceWrapper.createRelationship(java.lang.String repositoryId,
Properties properties,
java.util.List<java.lang.String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
|
static void |
TypeValidator.validateAcl(TypeDefinition typeDef,
Acl addACEs,
Acl removeACEs)
|
Uses of Acl in org.apache.chemistry.opencmis.tck.impl |
---|
Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type Acl | |
---|---|
protected CmisTestResult |
AbstractSessionTest.assertEquals(Acl expected,
Acl actual,
CmisTestResult success,
CmisTestResult failure)
|
protected CmisTestResult |
AbstractSessionTest.checkACL(Session session,
Acl acl,
java.lang.String message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |