mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user