You are not logged in Log in Join
You are here: Home » Download Zope Products » Content Management Framework » CMF Documentation » CMF Design Documents » Standard CMF Interfaces » Tool Interfaces » Undo Tool

Log in
Name

Password

 

Undo Tool

May be somewhat out of date. Moved from cmf.zope.org, where it was last modifed 2000/11/01.

Purpose

Surface Zope's undo functionality to the portal desktop.

"Undo changes" permission

listUndoableTransactionsFor(self, object, ...)
Lists all transaction ID's the user is allowed to undo. The other arguments correspond with the Zope undo methods.
undo(self, transactionIds, ...)
Performs an undo operation. The other arguments correspond with the Zope undo methods.