[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/workflow - exportHandler.stx:1.1 importHandler.stx:1.1

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jan 22 18:57:19 EST 2004


Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/workflow
In directory cvs.zope.org:/tmp/cvs-serv7874/workflow

Added Files:
	exportHandler.stx importHandler.stx 
Log Message:
Update ZCML directives documentation.


=== Added File Zope3/doc/zcml/namespaces.zope.org/workflow/exportHandler.stx ===
exportHandler

  File zope/app/workflow/meta.zcml, lines 11 - 15.

  Register an Import/Export Handler, that is able to load/save a XML
  of a ProcessDefinition and create a persistent Instance for it.

  Attributes

    interface -- GlobalObject (required)

      Interface

      The interface of the process definition this handler can handle (both
      either import or export).

    factory -- GlobalObject (required)

      Factory

      The factory for the instance that implements the handler.



=== Added File Zope3/doc/zcml/namespaces.zope.org/workflow/importHandler.stx ===
importHandler

  File zope/app/workflow/meta.zcml, lines 5 - 9.

  Register an Import/Export Handler, that is able to load/save a XML
  of a ProcessDefinition and create a persistent Instance for it.

  Attributes

    interface -- GlobalObject (required)

      Interface

      The interface of the process definition this handler can handle (both
      either import or export).

    factory -- GlobalObject (required)

      Factory

      The factory for the instance that implements the handler.





More information about the Zope3-Checkins mailing list