[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.28.14.1
Andreas Jung
andreas@andreas-jung.com
Sun, 17 Nov 2002 06:08:49 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/PathIndex
In directory cvs.zope.org:/tmp/cvs-serv19443
Modified Files:
Tag: ajung-oneindex-multipleattributes-branch
PathIndex.py
Log Message:
added getIndexSourceNames()
=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.28 => 1.28.14.1 ===
--- Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py:1.28 Thu Oct 3 09:42:22 2002
+++ Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py Sun Nov 17 06:08:49 2002
@@ -326,6 +326,11 @@
return self._index.keys()
+ def getIndexSourceNames(self):
+ """ return names of indexed attributes """
+ return ('getPhysicalPath', )
+
+
def getEntryForObject(self,documentId,default=_marker):
""" Takes a document ID and returns all the information we have
on that specific object. """