[CMF-checkins] CVS: CMF - MetadataTool.py:1.2
tseaver@digicool.com
tseaver@digicool.com
Sat, 28 Apr 2001 18:58:43 -0400 (EDT)
Update of /cvs-repository/CMF/CMFDefault
In directory korak:/tmp/cvs-serv2706/CMFDefault
Modified Files:
MetadataTool.py
Log Message:
- Clean up comments.
--- Updated File MetadataTool.py in package CMF --
--- MetadataTool.py 2001/04/28 22:56:59 1.1
+++ MetadataTool.py 2001/04/28 22:58:42 1.2
@@ -452,7 +452,7 @@
return result
#
- # Site-wide queries.
+ # 'portal_metadata' interface
#
security.declarePrivate( 'getFullName' )
def getFullName( self, userid ):
@@ -473,9 +473,6 @@
"""
return self.publisher
- #
- # Content-specific queries.
- #
security.declarePrivate( '_listAllowedVocabulary' )
def _listAllowedVocabulary( self, element, content=None ):
"""
@@ -518,10 +515,6 @@
"""
return self._listAllowedVocabulary( 'Rights', content )
-
- #
- # Validation policy hooks.
- #
security.declarePrivate( 'setInitialMetadata' )
def setInitialMetadata( self, content ):
"""