[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/workflow -
exportHandler.stx:1.3 importHandler.stx:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Mar 29 10:08:52 EST 2004
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/workflow
In directory cvs.zope.org:/tmp/cvs-serv20778/doc/zcml/namespaces.zope.org/workflow
Modified Files:
exportHandler.stx importHandler.stx
Log Message:
Updated ZCML documentation. The files now contain information about the handler.
=== Zope3/doc/zcml/namespaces.zope.org/workflow/exportHandler.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/workflow/exportHandler.stx:1.2 Fri Jan 23 12:00:29 2004
+++ Zope3/doc/zcml/namespaces.zope.org/workflow/exportHandler.stx Mon Mar 29 10:08:22 2004
@@ -2,6 +2,8 @@
File zope/app/workflow/meta.zcml, lines 11 - 15.
+ Handler: zope.app.workflow.metaconfigure.exportHandlerDirective
+
Register an Import/Export Handler, that is able to load/save a XML
Representation of a ProcessDefinition and create a persistent Instance for
it.
=== Zope3/doc/zcml/namespaces.zope.org/workflow/importHandler.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/workflow/importHandler.stx:1.2 Fri Jan 23 12:00:29 2004
+++ Zope3/doc/zcml/namespaces.zope.org/workflow/importHandler.stx Mon Mar 29 10:08:22 2004
@@ -2,6 +2,8 @@
File zope/app/workflow/meta.zcml, lines 5 - 9.
+ Handler: zope.app.workflow.metaconfigure.importHandlerDirective
+
Register an Import/Export Handler, that is able to load/save a XML
Representation of a ProcessDefinition and create a persistent Instance for
it.
More information about the Zope3-Checkins
mailing list