Monotone-Parent: 87a5b99c1c6050fac3ae23cc68cad8099adec7da

Monotone-Revision: ca4e48599cbe0a9577bf9aa27cd8ffc7e1a0e61c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-05-16T20:33:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-05-16 20:33:55 +00:00
parent c6f6ed7f2d
commit 60bef234d7
9 changed files with 130 additions and 86 deletions
+8
View File
@@ -30,6 +30,8 @@
@class NSString;
@class GCSFolder;
@class WOContext;
@class WOResponse;
/*
SOGoGCSFolder
@@ -60,6 +62,7 @@
- (GCSFolder *) ocsFolder;
- (NSString *) folderReference;
- (NSArray *) pathArrayToFolder;
/* lower level fetches */
- (BOOL) nameExistsInFolder: (NSString *) objectName;
@@ -77,6 +80,11 @@
- (NSException *) delete;
- (void) renameTo: (NSString *) newName;
- (WOResponse *) subscribe: (BOOL) reallyDo
inTheNameOf: (NSString *) delegatedUser
fromMailInvitation: (BOOL) isMailInvitation
inContext: (WOContext *) localContext;
/* acls as a container */
- (NSArray *) aclUsersForObjectAtPath: (NSArray *) objectPathArray;
- (NSArray *) aclsForUser: (NSString *) uid