]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Contacts/product.plist
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1054 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  = "SOGoFolder";
13       protectedBy = "<public>";
14       defaultAccess = "allow";
15       defaultRoles = {
16         "View" = ( "Owner" );
17       };
18     };
19
20     SOGoContactGCSFolder = {
21       superclass = "SOGoFolder";
22     };
23
24     SOGoContactGCSEntry = {
25       superclass = "SOGoContentObject";
26       defaultRoles = {
27         "View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
28       };
29     };
30
31     SOGoContactLDAPFolder = {
32       superclass = "SOGoFolder";
33       defaultAccess = "allow";
34       protectedBy = "<public>";
35     };
36
37     SOGoContactLDIFEntry = {
38       superclass    = "SOGoContentObject";
39       defaultAccess = "allow";
40       protectedBy = "<public>";
41     };
42   };
43 }