Module ATContentTypes.migration.walker
Walkers for Migration suite
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 |
CatalogWalker |
Walker using portal_catalog... |
CatalogWalkerWithLevel |
Walker using the catalog but only returning objects for a specific depth... |
Walker |
Walks through the system and migrates every object it finds
arguments:
* portal
portal root object as context
* migrator
migrator class
* src and dst_portal_type
ids of the portal types to migrate
* transaction_size (int)
Amount of objects before a transaction, subtransaction or new savepoint is
created. |
| Variable Summary |
str |
__author__ = 'Christian Heimes <ch@comlounge.net>'
|
Logger |
LOG = <logging.Logger instance at 0xb5def24c>
|
__author__
-
- Type:
-
str
- Value:
'Christian Heimes <ch@comlounge.net>'
|
|
LOG
-
- Type:
-
Logger
- Value:
<logging.Logger instance at 0xb5def24c>
|
|