[CMF-checkins] CVS: CMF/CMFUid - README.txt:1.2
Grégoire Weber
zope.org at incept.ch
Thu Jul 22 10:39:29 EDT 2004
Update of /cvs-repository/CMF/CMFUid
In directory cvs.zope.org:/tmp/cvs-serv26346
Modified Files:
README.txt
Log Message:
- updated readme
=== CMF/CMFUid/README.txt 1.1 => 1.2 ===
--- CMF/CMFUid/README.txt:1.1 Thu Jul 22 07:09:27 2004
+++ CMF/CMFUid/README.txt Thu Jul 22 10:39:28 2004
@@ -1,7 +1,6 @@
-Unique id Readme
+CMFUid Readme
- CMFUid introduces a unique id implementation to the CMF (from the
- beginning of CMF 1.5).
+ CMFUid introduces a unique id implementation to the CMF 1.5.0 and newer.
Implementation
@@ -13,8 +12,12 @@
of the catalog (except the IUniqueIdBrainQuery).
The 'portal_uidgenerator' tools responsibility is to generate unique
- ids. The 'portal_uidhandler' manages registering and accessing unique
- ids. It's the tool through that applications are accessing unique ids.
+ ids. The 'portal_uidannotation' tool is responsible to attach unique
+ ids to a content object. The 'portal_uidhandler' manages registering
+ and accessing unique ids.
+
+ 'portal_uidhandler' implements 'IUniqueIdHandler' and represents the
+ hook through which applications are playing with unique ids.
Dependencies
@@ -24,5 +27,9 @@
'portal_uidhandler' fully implements IUniqueIdHandler (IUniqueIdSet
for registering/unregistering unique ids, IUniqueIdQuery for queries
- and IUniqueIdBrainQuery for more efficient querying).
+ and IUniqueIdBrainQuery for more efficient queries by returning
+ catalog brains instead of objects).
+
+ Have a look at the interfaces.
+ An example usage can be found in 'CMFDefault.Favorite.Favorite'.
More information about the CMF-checkins
mailing list