Package ATContentTypes :: Package migration :: Module migrator
[show private | hide private]
[frames | no frames]

Module ATContentTypes.migration.migrator

Migration tools for ATContentTypes

Migration system for the migration from CMFDefault/Event types to archetypes
based CMFPloneTypes (http://sf.net/projects/collective/).

Copyright (c) 2004-2005, Christian Heimes <ch@comlounge.net> and contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

 * Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
 * Neither the name of the author nor the names of its contributors may be used
   to endorse or promote products derived from this software without specific
   prior written permission.

Classes
BaseCMFMigrator Base migrator for CMF objects...
BaseMigrator Migrates an object to the new type...
CMFFolderMigrator Migrator from folderish items implementing the CMF API...
CMFItemMigrator Migrator for items implementing the CMF API...
FolderMigrationMixin Migrates a folderish object...
ItemMigrationMixin Migrates a non folderish object...
UIDMigrator Migrator class for migration CMF and AT uids...

Variable Summary
str __author__ = 'Christian Heimes <ch@comlounge.net>'
tuple DC_MAPPING = (('Title', 'setTitle', None), ('Creator', N...
Logger LOG = <logging.Logger instance at 0xb5def24c>
list METADATA_MAPPING = [('Title', 'setTitle'), ('Subject', '...

Variable Details

__author__

Type:
str
Value:
'Christian Heimes <ch@comlounge.net>'                                  

DC_MAPPING

Type:
tuple
Value:
(('Title', 'setTitle', None),
 ('Creator', None, None),
 ('Subject', 'setSubject', 'subject'),
 ('Description', 'setDescription', 'description'),
 ('Publisher', None, None),
 ('Contributors', 'setContributors', 'contributors'),
 ('Date', None, None),
 ('CreationDate', None, None),
...                                                                    

LOG

Type:
Logger
Value:
<logging.Logger instance at 0xb5def24c>                                

METADATA_MAPPING

Type:
list
Value:
[('Title', 'setTitle'),
 ('Subject', 'setSubject'),
 ('Description', 'setDescription'),
 ('Contributors', 'setContributors'),
 ('EffectiveDate', 'setEffectiveDate'),
 ('ExpirationDate', 'setExpirationDate'),
 ('Format', 'setFormat'),
 ('Language', 'setLanguage'),
...                                                                    

Generated by Epydoc 2.1 on Wed Nov 30 03:59:00 2005 http://epydoc.sf.net