[Zope-CVS] CVS: Products/Ape/tmp - map.py:1.2

Shane Hathaway shane at zope.com
Mon Feb 2 10:07:24 EST 2004


Update of /cvs-repository/Products/Ape/tmp
In directory cvs.zope.org:/tmp/cvs-serv26672/tmp

Added Files:
	map.py 
Log Message:
Moved ape-0_8-branch to the HEAD.

>From CHANGES.txt:

- Major restructuring to reduce the number of concepts in
  Ape. Keychains and keys have been replaced with simple string OIDs.
  There is now a flat namespace of mappers instead of a tree.  Only
  one classifier and one OID generator are used in any object
  database.

- The ZODB root object is now stored on the filesystem.


=== Products/Ape/tmp/map.py 1.1 => 1.2 ===
--- /dev/null	Mon Feb  2 10:07:24 2004
+++ Products/Ape/tmp/map.py	Mon Feb  2 10:07:24 2004
@@ -0,0 +1,51 @@
+
+keychain -> oid
+
+key -> oid
+
+getSources -> getPollSources
+
+makeKeychain -> new_oid
+
+identifyObject -> identify
+
+getConnection -> connections
+
+clearing -> clear_all
+
+IKeyedObjectSystem -> IObjectDatabase
+
+getMapper -> mapper
+
+getKeyedObjectSystem -> obj_db
+
+getObject -> obj
+
+setSerializerName, getSerializerName -> serializer_name
+
+*Unmanaged* -> upos
+
+notifyDeserialized -> deserialized
+
+dereference -> resolve
+
+loadInternalRef -> resolveInternal
+
+notifySerialized -> serialized
+
+notifySerializedRef -> referenced
+
+ignoreAttribute[s] -> ignore
+
+getInternalRef -> identifyInternal
+
+[de]serialize() -> lose 'object' arg
+
+classifyObject() -> arg is now an ISerializationEvent
+
+freshen -> poll
+
+fileish_object -> file_object
+
+folderish_object -> folder_object
+




More information about the Zope-CVS mailing list