Monotone-Parent: e2159d82254439aa0954efbb3e1730d45a41c2d6

Monotone-Revision: 7d01af187554df2b24caa2526dd92eea0e8454ee

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-17T14:30:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-17 14:30:12 +00:00
parent 4108411f2e
commit 4a265cdcbd
3 changed files with 124 additions and 3 deletions
+10 -1
View File
@@ -26,7 +26,6 @@
@class NSString, NSArray, NSDictionary;
@class GCSFolder;
@class SOGoAclsFolder;
/*
SOGoFolder
@@ -67,6 +66,16 @@
- (BOOL) create;
- (NSException *) delete;
/* acls as a container */
- (NSArray *) aclsForObjectAtPath: (NSArray *) objectPathArray;
- (NSArray *) aclsForUser: (NSString *) uid
forObjectAtPath: (NSArray *) objectPathArray;
- (void) setRoles: (NSString *) roles
forUser: (NSString *) uid
forObjectAtPath: (NSArray *) objectPathArray;
- (void) removeAclsForUsers: (NSArray *) users
forObjectAtPath: (NSArray *) objectPathArray;
@end
@interface SOGoFolder (GroupDAVExtensions)