public class InMemoryAclService extends InMemoryAbstractServiceImpl
fAtomLinkProvider, fStoreManager, validator| Constructor and Description |
|---|
InMemoryAclService(StoreManager storeManager) |
| Modifier and Type | Method and Description |
|---|---|
Acl |
applyAcl(CallContext context,
String repositoryId,
String objectId,
Acl addAces,
Acl removeAces,
AclPropagation aclPropagation,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
Acl |
applyAcl(CallContext context,
String repositoryId,
String objectId,
Acl aces,
AclPropagation aclPropagation) |
Acl |
getAcl(CallContext context,
String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
ExtensionsData extension,
ObjectInfoHandler objectInfos) |
checkHasUser, checkIsVersionableObject, getTypeDefinition, getTypeDefinition, getTypeDefinition, getVersionedDocumentOfObjectId, isCheckedOut, testCheckedOutByCurrentUser, testHasProperCheckedOutStatus, testIsCheckedOut, testIsNotCheckedOutBySomeoneElsepublic InMemoryAclService(StoreManager storeManager)
public Acl getAcl(CallContext context, String repositoryId, String objectId, Boolean onlyBasicPermissions, ExtensionsData extension, ObjectInfoHandler objectInfos)
public Acl applyAcl(CallContext context, String repositoryId, String objectId, Acl addAces, Acl removeAces, AclPropagation aclPropagation, ExtensionsData extension, ObjectInfoHandler objectInfos)
public Acl applyAcl(CallContext context, String repositoryId, String objectId, Acl aces, AclPropagation aclPropagation)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.