[Zope-Checkins] SVN: Zope/trunk/src/Products/ZCatalog/CatalogAwarenessInterface.py Eeek an old-style Interface
Hanno Schlichting
hannosch at hannosch.eu
Sun Aug 1 05:35:52 EDT 2010
Log message for revision 115300:
Eeek an old-style Interface
Changed:
D Zope/trunk/src/Products/ZCatalog/CatalogAwarenessInterface.py
-=-
Deleted: Zope/trunk/src/Products/ZCatalog/CatalogAwarenessInterface.py
===================================================================
--- Zope/trunk/src/Products/ZCatalog/CatalogAwarenessInterface.py 2010-07-31 22:20:28 UTC (rev 115299)
+++ Zope/trunk/src/Products/ZCatalog/CatalogAwarenessInterface.py 2010-08-01 09:35:51 UTC (rev 115300)
@@ -1,49 +0,0 @@
-from Interface import Interface
-
-class CatalogAware(Interface):
- """
- Description of the Item interface
- """
-
- def creator():
- """
-
- Return a sequence of user names who have the local Owner role
- on an object. The name creator is used for this method to
- conform to Dublin Core.
-
- """
-
- def summary(num=200):
- """
-
- Returns the summary of the text contents of the object (if
- text content is present). Summary length is 'num'.
-
- """
-
- def index_object():
- """
-
- This object will try and catalog itself when this method is
- called.
-
- """
-
- def unindex_object():
- """
-
- This object will try and uncatalog itself when this method is
- called.
-
- """
-
- def reindex_all(obj=None):
- """
-
- This method will cause this object to get reindexed. If this
- object is a container, then all child objects will try to be
- recursivly reindexed. 'obj' can be passed as an alternative
- object to try and reindex.
-
- """
More information about the Zope-Checkins
mailing list