Package CMFCore :: Module PortalFolder
[show private | hide private]
[frames | no frames]

Module CMFCore.PortalFolder

PortalFolder: CMF-enabled Folder objects.

$Id: PortalFolder.py 21452 2005-05-06 18:20:01Z fguillaume $
Classes
ContentFilter Represent a predicate against a content object's metadata.
PortalFolder Implements portal content management, but not UI details.

Function Summary
  manage_addPortalFolder(self, id, title, REQUEST)
Add a new PortalFolder object with id *id*.

Variable Summary
tuple factory_type_information = ({'product': 'CMFCore', 'desc...
DTMLFile manage_addPortalFolderForm = <App.special_dtml.DTMLFile ...

Function Details

manage_addPortalFolder(self, id, title='', REQUEST=None)

Add a new PortalFolder object with id *id*.

Variable Details

factory_type_information

Type:
tuple
Value:
({'actions': ({'action': 'string:${object_url}',
               'id': 'view',
               'name': 'View',
               'permissions': ('View',)},
              {'action': 'string:${object_url}/folder_edit_form',
               'id': 'edit',
               'name': 'Edit',
               'permissions': ('Manage properties',)},
...                                                                    

manage_addPortalFolderForm

Type:
DTMLFile
Value:
<App.special_dtml.DTMLFile object at 0xb616f9ec>                       

Generated by Epydoc 2.1 on Mon Jun 27 12:45:40 2005 http://epydoc.sf.net