[CMF-checkins] CVS: CMF - expressions.stx:1.3

shane@digicool.com shane@digicool.com
Tue, 12 Jun 2001 22:08:12 -0400 (EDT)


Update of /cvs-repository/CMF/DCWorkflow/doc
In directory korak.digicool.com:/tmp/cvs-serv3205/doc

Modified Files:
	expressions.stx 
Log Message:
Updated documentation



--- Updated File expressions.stx in package CMF --
--- expressions.stx	2001/06/11 20:18:14	1.2
+++ expressions.stx	2001/06/13 02:08:11	1.3
@@ -17,7 +17,15 @@
 - 'kwargs' is the keyword arguments passed to the doActionFor() method.
 
 - 'getHistory()', a function that returns a copy of the object's workflow
-   history.  'getPortal()' returns the root of the portal.
+   history.
+
+- 'getPortal()', which returns the root of the portal.
+
+- 'getObjectContainer()', which returns the container of the object.
+
+- 'ObjectDeleted' and 'ObjectMoved', exceptions that can be raised by
+  scripts to indicate to the workflow that an object has been moved or
+  deleted.
 
 - All status variables, including the current state.