]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Contacts/product.plist
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1040 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Contacts / product.plist
1 {
2   requires = ( MAIN );
3
4   publicResources = (
5   );
6
7   factories = {
8   };
9   
10   classes = {
11     SOGoContactFolders = {
12       superclass    = "SOGoObject";
13       defaultRoles = {
14         "Add Documents, Images, and Files" = ( "Owner", "Delegate" );
15         "View" = ( "Owner", "Delegate", "Assistant" );
16         "WebDAV Access" = ( "Owner", "Delegate", "Assistant" );
17         "Access Contents Information" = ( "Owner", "Assistant", "Delegate" );
18         "ReadAcls" = ( "Owner", "Delegate", "Assistant" );
19         "SaveAcls" = ( "Owner" );
20       };
21     };
22
23     SOGoContactGCSFolder = {
24       superclass    = "SOGoFolder";
25     };
26
27     SOGoContactGCSEntry = {
28       superclass    = "SOGoContentObject";
29       defaultRoles = {
30         "View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
31       };
32     };
33
34     SOGoContactLDAPFolder = {
35       superclass    = "SOGoFolder";
36     };
37
38     SOGoContactLDAPEntry = {
39       superclass    = "SOGoContentObject";
40       defaultRoles = {
41         "View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
42       };
43     };
44   };
45 }