Table of Contents

Class: Historical Zope-2.2.1-src/lib/python/OFS/History.py

Mix-in class to provide a veiw that shows hystorical changes

The display is similar to that used for undo, except that the transactions are limited to those that effect the displayed object and that the interface doesn't provide an undo capability.

This interface is generally only interesting for objects, such as methods, and documents, that are self-contained, meaning that they don't have persistent sub-objects.

Base Classes   
ExtensionClass.Base
Methods   
manage_afterHistoryCopy
manage_beforeHistoryCopy
manage_change_history
manage_historicalComparison
manage_historyCompare
manage_historyCopy
  manage_afterHistoryCopy 
manage_afterHistoryCopy ( self )

  manage_beforeHistoryCopy 
manage_beforeHistoryCopy ( self )

  manage_change_history 
manage_change_history ( self )

  manage_historicalComparison 
manage_historicalComparison (
        self,
        REQUEST,
        keys=[],
        )

Compare two selected revisions

Exceptions   
HistorySelectionError
  manage_historyCompare 
manage_historyCompare (
        self,
        rev1,
        rev2,
        REQUEST,
        historyComparisonResults='',
        )

  manage_historyCopy 
manage_historyCopy (
        self,
        keys=[],
        RESPONSE=None,
        URL1=None,
        )

Copy a selected revision to the present

Exceptions   
HistorySelectionError

Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6