[CMF-checkins] CVS: CMF - portal_workflow.py:1.3
shane@digicool.com
shane@digicool.com
Mon, 11 Jun 2001 15:13:35 -0400 (EDT)
Update of /cvs-repository/CMF/CMFCore/interfaces
In directory korak.digicool.com:/tmp/cvs-serv29392
Modified Files:
portal_workflow.py
Log Message:
Expanded WorkflowDefinition interface with updateRoleMappingsFor().
--- Updated File portal_workflow.py in package CMF --
--- portal_workflow.py 2001/02/27 21:48:27 1.2
+++ portal_workflow.py 2001/06/11 19:13:35 1.3
@@ -284,3 +284,10 @@
Invoked by the portal_workflow tool.
Notifies this workflow that an action failed.
'''
+
+ #security.declarePrivate('updateRoleMappingsFor')
+ def updateRoleMappingsFor(self, ob):
+ '''
+ Updates the object permissions according to the current
+ workflow state.
+ '''