]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - interfaces/ContentHistory.py
Déplacement pour eggification.
[Plinn.git] / interfaces / ContentHistory.py
diff --git a/interfaces/ContentHistory.py b/interfaces/ContentHistory.py
deleted file mode 100755 (executable)
index 2046ab4..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-from zope.interface import Interface
-
-class IContentHistory(Interface):
-       """
-       Utility to manage historical entries of a content
-       """
-       
-       def listEntries() :
-               """
-               Return historical entries of the content
-               """
-       
-       def getHistoricalRevisionByKey(key) :
-               """
-               Return the object revision at state targeted by key.
-               """
-       
-       def compare(leftkey, rightkey) :
-               """
-               Return formated comparision of 2 revisions of content
-               """
-       
-       def restore(key) :
-               """
-               Restore the content by editing chosen versionned attributes.
-               example: for a Document, only the textual content will be restored.
-                                Metadata or talkback stay unchanged.
-               """
\ No newline at end of file