[CMF-checkins] CVS: Products/CMFCore/interfaces - portal_workflow.py:1.14

Yvo Schubbe y.2005- at wcm-solutions.de
Wed Jun 22 09:44:52 EDT 2005


Update of /cvs-repository/Products/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv445/CMFCore/interfaces

Modified Files:
	portal_workflow.py 
Log Message:
- marked WorkflowInformation and getActionsFor as deprecated


=== Products/CMFCore/interfaces/portal_workflow.py 1.13 => 1.14 ===
--- Products/CMFCore/interfaces/portal_workflow.py:1.13	Thu Aug 12 11:07:39 2004
+++ Products/CMFCore/interfaces/portal_workflow.py	Wed Jun 22 09:44:52 2005
@@ -39,6 +39,8 @@
     # security.declarePublic('getActionsFor')
     def getActionsFor(ob):
         '''
+        This method is deprecated and will be removed in CMF 1.7. 
+
         Return a list of action dictionaries for 'ob', just as though
         queried via 'ActionsTool.listFilteredActionsFor'.
         '''



More information about the CMF-checkins mailing list