public class AclServiceImpl extends AbstractLocalService implements AclService, ExtendedAclService
| Constructor and Description |
|---|
AclServiceImpl(BindingSession session,
CmisServiceFactory factory)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Acl |
applyAcl(String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension) |
Acl |
getAcl(String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
ExtensionsData extension) |
Acl |
setAcl(String repositoryId,
String objectId,
Acl aces) |
createCallContext, getService, getServiceFactory, getSession, setServiceFactory, setSession, stopAfterService, stopBeforeServicepublic AclServiceImpl(BindingSession session, CmisServiceFactory factory)
public Acl applyAcl(String repositoryId, String objectId, Acl addAces, Acl removeAces, AclPropagation aclPropagation, ExtensionsData extension)
applyAcl in interface AclServicepublic Acl getAcl(String repositoryId, String objectId, Boolean onlyBasicPermissions, ExtensionsData extension)
getAcl in interface AclServiceCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.